From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric S. Raymond" Newsgroups: gmane.emacs.devel Subject: Re: Speeding up vc-dired still more Date: Fri, 28 Dec 2007 07:21:43 -0500 Organization: Eric Conspiracy Secret Labs Message-ID: <20071228122143.GA24154@thyrsus.com> References: <20071227145202.8A12A830BC9@snark.thyrsus.com> <20071228092526.GC23009@thyrsus.com> <914CCC23-1E02-4FC1-A400-F280B819A3D8@mac.com> Reply-To: esr@thyrsus.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198844526 25305 80.91.229.12 (28 Dec 2007 12:22:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2007 12:22:06 +0000 (UTC) Cc: "Eric S. Raymond" , emacs-devel@gnu.org To: Alexandru Harsanyi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 28 13:22:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J8EE5-0005PT-Fo for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 13:22:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8EDk-0005jW-Bv for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2007 07:21:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8EDg-0005hk-6A for emacs-devel@gnu.org; Fri, 28 Dec 2007 07:21:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8EDe-0005df-Dk for emacs-devel@gnu.org; Fri, 28 Dec 2007 07:21:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8EDe-0005dQ-9J for emacs-devel@gnu.org; Fri, 28 Dec 2007 07:21:42 -0500 Original-Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=snark.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8EDe-0007d7-1p for emacs-devel@gnu.org; Fri, 28 Dec 2007 07:21:42 -0500 Original-Received: by snark.thyrsus.com (Postfix, from userid 23) id 87C00830BC9; Fri, 28 Dec 2007 07:21:43 -0500 (EST) Content-Disposition: inline In-Reply-To: <914CCC23-1E02-4FC1-A400-F280B819A3D8@mac.com> X-Eric-Conspiracy: There is no conspiracy User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85541 Archived-At: Alexandru Harsanyi : >> This is a good idea, but I have several higher-priority changes in my >> queue. Are you interested enough to do it? > > I'm happy to make these changes, I will send you a patch for review. I now think this is actually only needed for CVS. Subversion and Mercurial will return an "I" in dirstate for ignored files -- it would be faster to use that than to parse the ignore file explicitly. But this will requires that I change (vc-state) to return an 'ignored state. Maybe you should hold off until I've reworked the repertoire of state properties. -- Eric S. Raymond