You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Windows 7 machine (GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)) I get invalid function error messages. However, with GNU/Linux it works.
What I did is I installed guide-key and its dependencies from MELPA yesterday. On Windows I did not alter my init.el (=main.el) yet but got invalid-function:
Debugger entered--Lisp error: (invalid-function "help")
"help"("convenience")
byte-code("\300\301\302\303\304\305\306\307\310\311!&�\207" [define-package "guide-key" "20141130.1300" "Guide the following key bindings automatically and dynamically" ((popwin "0.3.0")) :url "https://github.com/kai2nenobu/guide-key" :keywords "help" "convenience"] 10)
load("c:/Users/karl.voit/AppData/Roaming/.emacs.d/elpa/guide-key-20141130.1300/guide-key-pkg" nil t)
package-load-descriptor("~/.emacs.d/elpa" "guide-key-20141130.1300")
package-maybe-load-descriptor("guide-key" "20141130.1300" "~/.emacs.d/elpa")
package-load-all-descriptors()
package-initialize()
eval-buffer(#<buffer *load*-753228> nil "c:/Users/karl.voit/.emacs.d/main.el" nil t) ; Reading at buffer position 1666
[...]
Hi!
On my Windows 7 machine (GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)) I get invalid function error messages. However, with GNU/Linux it works.
What I did is I installed guide-key and its dependencies from MELPA yesterday. On Windows I did not alter my init.el (=main.el) yet but got invalid-function:
After removing guide-key melpa directory:
So with Windows, I had to remove the popwin directory as well.
With my very limited understanding of Elisp, I could not find out more.
The text was updated successfully, but these errors were encountered: