[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
- RE: completing-read return meta-information?, (continued)
- RE: completing-read return meta-information?, Drew Adams, 2015/09/16
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/16
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/16
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/16
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/17
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/17
- Re: completing-read return meta-information?, Dmitry Gutov, 2015/09/17
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/17
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/21
- Re: completing-read return meta-information?,
Stephen Leake <=
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/21
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/22
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/26
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/27
- Re: completing-read return meta-information?, Dmitry Gutov, 2015/09/28
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/29
- Re: completing-read return meta-information?, Stephen Leake, 2015/09/29
- Re: completing-read return meta-information?, Stefan Monnier, 2015/09/29
- Re: completing-read return meta-information?, Dmitry Gutov, 2015/09/28