17 Dec 2003 18:14
Don't mess with Scheme mode
Michael Sperber <sperber <at> informatik.uni-tuebingen.de>
2003-12-17 17:14:22 GMT
2003-12-17 17:14:22 GMT
Hi there, I use ILISP for Common Lisp, but not for Scheme. I assumed, (setq lisp-source-modes '(lisp-mode)) would prevent ILISP from messing with scheme-mode. Unfortunately, it doesn't prevent ILISP from changing the scheme-mode keymap. I submit that's wrong. Here's a patch. (Please cc me on any followups, as I'm not subscribed to ilisp-devel <at> .)
2003-12-17 Mike Sperber <sperber <at> informatik.uni-tuebingen.de> * ilisp-key.el (ilisp-bindings): Don't setup mode bindings if mode isn't in `lisp-source-modes.'
Index: ilisp-key.el =================================================================== RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ilisp/ilisp-key.el,v retrieving revision 1.4 diff -u -r1.4 ilisp-key.el --- ilisp-key.el 3 Jun 2002 23:37:01 -0000 1.4 +++ ilisp-key.el 17 Dec 2003 17:07:28 -0000 <at> <at> -257,9 +257,11 <at> <at> (when (fboundp 'lisp-mode-commands)(Continue reading)
RSS Feed