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: Wed, 16 Sep 2015 06:38:57 +0300 Message-ID: <55F8E451.9080902@yandex.ru> References: <86pp1j4ejm.fsf@stephe-leake.org> <55F899EA.7050700@yandex.ru> <86lhc73wog.fsf@stephe-leake.org> <86mvwn11u1.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 1442374778 19382 80.91.229.3 (16 Sep 2015 03:39:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2015 03:39:38 +0000 (UTC) To: Stephen Leake , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 16 05:39:34 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 1Zc3ZF-0007EX-KU for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2015 05:39:33 +0200 Original-Received: from localhost ([::1]:47190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc3ZE-0001ek-Mc for ged-emacs-devel@m.gmane.org; Tue, 15 Sep 2015 23:39:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc3Z3-0001eX-9h for emacs-devel@gnu.org; Tue, 15 Sep 2015 23:39:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc3Z0-0005c5-4N for emacs-devel@gnu.org; Tue, 15 Sep 2015 23:39:21 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:35536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc3Yz-0005c0-UK for emacs-devel@gnu.org; Tue, 15 Sep 2015 23:39:18 -0400 Original-Received: by wicge5 with SMTP id ge5so55051474wic.0 for ; Tue, 15 Sep 2015 20:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=1GCVw6GZVihIArlBXCZ8Ece5xIYwbJrTCEuFBIvs3Vc=; b=keHtUidtDmrD2AEhMYwuesSnu/NVMiH4WOB4+BCMOZQlljVFNrzuot/nPoMZzwwK3w pVsZjYjJWTZZoCAzsK7LQIYm8SojwfhJfmyNRy2Wb3oZimvrZ4LLqWjoVzzlo13grehU F5G+pHZDWdmfUvlslsCJACsPXIyZ1u8bb+vuA2pxAPqRiEXCMqxWPA0oQ+4V7M0gdS4m 4G897NNTwac2/DIt3d8lIjiweGSCt2Mp3dY6TTo3LZWvSb+vqQ/S4WJ/ScVVSZEFjb9g SCu/Y+7h9dltoqjnSPd7D/T3kRt+cf7zHNkCweYHZci7Ha/S6yxfvN2h+O1LstWNCSSt uGRA== X-Received: by 10.180.11.175 with SMTP id r15mr14312071wib.74.1442374757315; Tue, 15 Sep 2015 20:39:17 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id t7sm2082418wia.9.2015.09.15.20.39.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Sep 2015 20:39:16 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <86mvwn11u1.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:189997 Archived-At: On 09/16/2015 06:26 AM, Stephen Leake wrote: > Do you have a use case where the `dir' argument to `project-ignores' is > not ignored? DIR is just as described: one of the project roots, for example. If those roots are different Git repositories, naturally they'll have different sets of ignores. That's a use case I expect in practice. The project-vc frontend ignores this argument only because it works only with one root anyway.