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: Drew Adams
Subject: RE: [gmane.emacs.help] Info-mode and ido
Date: Sun, 30 Mar 2008 20:12:47 -0700

> > 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.





reply via email to

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