emacs-devel
[Top][All Lists]
Advanced

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

Re: choose-completion-string-functions


From: Kim F. Storm
Subject: Re: choose-completion-string-functions
Date: Sun, 12 Sep 2004 20:52:36 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Roland Winkler <address@hidden> writes:

> Wouldn't it make sense to reverse the order of the following two
> statements in choose-completion-string?
>
>       (unless (run-hook-with-args-until-success
>              'choose-completion-string-functions
>              choice buffer mini-p base-size)
>       ;; Insert the completion into the buffer where it was requested.
>       (set-buffer buffer)
>
> Then it is possible to use a local value of
> choose-completion-string-functions in completion-reference-buffer.
> I hope this does not break any other code. But right now it can
> anyway be unpredictable what happens when
> choose-completion-string-functions is used.


It makes a lot of sense.  I just installed that change.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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