Re: completer.el
[email protected] Wed, 26 Nov 2003 22:39:49 -0700
| Newsgroups | gmane.lisp.ilisp.devel |
|---|---|
| Message-ID | <OF1A95BFF9.C1B947EE-ON87256DEB.001EA7D0-87256DEB.001F1C73@peoplesoft.com> |
If you put the following line in your .emacs file, this might fix the
problem of tab completion in the minibuffer not working:
(define-key minibuffer-local-map [tab] 'comint-dynamic-complete)
Bill Clementson
rif <[email protected]>
Sent by: To: "Luke Gorrie" <[email protected]>
[email protected] cc: [email protected]
ceforge.net Subject: Re: [Ilisp-devel] completer.el
11/26/2003 05:35 PM
> Hi guys!
>
> I've just imported a copy of completer.el into SLIME (our
> ILISP-a-like). I've got a couple of questions about it.
> Any comments? I don't want installing SLIME to somehow break ILISP.
> BTW, is there some sordid history to completer.el and why it didn't
> make it into Emacs and XEmacs properly?
There's some problem I don't really have a grasp on. I think that
modern emacs use complete.el (not completer), and that this can
sometimes badly interact with completer.el as provided by ILISP. For
instance, on at least one machine of mine, starting ILISP under CMUCL
causes my emacs to break in the sense that tab-completion in the
minibuffer no longer works --- I can no longer find files or buffer by
matching, I can no longer kill individual buffers (the minibuffer just
always says "no match"), it's just badly broken. I haven't fully
tracked this down (it's on my todo list), but it has something to do
with interactions between complete.el and completer.el.
rif
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Ilisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ilisp-devel
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/