emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dired: don't mark summary line


From: Stefan Monnier
Subject: Re: dired: don't mark summary line
Date: 30 Nov 2003 15:08:34 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]