Making jess-mode v1.2 work on Emacs 24

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.

2 thoughts on “Making jess-mode v1.2 work on Emacs 24”

  1. 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

  2. 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))”.

Leave a Reply

Your email address will not be published. Required fields are marked *