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: find-file-project Date: Wed, 16 Sep 2015 12:01:03 -0500 Message-ID: <867fnqz4c0.fsf@stephe-leake.org> References: <86pp1j4ejm.fsf@stephe-leake.org> <55F899EA.7050700@yandex.ru> <86lhc73wog.fsf@stephe-leake.org> <55F8F2FA.6060902@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442422898 10156 80.91.229.3 (16 Sep 2015 17:01:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2015 17:01:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 16 19:01:28 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 1ZcG5H-0001Gg-4H for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2015 19:01:27 +0200 Original-Received: from localhost ([::1]:52051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcG5G-0005TD-Sy for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2015 13:01:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcG5E-0005Sp-0T for emacs-devel@gnu.org; Wed, 16 Sep 2015 13:01:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcG5A-00083B-2Q for emacs-devel@gnu.org; Wed, 16 Sep 2015 13:01:23 -0400 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:56093) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZcG59-00082s-RP for emacs-devel@gnu.org; Wed, 16 Sep 2015 13:01:20 -0400 Original-Received: (qmail 21087 invoked by uid 0); 16 Sep 2015 17:01:19 -0000 Original-Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy7.mail.unifiedlayer.com with SMTP; 16 Sep 2015 17:01:19 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw2 with id Ht1E1r0042UdiVW01t1HPT; Wed, 16 Sep 2015 11:01:17 -0600 X-Authority-Analysis: v=2.1 cv=C6F6l2/+ 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=DE8S034wWnhU_RIKY1gA:9 Original-Received: from [76.218.37.33] (port=56874 helo=TAKVER2) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1ZcG4y-000376-VV for emacs-devel@gnu.org; Wed, 16 Sep 2015 11:01:16 -0600 In-Reply-To: (Stefan Monnier's message of "Wed, 16 Sep 2015 09:04:04 -0400") 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: 70.40.196.235 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:190029 Archived-At: Stefan Monnier writes: >>>> I don't think each implementation should do its own completing-read. >>>> Rather, they should just return the completion table from a generic >>>> method. E.g. (cl-defmethod project-file-completion-table ...). > > 100% agreement. I agree it would be nice, but it requires that completing-read return meta-information in addition to the completion string. I've started a separate thread on that issue. -- -- Stephe