emacs-devel
[Top][All Lists]
Advanced

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

lisp-complete-symbol


From: Stefan Monnier
Subject: lisp-complete-symbol
Date: Wed, 21 Dec 2005 16:36:45 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

The following change has some annoying side-effect:

2005-12-10  Kevin Rodgers  <address@hidden>

        * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
        completion list, even after a partial completion has been
        inserted in the current buffer.  If there are more than 1
        completion, redisplay the *Completions* buffer; if the
        completion is unique, delete the *Completions* window.

The problem is that it changed the behavior such that the *completions*
buffer is shown after every completion.  Before that change, the
*completions* buffer was only shown if the completion failed because
of ambiguity.

I'm not sure what this was supposed to fix, but I think it was not the right
fix,


        Stefan




reply via email to

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