elisp-code-dired
[Top][All Lists]
Advanced

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

Re: [Elisp-code-dired] Dired 7.16 bug: GNU coreutils 7.2


From: Michael Sperber
Subject: Re: [Elisp-code-dired] Dired 7.16 bug: GNU coreutils 7.2
Date: Sun, 12 Jul 2009 11:54:27 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (darwin)

Jerry James <address@hidden> writes:

> Please see https://bugzilla.redhat.com/show_bug.cgi?id=504422 for more
> information.  Essentially, GNU coreutils 7.2 adds a new character to
> the long listing produced by ls.  The mode bits are now followed by a
> single character:
> - A space to indicate no alternate access methods;
> - A period to indicate an SELinux context, but no other alternate access
>   methods
> - A plus for anything else.

This is similar to Mac OS X, which added a @ a few years ago.  Does the
attached patch fix the problem?

Also, how do I create an ls entry that shows a period?  (I've got a
Fedora virtual installation, so I should be able to reproduce, right?)

(I know you suggested using --dired.  I'll do that, too, but I'd still
like the builtin parser to work.)

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
*** dired.el    22 Apr 2009 09:08:06 +0200      1.80
--- dired.el    12 Jul 2009 11:51:01 +0200      
***************
*** 2853,2859 ****
        (if (save-excursion
              (goto-char bol)
              (re-search-forward
!              "[^ ][-r][-w][^ ][-r][-w][^ ][-r][-w][^ ][-+ address@hidden"
               bof t))
            (progn
              (setq modes-start (match-beginning 0)
--- 2853,2859 ----
        (if (save-excursion
              (goto-char bol)
              (re-search-forward
!              "[^ ][-r][-w][^ ][-r][-w][^ ][-r][-w][^ ][-+ address@hidden"
               bof t))
            (progn
              (setq modes-start (match-beginning 0)

reply via email to

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