OK, you got me hooked... :)
Here's another idea - stolen from ILISP. I always thought this was quite useful.
Cheers, Edi.
On Wed, 21 Apr 2004 16:00:43 +0200, I wrote:
+ ("\C-n" slime-insert-arglist :prefixed t :inferior t)
Hmm, that's actually not so good an idea if the key should also work in the REPL. What about
+ ("\C-s" slime-insert-arglist :prefixed t :inferior t)
then? I thought that N would be mnemonic for iNsert, so S could be considered mnemonic for inSert... :)
Cheers, Edi.
Edi Weitz edi@agharta.de writes:
- ("\C-s" slime-insert-arglist :prefixed t :inferior t)
then? I thought that N would be mnemonic for iNsert, so S could be considered mnemonic for inSert... :)
Hehe.
I applied the patch, but I'm not sure if the command is actually very useful. I'd like reserve to right to reuse the key for some other command.
Helmut.
On Thu, 22 Apr 2004 00:06:16 +0200, Helmut Eller e9626484@stud3.tuwien.ac.at wrote:
I'd like reserve to right to reuse the key for some other command.
That's fine with me.
Edi Weitz edi@agharta.de writes:
OK, you got me hooked... :)
Here's another idea - stolen from ILISP. I always thought this was quite useful.
I can't say I've used this before...in what situations is it useful?
Zach
On Wed, 21 Apr 2004 13:15:02 -0400, Zach Beane xach@xach.com wrote:
I can't say I've used this before...in what situations is it useful?
I've used it as a way to quickly insert "prototypes" for function calls and "fill" them later. I admit that it's not /that/ useful anymore now that the arglist is re-displayed in the mini-buffer while you type.
Edi.