stevenremot / roguel-ike

Coffee-break roguelike for Emacs
GNU General Public License v3.0
24 stars 4 forks source link

Fix eieio format-message redefinition complaint #4

Closed ahungry closed 8 years ago

ahungry commented 8 years ago

This fixes the issue (#3) I just filed regarding the format-message complaint (although on further inspection, has to do with the combination of org-mode, eieio, and roguel-ike).

This should make all 3 work nicely together.

stevenremot commented 8 years ago

Thank you for the fix, I should have prefixed all these methods from the beginning to avoid this kind of clashes! Would you mind naming it rlk--format-message to be totally specific to the project ?

ahungry commented 8 years ago

Steven Rémot notifications@github.com writes:

Thank you for the fix, I should have prefixed all these methods from the beginning to avoid this kind of clashes! Would you mind naming it rlk--format-message to be totally specific to the project ?


Reply to this email directly or view it on GitHub: https://github.com/stevenremot/roguel-ike/pull/4#issuecomment-172836120

All set with the rlk-- prefix now.

Matthew Carter (m@ahungry.com) http://ahungry.com

stevenremot commented 8 years ago

I tested it and it works on my computer. It is now merged and tagged for MELPA stable. Thanks!