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: completing-read return meta-information? Date: Thu, 17 Sep 2015 20:54:42 -0400 Message-ID: References: <86y4g6zcuo.fsf@stephe-leake.org> <7c37cd21-a9e0-48fa-b5a2-a32595c43dda@default> <86twquxnpa.fsf@stephe-leake.org> <86d1xhxl6j.fsf@stephe-leake.org> <55FB02EE.70205@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442537700 18637 80.91.229.3 (18 Sep 2015 00:55:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2015 00:55:00 +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 Fri Sep 18 02:54:51 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 1Zcjww-0004Og-VY for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2015 02:54:51 +0200 Original-Received: from localhost ([::1]:34280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcjww-00013N-6Y for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2015 20:54:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcjwt-00013H-F0 for emacs-devel@gnu.org; Thu, 17 Sep 2015 20:54:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcjwq-0004g6-9N for emacs-devel@gnu.org; Thu, 17 Sep 2015 20:54:47 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:23620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcjwq-0004fU-5p for emacs-devel@gnu.org; Thu, 17 Sep 2015 20:54:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fi0STU4ZpjT+BRSOEFCKCeAEBAQ X-IPAS-Result: A0A2FgA731xV/2yixEVcgxCEAoVVwwsEAgKBPDwRAQEBAQEBAYEKQQWDXQEBAwFWIxALDiYSFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fi0STU4ZpjT+BRSOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165165641" 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; 17 Sep 2015 20:54:42 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 15BA36619A; Thu, 17 Sep 2015 20:54:42 -0400 (EDT) In-Reply-To: <55FB02EE.70205@yandex.ru> (Dmitry Gutov's message of "Thu, 17 Sep 2015 21:14:06 +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:190052 Archived-At: >> Not really, no. It returns the content of the buffer when the user hit >> RET, mostly (unless the completion is of kind `require-match', in which > In find-file-in-project, it most likely will be. A non-existing or > abbreviated file name input would be pretty useless for that command. IIRC, even for require-match we don't always call completion-try-completion (we only do it if test-completion fails). Stefan