emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 567ea7e 1/3: Ivy-mode now works better with `find-file


From: Stefan Monnier
Subject: Re: [elpa] master 567ea7e 1/3: Ivy-mode now works better with `find-file'
Date: Fri, 17 Apr 2015 14:28:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Info-read-node-name-1 takes STRING, PREDICATE, and CODE and says to
> look in the `completing-read' doc.  But there's nothing abount CODE
> there. Where do I get it?

I think you're better off reading about it in the Elisp manual.
The third argument (called ACTION usually) is basically the *method* to
use on the "object implemented as a function".  It can be nil (which
means `try-completion'), t (which means `all-completions'), lambda
(which means `test-completion'), or `boundaries', or `metadata'.


        Stefan



reply via email to

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