From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: completing-read return meta-information? Date: Mon, 21 Sep 2015 14:12:03 -0500 Message-ID: <86wpvjvb7g.fsf@stephe-leake.org> References: <86y4g6zcuo.fsf@stephe-leake.org> <7c37cd21-a9e0-48fa-b5a2-a32595c43dda@default> <86twquxnpa.fsf@stephe-leake.org> <861tdrwwhx.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442862768 27654 80.91.229.3 (21 Sep 2015 19:12:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2015 19:12:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 21 21:12:37 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ze6Vw-0005dg-5x for ged-emacs-devel@m.gmane.org; Mon, 21 Sep 2015 21:12:36 +0200 Original-Received: from localhost ([::1]:60667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze6Vv-0001QO-Ri for ged-emacs-devel@m.gmane.org; Mon, 21 Sep 2015 15:12:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze6Vs-0001Q7-Ux for emacs-devel@gnu.org; Mon, 21 Sep 2015 15:12:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze6Vp-0002UU-Ox for emacs-devel@gnu.org; Mon, 21 Sep 2015 15:12:32 -0400 Original-Received: from gproxy9-pub.mail.unifiedlayer.com ([69.89.20.122]:35079) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Ze6Vp-0002To-GN for emacs-devel@gnu.org; Mon, 21 Sep 2015 15:12:29 -0400 Original-Received: (qmail 17428 invoked by uid 0); 21 Sep 2015 19:12:21 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy9.mail.unifiedlayer.com with SMTP; 21 Sep 2015 19:12:21 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id L1CB1r0052UdiVW011CEC8; Mon, 21 Sep 2015 19:12:20 -0600 X-Authority-Analysis: v=2.1 cv=GpXRpCFC c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=ff-B7xzCdYMA:10 a=CbgCl7SvfB-B9WsvCOIA:9 Original-Received: from [76.218.37.33] (port=49414 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1Ze6VX-0007kq-Tk for emacs-devel@gnu.org; Mon, 21 Sep 2015 13:12:12 -0600 In-Reply-To: <861tdrwwhx.fsf@stephe-leake.org> (Stephen Leake's message of "Mon, 21 Sep 2015 11:46:50 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.20.122 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190207 Archived-At: Stephen Leake 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