Quoth the docstring of slime-read-interactive-args:
- If the prefix-arg is `-', prompt for one of the registered lisps.
There is just one small problem with this: There is no way (that I know of) to get a prefix arg on an emacs running under a tty.
How about changing the condition to include any negative argument?
This bites me just often enough to be annoying.
- Harald
+ Harald Hanche-Olsen hanche@math.ntnu.no:
Quoth the docstring of slime-read-interactive-args:
- If the prefix-arg is `-', prompt for one of the registered lisps.
There is just one small problem with this: There is no way (that I know of) to get a prefix arg on an emacs running under a tty.
Uh ... hopefully, it is understood that I meant /this/ particular prefix arg.
- Harald
+ Michael Weber michaelw+slime@foldr.org:
ESC - works for me.
Whoops, you're right. And so does C-u - , which I could have sworn I had tried and found not to do the right thing. But it does. Amazing how small things like that can trip us up.
- Harald
Harald Hanche-Olsen hanche@math.ntnu.no writes:
Quoth the docstring of slime-read-interactive-args:
- If the prefix-arg is `-', prompt for one of the registered lisps.
There is just one small problem with this: There is no way (that I know of) to get a prefix arg on an emacs running under a tty.
Both, `C-u - M-x slime' and `M-- M-x slime' works for me in graphical as well as console mode. Am I missing something?
-T.