From xemacs-m  Sat Mar 22 13:00:38 1997
Received: from jens.metrix.de (jens@jens.metrix.de [194.123.88.124])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA29593
	for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 13:00:36 -0600 (CST)
Received: (from jens@localhost) by jens.metrix.de (8.7.6/8.7.3) id UAA00406; Sat, 22 Mar 1997 20:00:06 +0100
To: xemacs-beta@xemacs.org
Subject: Re: bugs with efs-dired.
References: <m37miz7rlt.fsf@jens.metrix.de> <y9lhgi3ztd3.fsf@modas.informatik.uni-tuebingen.de>
X-Face: Z[@OB)("ZvE?ev~1b+b!0ZUB.$%rh.9qE>dVf>q}Q/V?%d`J3gd!LR\aAZ8<Hwi]xTA(:*c;i3,?K?+rCy*^b$)a,}E?eo},}x2]5LlJysyoUOK"o[>K)'\Ulb7y-7*.If^;rHl['oa)n_M7E6w+LDKMs"G8_`c)uOS1^}.1|8Ill]7X68X-paeUOpBhz<F`B0?~^2Et~GYfw~/0]H]nx4~C_E/_mp#^7Ixc:
Reply-To: jens@lemming0.lem.uni-karlsruhe.de
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Jens Lautenbacher <jens@metrix.de>
Date: 22 Mar 1997 20:00:05 +0100
In-Reply-To: sperber@informatik.uni-tuebingen.de's message of 22 Mar 1997 19:14:48 +0100
Message-ID: <m33etn69ca.fsf@jens.metrix.de>
Lines: 46
X-Mailer: Gnus v5.4.33/XEmacs 19.15(beta102)

sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:

> >>>>> "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.
 
Yes, it's linux, and it's quite logical: "T" is just +t and "t" is
+t+s just as with "S" and "s".

A related thing: Why do we have a entry in the mouse menu for +S and
+s? as +s doesn't do +x the same time, I would vote for removing the
+S entry. (+S on a "-" group part will not change anything. 
+s gives "S". then doing +x gives "s".  toggeling will give "x".... 
in other words: this doesn't work intuitively. Let's stick with just 
"add a s" and "add a x")
 
> Jens> 2)      ----------   1 jens     jens            0 Feb 12 06:00 core
> Jens>         isn't highlighted at all.
> 
> I don't see this.

Unfortunately I still see it :-(

> 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.
You're right. It should work. Nevertheless it doesn't for me....:-(:-(

> Could you debug this a wee bit more?

I would like to try to. Any clue where to start? 

	JTL

