emacs-devel
[Top][All Lists]
Advanced

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

Re: [gmane.emacs.help] Info-mode and ido


From: Juri Linkov
Subject: Re: [gmane.emacs.help] Info-mode and ido
Date: Fri, 04 Apr 2008 01:56:16 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>> > It would be best if a new customizable option called
>> > `Info-completing-read-function' were defined, with
>> > 'completing-read as its default value.  Then the code
>> > could just do:
>> >
>> >   (funcall Info-completing-read-function ...)
>> >
>> > I do this in all of the Emacs Lisp code I touch which uses
>> > completing-read.
>>
>> I think it would be better to create a new `completing-read-function'
>> variable like already existing `read-file-name-function' and
>> `read-buffer-function'.
>
> Yes, that is what I proposed in thread "proposal - minibuffer completion
> functions". One significant advantage is that all code that calls
> `completing-read' while the binding is in effect can then take advantage of 
> the
> custom reading behavior.

This change should be accompanied with a new function
ido-completing-read since the initial request was to use
ido style completion in Info-mode.

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




reply via email to

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