[slime-devel] save-some-buffers patch
Slime tries sometimes to save my .newsrc-dribble file so I find the following patch useful. Maybe an utility function `slime-lisp-buffer-p' should be created to narrow or widen de definition of "lisp buffer". -- Eduardo Muñoz | (prog () 10 (print "Hello world!") http://213.97.131.125/ | 20 (go 10))
Eduardo Muñoz <emufer@terra.es> writes:
Slime tries sometimes to save my .newsrc-dribble file so I find the following patch useful. Maybe an utility function `slime-lisp-buffer-p' should be created to narrow or widen de definition of "lisp buffer".
I didn't apply the patch because the third argument to save-some-buffers is not portable between Emacs 21, Emacs 20, and XEmacs. Saving non-lisp buffer is also not so bad because it is consistent with the standard compile command. Helmut.
participants (2)
-
Eduardo Muñoz
-
Helmut Eller