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: find-file-project Date: Thu, 7 Jan 2016 20:55:31 +0300 Message-ID: <568EA693.6080002@yandex.ru> 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> <568C6DE5.8040201@yandex.ru> <86egdt982b.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 1452189373 5298 80.91.229.3 (7 Jan 2016 17:56:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2016 17:56:13 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 18:56:05 2016 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 1aHEmv-0002K0-3O for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2016 18:55:53 +0100 Original-Received: from localhost ([::1]:59926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHEmu-0004H4-IC for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2016 12:55:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHEmg-0004Gf-2V for emacs-devel@gnu.org; Thu, 07 Jan 2016 12:55:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHEmb-0005eV-P8 for emacs-devel@gnu.org; Thu, 07 Jan 2016 12:55:38 -0500 Original-Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:34795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHEmb-0005dg-Hx for emacs-devel@gnu.org; Thu, 07 Jan 2016 12:55:33 -0500 Original-Received: by mail-lb0-x22c.google.com with SMTP id pv2so227632077lbb.1 for ; Thu, 07 Jan 2016 09:55:33 -0800 (PST) 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=ZV95EySVilC37+JDv8Opl5TkPay5tWK29G21jtofS7g=; b=i9DxOWpZSmj1gaL05qapSUzGhhD41N+9SeZ2i/43fJHF7ZVU48z+09ZXoIeMaHHP6b eCaahIqT1Luy2wP+FyKCq1114X2Zvy8zJTUj2CqYxqvL9Q2V6NPTIOI/DkqrfwQZdDZx ioDsppZyZtl5YasjRsORwhf0/d+el3IT2pkmz72pYTvR34FWHSO4Ps0R1LjWH89ye0Nq Fyp2xFUxLBbs0qLKqMo4W6fPmMHcmoRVLYgA6XwmcxSkM6bCkqsAO/8v5I/8CJ8m9BqM tqOeq4EV8ll8ki5T9pQErz6UEzbctSFvBbsmnwKOjPxDQsZGdGjy3ClIE5cihOgkrOL8 3Njg== X-Received: by 10.112.133.68 with SMTP id pa4mr26525520lbb.83.1452189332848; Thu, 07 Jan 2016 09:55:32 -0800 (PST) Original-Received: from [192.168.1.190] ([178.252.127.222]) by smtp.googlemail.com with ESMTPSA id s2sm6806824lfe.34.2016.01.07.09.55.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jan 2016 09:55:31 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0 In-Reply-To: <86egdt982b.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22c 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:197740 Archived-At: Hi Stephen, On 01/07/2016 10:12 AM, Stephen Leake wrote: > This does not address the issue of duplicate file names in the path, > which I think is important. > > For example: > > $ stephe@takver2$ stephe@takver2$ find /Projects/emacs/master/lisp/ -name "locate.el" > /Projects/emacs/master/lisp/cedet/ede/locate.el > /Projects/emacs/master/lisp/locate.el It kind of does: M-x project-find-file, type `ede/locate.el', press RET. or, to open the other one, type `lisp/locate.el', RET. Admittedly, if you've already typed `locate.el', and are trying to resolve the ambiguity, choosing the second option takes more keypresses than one might expect: C-a lisp.el C-e RET I'd call it a bug in completion-at-point, but it might be expected behavior, caused by the interaction between the completion styles.