emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: For after-the-release: enhanced partial completion


From: Sean O'Rourke
Subject: Re: For after-the-release: enhanced partial completion
Date: Mon, 04 Jun 2007 09:19:05 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin)

Leo <address@hidden> writes:
> I have applied this patch.

Wow, I'm impressed someone revisited this almost 4 months later!

> I try an example to expand to "emacs-lisp-mode" by:
>
>   M-x e l m TAB
>
> The minibuffer shows "M-x e-l-m (no matches)" while the *completions* is
> showing:
>
>     Click <mouse-2> on a completion to select it.
>     In this buffer, type RET to select the completion near point.
>     
>     Possible completions are:
>     emacs-lisp-mode                    emms-lyrics-mode
>     erc-log-mode                       ess-listing-minor-mode
>
> Do you think this is a bug?

It sounds like one, but I don't see it currently with emacs -Q in
CVS-HEAD Emacs.  Specifically, *Completions* contains:
------------------------------------------------------------
Click <mouse-2> on a completion to select it.
In this buffer, type RET to select the completion near point.

Possible completions are:
emacs-lisp-mode                    erc-log-mode
------------------------------------------------------------
and there's no '(no matches)' message in *Messages*.

I've attached my current diff of complete.el, in case I changed
something since my last message.

/s

Attachment: txtPA_F0TvC3W.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]