If you try running jess-mode with Emacs 24 you get an error about “shared-lisp-mode-map” and jess-mode doesn’t work. Someone already described the fix here, and it works! Here is a patch.
You might also like some of these
2 thoughts on “Making jess-mode v1.2 work on Emacs 24”
Hello,
I downloaded the patch but don’t know where it should be applied. Could you help me please? I use ubuntu 12.04.
Thanks,
Andre Luiz
For applying the patch after downloading the jess-mode, go to the jess-mode.el file then go to line 102 and replace “(nconc (make-sparse-keymap) shared-lisp-mode-map))” this with this “(nconc (make-sparse-keymap) lisp-mode-shared-map))”.
Hello,
I downloaded the patch but don’t know where it should be applied. Could you help me please? I use ubuntu 12.04.
Thanks,
Andre Luiz
For applying the patch after downloading the jess-mode, go to the jess-mode.el file then go to line 102 and replace “(nconc (make-sparse-keymap) shared-lisp-mode-map))” this with this “(nconc (make-sparse-keymap) lisp-mode-shared-map))”.