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: Leo
Subject: Re: For after-the-release: enhanced partial completion
Date: Mon, 04 Jun 2007 17:09:54 +0100
User-agent: Gnus/5.110007 Emacs 23 (20070531) MULE/6.0 (HANACHIRUSATO) Fedora 7 (gnu/linux)

Dear Sean,

----- Sean O'Rourke (2007-02-17) wrote:-----

> For quite awhile, I've been using the attached local change to
> `PC-do-completion' to reduce the amount of typing required for
> completing lisp symbols.  Basically, if no completions are found,
> `PC-do-completion' assumes that the user input is an
> abbreviation.  For example, say you want help on
> `make-variable-buffer-local'.  Currently, you have to type
> "m-v-b-l<tab>".  With this change, you can type "mvbl<tab>".  Has
> anyone else done something similar/better?  Does anyone else find
> this useful?
>
> /s
[...]

I have applied this patch. 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?

regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




reply via email to

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