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