[slime-devel] More completion shortcuts

OK, here's another little completion shortcut that I think would be nice to have. YMMV, of course. Good night, Edi.

On Fri, 17 Dec 2004 02:18:32 +0100, Edi Weitz <edi@agharta.de> wrote:
OK, here's another little completion shortcut that I think would be nice to have. YMMV, of course.
Was this ignored on purpose or did it just fall through during the holidays? I realize I could commit this myself but I'd rather have one of the real hackers look over my shoulder. Cheers, Edi.

Edi Weitz <edi@agharta.de> writes:
On Fri, 17 Dec 2004 02:18:32 +0100, Edi Weitz <edi@agharta.de> wrote:
OK, here's another little completion shortcut that I think would be nice to have. YMMV, of course.
I haven't tried this, but it's worth at try. I use trusty ol' Emacs style completion and not slime-complete-symbol*.
Was this ignored on purpose or did it just fall through during the holidays? I realize I could commit this myself but I'd rather have one of the real hackers look over my shoulder.
The patch looks good. Please commit it. Btw, in Emacs Lisp (cdar (read-from-string string)) can also be written as (cdr (read string)). Helmut.

On Fri, 14 Jan 2005 00:34:32 +0100, Helmut Eller <e9626484@stud3.tuwien.ac.at> wrote:
I haven't tried this, but it's worth at try. I use trusty ol' Emacs style completion and not slime-complete-symbol*.
Tststs... :)
The patch looks good. Please commit it.
Just did that, thanks for checking.
Btw, in Emacs Lisp (cdar (read-from-string string)) can also be written as (cdr (read string)).
OK, I've changed that. Cheers, Edi.

Helmut Eller <e9626484@stud3.tuwien.ac.at> writes:
Edi Weitz <edi@agharta.de> writes:
On Fri, 17 Dec 2004 02:18:32 +0100, Edi Weitz <edi@agharta.de> wrote:
OK, here's another little completion shortcut that I think would be nice to have. YMMV, of course.
I haven't tried this, but it's worth at try. I use trusty ol' Emacs style completion and not slime-complete-symbol*.
I hacked it a little bit and added a `slime-complete-symbol*-fancy' defcustom to say whether it's used (default is t). Nice feature! Cheers, Luke
participants (3)
-
Edi Weitz
-
Helmut Eller
-
Luke Gorrie