emacs-devel
[Top][All Lists]
Advanced

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

RE: proposal - minibuffer completion functions


From: Drew Adams
Subject: RE: proposal - minibuffer completion functions
Date: Sun, 30 Mar 2008 20:12:45 -0700

> > 2. Funcall the value of a global variable: `completing-read-fn' or
> >    `read-file-name-fn', if non-nil, to perform the completion. 
> >    Else call a default completing function,
> >    `completing-read-default' or `read-file-name-default'.
> 
> We have already `read-file-name-function', `read-buffer-function',
> but I can't find the same for `completing-read'.

Thank you, Juri. This is great news. I wasn't aware of `read-file-name-function'
(new with Emacs 22, apparently). 

There is apparently no `read-file-name-default', but the same effect can be had
by binding `read-file-name-function' to nil.

So now all we need is `completing-read-function'.





reply via email to

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