emacs-devel
[Top][All Lists]
Advanced

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

Re: completing-read-function variable for completing-read


From: Juri Linkov
Subject: Re: completing-read-function variable for completing-read
Date: Sat, 03 May 2008 02:52:57 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>> > >> How about having `completing-read' just call a
>> > >> `completing-read-function' variable if non-nil?
>> > >> This is the same thing that `read-file-name' does, with
>> > >> `read-file-name-function'.
>> > >
>> > > It sounds useful to authors of Emacs extensions and might even be
>> > > useful directly for end users, letting them decide what
>> > > completing-read function they feel like using on any
>> > > particular day.
>> >
>> > I agree. Is there any reason not to add completing-read-function?
>>
>> No one has objected to the idea.
>> Could someone please implement this?
>
> Any news on this?

Let's wait when Stefan moves completing-read to minibuffer.el and then
just add (if completing-read-function (funcall completing-read-function ;-)

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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