First of all, many thanks to all SLIME developers for creating this useful piece of software.
I use SLIME with Allegro CL, where I mix CL code with Scheme code, using a home-grown Scheme translator. My Scheme code lives in Emacs buffers in scheme-mode. Most things work fine, but the command slime-compile-file complains if it is not called from a buffer in lisp-mode.
I propose to apply the patch below, which introduces a new variable containing a list of modes where Slime commands make sense. (Then I can customize this variable to include scheme-mode too.)
Matthias Koeppe mkoeppe+slime@merkur.math.uni-magdeburg.de writes:
I propose to apply the patch below, which introduces a new variable containing a list of modes where Slime commands make sense. (Then I can customize this variable to include scheme-mode too.)
Patch applied.
A hook would be a little more general, but since you are probably the only one who needs this features a variable is good enough. Thank you for the patch.
Helmut.