From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: project-find-file: switch to include non-tracked files Date: Wed, 6 Oct 2021 08:12:12 +0200 Message-ID: References: <2b9ae9f3-a253-f4f4-c08c-05e3c8ef1115@yandex.ru> <9995e361-34f1-9aa6-f854-eb197723a8fd@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13397"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 To: Dmitry Gutov , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 06 08:15:56 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY0Dc-0003Gg-1W for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Oct 2021 08:15:56 +0200 Original-Received: from localhost ([::1]:40840 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY0Da-0007wp-7d for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Oct 2021 02:15:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34688) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY0A6-0006yt-Tu for emacs-devel@gnu.org; Wed, 06 Oct 2021 02:12:19 -0400 Original-Received: from devianza.investici.org ([198.167.222.108]:41637) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY0A4-0008L3-SN for emacs-devel@gnu.org; Wed, 06 Oct 2021 02:12:18 -0400 Original-Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4HPPHd4f8Lz6vJS; Wed, 6 Oct 2021 06:12:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1633500733; bh=7UafjWL6/y51CpegugJzD+m1583UPne9Iu35NnQUmV4=; h=Subject:To:References:From:Date:In-Reply-To:From; b=YlVSpw49jfQ/Xk06IBvP9BFFcIAOmrwmfk7/kBE5Eysxrppl2hp4UtcP0wdUkvFli 31Fa9FDBpAHJljiHRdELs2ziq5uAFP83GC+X8lzLp9DVmwCR5GSurZi9pg1jHgr9l1 irzp4INe/gh2xtwdK9rMFpyStjS1qGVTTxv9RaZs= Original-Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4HPPHd3Vy7z6vJ8; Wed, 6 Oct 2021 06:12:13 +0000 (UTC) In-Reply-To: <9995e361-34f1-9aa6-f854-eb197723a8fd@yandex.ru> Content-Language: en-GB Received-SPF: pass client-ip=198.167.222.108; envelope-from=manuel.uberti@inventati.org; helo=devianza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276408 Archived-At: On 06/10/21 08:05, Dmitry Gutov wrote: > OK, see the updated patch. Looks good! > Which of the two behaviors would you like it to have, though? Sorry, I meant I agree with 'C-u project-find-file' skipping the contents of .git/ (.bzr/, etc.) while still displaying ignored files. -- Manuel Uberti www.manueluberti.eu