* Aidan Kehoe (2006-01-03) writes:
Uwe,
http://www.parhasard.net/easymenu.el is easymenu.el with the
below
patch, and eliminates the folding mode error messages. I understand the
code, and I’ve tested it locally on 21.4 and 21.5, but if you were to load
it explicitly from your ~/.xemacs/init.el --
(load-file "/home/oub/downloaded-easymenu.el")
after saving it to /home/uwe/downloaded-easymenu.el, I’d appreciate the
testing.
It behaves oddly with respect to the mouse-3 popup menu. With the
patched easymenu.el in load-path, start XEmacs with `xemacs -vanilla',
display the *scratch* buffer and open the popup menu by clicking
mouse-3. It will display a full "Lisp-Interaction" menu. Now
activate Folding mode with `M-x folding-mode RET'. Now a full "fld"
menu is shown when clicking mouse-3. It should, however, show entry
points for both the "Lisp-Interaction" and the "fld" menus. If you
now deactivate Folding mode again with `M-x folding-mode RET' only the
heading "Lisp-Interaction" will remain in the popup menu, no other
menu entries.
--
Ralf