From: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: Karl Eichwalder <ke@gnu.franken.de>,
Alexander Pohoyda <alexander.pohoyda@gmx.net>,
emacs-devel@gnu.org
Subject: Re: dired: don't mark summary line
Date: 30 Nov 2003 15:08:34 -0500 [thread overview]
Message-ID: <jwvekvpmxh8.fsf-monnier+emacs/devel@vor.iro.umontreal.ca> (raw)
In-Reply-To: <20031130104915.GA1734@fencepost>
>> 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
next prev parent reply other threads:[~2003-11-30 20:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-30 7:44 dired: don't mark summary line Karl Eichwalder
2003-11-30 10:12 ` Alexander Pohoyda
2003-11-30 10:49 ` Miles Bader
2003-11-30 20:08 ` Stefan Monnier [this message]
2003-12-01 7:49 ` Miles Bader
2003-12-06 0:00 ` Miles Bader
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvekvpmxh8.fsf-monnier+emacs/devel@vor.iro.umontreal.ca \
--to=monnier@iro.umontreal.ca \
--cc=alexander.pohoyda@gmx.net \
--cc=emacs-devel@gnu.org \
--cc=ke@gnu.franken.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).