emacs-devel
[Top][All Lists]
Advanced

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

Re: completing-read return meta-information?


From: Stephen Leake
Subject: Re: completing-read return meta-information?
Date: Mon, 21 Sep 2015 14:12:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Stephen Leake <address@hidden> writes:

> To try this out, load minibuffer-patches, and call find-absfile
> via M-: (find-absfile load-path).
>
> Note that will not allow you to complete to ede/locate.el; that will
> also be added later.

To play with completion, use an extended path:

M-: (setq test-path (append load-path 
'("c:/Projects/emacs/master/lisp/cedet/ede"))

M-: (find-absfile load-path)

Now entering "locate" will show both lisp/locate.el and
lisp/cedet/ede/locate.el

It also shows the .elc files; I need to a filter predicate.

-- 
-- Stephe



reply via email to

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