From xemacs-m  Sat Mar 22 15:09:01 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 PAA00391
	for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 15:09:00 -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 WAA22938 for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 22:08:54 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA23408; Sat, 22 Mar 1997 22:08:52 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Re: bugs with efs-dired.
References: <m37miz7rlt.fsf@jens.metrix.de> <y9lhgi3ztd3.fsf@modas.informatik.uni-tuebingen.de> <rvlo7frb0w.fsf@sdnp5.ucsd.edu>
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 22:08:51 +0100
In-Reply-To: David Moore's message of 22 Mar 1997 11:18:07 -0800
Message-Id: <y9lend7zlb0.fsf@modas.informatik.uni-tuebingen.de>
Lines: 24
X-Mailer: Gnus v5.4.33/XEmacs 20.1(beta9)

>>>>> "David" == David Moore <dmoore@ucsd.edu> writes:

David> If I do `touch FOOBIE; chmod a-rwx FOOBIE' `M-x dired' on the directory
David> containing that file, I don't see it hilighted either.  This is in 19.15.


David> Ok, the problem seems to be:
David>     (if (and (re-search-forward dired-re-pre-permissions
David> 				(save-excursion (end-of-line) (point))
David> 				t)
David> 	     (looking-at dired-re-permissions))

David> dired-re-pre-permissions is "^.? ?[0-9 	]*[-d]".  This means that
David> the re-search-forward can match `--' not just `-' which is what you
David> need.  Should that leading . be \. ?  A the minimum the following works:
David> "^[^-d]? ?[0-9	]*[-d]".

Done.  Thanks, David.  I still don't understand, why I don't see the
problem, but I'm lately getting the impressing I'm bug-impaired.  Good 
for me.  Bad for you.

Cheers =8-} Mike


