emacs package install error: "autoloading failed to function define-globalized-minor-mode"

StackOverflow https://stackoverflow.com/questions/18785869

  •  28-06-2022
  •  | 
  •  

質問

I'm trying to install evil-mode for Emacs using the built-in list-packages in Emacs-24. All is well until this:

evil-commands.el:29:1:Error: Autoloading failed to define function define-globalized-minor-mode

shows up. I haven't been able to find a solution -- I have tried making fresh installs (both from source and by downloading a binary from emacsformacosx.com), since it seems that a function like that probably is a part of Emacs itself.

Any tips/hints are very welcome. I'm running Mac OSX 10.6.8.

役に立ちましたか?

解決

Do you happen to have an easy-mmode.el of your own installed somewhere that would shadow the builtin one? If not, try to activate Options => Enter Debugger on Error in the menu before reproducing the error and show us the backtrace.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top