From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: completing-read return meta-information? Date: Thu, 17 Sep 2015 21:14:06 +0300 Message-ID: <55FB02EE.70205@yandex.ru> References: <86y4g6zcuo.fsf@stephe-leake.org> <7c37cd21-a9e0-48fa-b5a2-a32595c43dda@default> <86twquxnpa.fsf@stephe-leake.org> <86d1xhxl6j.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1442513680 7822 80.91.229.3 (17 Sep 2015 18:14:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2015 18:14:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier , Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 17 20:14:40 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 1Zcdhf-0002Sa-Jg for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2015 20:14:39 +0200 Original-Received: from localhost ([::1]:60442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcdhf-0001yc-0K for ged-emacs-devel@m.gmane.org; Thu, 17 Sep 2015 14:14:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcdhb-0001yA-8m for emacs-devel@gnu.org; Thu, 17 Sep 2015 14:14:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcdhW-0000gi-4C for emacs-devel@gnu.org; Thu, 17 Sep 2015 14:14:35 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:35155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcdhV-0000gb-Tk for emacs-devel@gnu.org; Thu, 17 Sep 2015 14:14:30 -0400 Original-Received: by wicge5 with SMTP id ge5so2074626wic.0 for ; Thu, 17 Sep 2015 11:14:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=ekDaOk+0c8L6/RB1FDaqN5KyZUU0SoKhVdio+iMRwMA=; b=vcAu1AptHMPpTxfAqWYfIcEFlysx0uPKBW5vyrpteJaqaExRG/3b+sMatJv+OGxfLD VRu25mgCObnGnYnhRzbMeJ5DaAajxcRuDW3rSsRHzHmWMz9ARa73miuZYj8PKkhFi7XC 25MM+WhB46o3Xt+TDXYIJp/NWogaQu2B+yJz+Hqeee0pddNPSY+34XYBVR4yLZLIxqUo z6LSSm5xwHsFqtHXgnX5jzs/sil1Tj6ICKmy9FbQHwBLNVpdYcG2vWboi79hjuaGAJus 2+F+59hI5rnYMxv//6pVVL5nP23l4T5+0l6DmT/fOiA3YRh2+f0PddRBUqiqpaSxIqub A0PQ== X-Received: by 10.181.29.74 with SMTP id ju10mr19971225wid.5.1442513669194; Thu, 17 Sep 2015 11:14:29 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id r6sm5336511wib.11.2015.09.17.11.14.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Sep 2015 11:14:28 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:190051 Archived-At: On 09/17/2015 04:24 PM, Stefan Monnier wrote: > 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.