From xemacs-m  Sat Mar 22 12:14:54 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA29422
	for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 12:14:53 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id TAA12752 for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 19:14:51 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA16072; Sat, 22 Mar 1997 19:14:49 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Re: bugs with efs-dired.
References: <m37miz7rlt.fsf@jens.metrix.de>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 22 Mar 1997 19:14:48 +0100
In-Reply-To: Jens Lautenbacher's message of 22 Mar 1997 18:40:14 +0100
Message-Id: <y9lhgi3ztd3.fsf@modas.informatik.uni-tuebingen.de>
Lines: 29
X-Mailer: Gnus v5.4.33/XEmacs 20.1(beta9)

>>>>> "Jens" == Jens Lautenbacher <jens@metrix.de> writes:

Jens> I still see some bugs in the highlighting of the file permissions.

Jens> Examples:

Jens> 1)	before: -rw-rw-r--   is OK, then doing  "+t" with the mouse
Jens>         after:  -rw-rw-r-T   and the line is no longer highlighted.

Fixed.   What's this, Linux?  I've never seen a capital "T" flag
before.


Jens> 2)      ----------   1 jens     jens            0 Feb 12 06:00 core
Jens>         isn't highlighted at all.

I don't see this.

Jens> 3)      the same goes for something like  d--------- 

Neither do I see this.  The corresponding regexp:

(defvar dired-re-permissions "[-r][-w][-Ssx][-r][-w][-Ssx][-r][-w][-xstT]"
  "Regexp matching the file permissions part of a dired line.")

also gives no clue why it shouldn't.  Could you debug this a wee bit
more?

Cheers =8-} Mike

