From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: find-file-project Date: Sat, 19 Sep 2015 00:13:29 -0400 Message-ID: References: <86pp1j4ejm.fsf@stephe-leake.org> <55F899EA.7050700@yandex.ru> <86lhc73wog.fsf@stephe-leake.org> <55F8F2FA.6060902@yandex.ru> <867fnq1oe9.fsf@stephe-leake.org> <55F9A13A.3070101@yandex.ru> <55FB01BD.1070909@yandex.ru> <55FCA125.4090204@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442636028 5205 80.91.229.3 (19 Sep 2015 04:13:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Sep 2015 04:13:48 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 19 06:13:39 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 1Zd9Wt-0003Dz-2h for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 06:13:39 +0200 Original-Received: from localhost ([::1]:43477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd9Ws-0006tD-EO for ged-emacs-devel@m.gmane.org; Sat, 19 Sep 2015 00:13:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd9Wo-0006t0-O0 for emacs-devel@gnu.org; Sat, 19 Sep 2015 00:13:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd9Wk-00078u-OR for emacs-devel@gnu.org; Sat, 19 Sep 2015 00:13:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd9Wk-00078q-K1 for emacs-devel@gnu.org; Sat, 19 Sep 2015 00:13:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBAQYCAR+LOoUFB4QtBbM/gUUjggocgW4igngBAQE X-IPAS-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBAQYCAR+LOoUFB4QtBbM/gUUjggocgW4igngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165286131" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO ceviche.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Sep 2015 00:13:29 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 683806619A; Sat, 19 Sep 2015 00:13:29 -0400 (EDT) In-Reply-To: <55FCA125.4090204@yandex.ru> (Dmitry Gutov's message of "Sat, 19 Sep 2015 02:41:25 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:190073 Archived-At: >> We should try and unify the metadata returned by the completion-tables >> and the metadata returned by the completion-at-point-functions (or >> provided via completion-extra-properties). > Yup. We should probably do that sooner rather than later. Yes. >>>> [ I did have some earlier version of partial completion match "**/file" >>>> to "foo/bar/file.el", but the current code doesn't have that, and even >>>> less so without a "**". ] >>> Why not? >> Couldn't find that 25th hour! > Well, I meant that if earlier code already did it, you had to remove it. But > I guess there was more work to be done, to make it good enough for public. The current code is a complete rewrite and works differently (in the previous code, the "boundaries" part didn't exist and the * and ** was implemented inside the completion-table). Stefan