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.