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.