From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: dired: don't mark summary line Date: 30 Nov 2003 15:08:34 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87brqu5fn0.fsf@oak.pohoyda.family> <20031130104915.GA1734@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070223162 7011 80.91.224.253 (30 Nov 2003 20:12:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 20:12:42 +0000 (UTC) Cc: Karl Eichwalder , Alexander Pohoyda , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Nov 30 21:12:39 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQXvr-0002p0-00 for ; Sun, 30 Nov 2003 21:12:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQXvr-0006oN-01 for ; Sun, 30 Nov 2003 21:12:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQYqz-00069h-Qz for emacs-devel@quimby.gnus.org; Sun, 30 Nov 2003 16:11:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AQYqf-00069I-E2 for emacs-devel@gnu.org; Sun, 30 Nov 2003 16:11:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AQYq9-00064g-Ax for emacs-devel@gnu.org; Sun, 30 Nov 2003 16:11:20 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQYpc-0005tq-I0; Sun, 30 Nov 2003 16:10:16 -0500 Original-Received: from vor.iro.umontreal.ca (vor.iro.umontreal.ca [132.204.24.42]) by mercure.iro.umontreal.ca (8.12.9/8.12.9) with ESMTP id hAUK8Zbj011548; Sun, 30 Nov 2003 15:08:35 -0500 Original-Received: by vor.iro.umontreal.ca (Postfix, from userid 20848) id 0E8AB3C63E; Sun, 30 Nov 2003 15:08:34 -0500 (EST) Original-To: Miles Bader In-Reply-To: <20031130104915.GA1734@fencepost> Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18230 >> Would this patch help? >> - (or (looking-at "^$\\|^. *$\\|^. total\\|^. wildcard\\|^. used\\|^. find") >> + (or (looking-at "^$\\|^. *$\\|^. total\\|^. wildcard\\|^. used\\|^. find\\|^. insgesamt") > Note that the same problem occurs for _every_ locale (e.g., I've seen it with > LANG set to ja_JP); it might be better to ignore any lines with less than > some number of spaces in them, or something like that. Why not just check that the line has the drwxrwxrwx thingy ? We already have a fine regexp for it, Stefan