emacs-devel
[Top][All Lists]
Advanced

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

Re: Any objection to adding completing-read-function?


From: Leo
Subject: Re: Any objection to adding completing-read-function?
Date: Tue, 28 Dec 2010 19:07:22 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (Mac OS X 10.6.5)

On 2010-12-28 16:17 +0000, Drew Adams wrote:
> Thank you, Leo.  I strongly support such a change (I've requested it in the
> past).

Thanks.

> It lets you do for `completing-read' what you have been able to do for
> `read-file-name' since it was moved to Lisp: write your own completion 
> function
> yet have ordinary, existing calls to `completing-read' pick that up.
>
> No need to redefine or advise anything.  No need to limit your changes to what
> is allowed/foreseen by the implementation of `completing-read'.
>
> And of course you can scope such a behavior change within a minor mode or 
> using
> `let' instead of `setq'.
>
> Very simple, clean.  Thanks.

I agree with these merits, precisely the reason that prompted me to do
this.

Leo



reply via email to

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