emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Dired changes


From: Dave Love
Subject: Re: Dired changes
Date: Wed, 31 Mar 2004 17:34:32 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Juri Linkov <address@hidden> writes:

> I noticed it don't highlight writable file permissions if world is
> writable but group is not.  Perhaps the following code is more
> correct.  Is it what you intended?

I'm not sure exactly -- I actually did it several years ago, and maybe
it was supposed to have an extra face clause in the first form.
However, your version is certainly better and should presumably be
installed, thanks.

>    (list (concat dired-re-maybe-mark dired-re-inode-size
>                "[-d]....\\(w\\)....") ; group writable
>        '(1 font-lock-comment-face))
>    (list (concat dired-re-maybe-mark dired-re-inode-size
>                "[-d].......\\(w\\).") ; world writable
>        '(1 font-lock-comment-face))




reply via email to

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