stevenremot / roguel-ike

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

You cannot create a generic/method over an existing symbol: format-message #3

Closed ahungry closed 8 years ago

ahungry commented 8 years ago

You cannot create a generic/method over an existing symbol: format-message

This message is displayed after loading it from MELPA and attempting to call M-x 'roguel-ike'

(Using emacs 24.5.1)

ahungry commented 8 years ago

On further debug, it seems that org-mode defines format-message as a function and is the root of this issue (roguel-ike and org-mode are therefore incompatible).

With the pull request I put in, this should no longer be an issue (although it may be more of an eieio issue, since it's defmethods supposedly do not require a prefix naming convention, but in this case, collides with org mode).