emacs-devel
[Top][All Lists]
Advanced

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

Re: dired-move-to-filename-regexp


From: Lars Hansen
Subject: Re: dired-move-to-filename-regexp
Date: Thu, 23 Sep 2004 20:59:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk

Richard Stallman wrote:

Yes, the latest Dired code knows how to use --dired.
However, it does this only on the GNU system:
If one uses ls-lisp, the following patch should solve the problems.
Do you agree?

*** ls-lisp.el.~1.53.~  Sat Dec 27 19:12:20 2003
--- ls-lisp.el  Thu Sep 23 20:46:33 2004
***************
*** 534,540 ****
            " "
            (ls-lisp-format-time file-attr time-index now)
            " "
!           file-name
            (if (stringp file-type)     ; is a symbolic link
                (concat " -> " file-type))
            "\n"
--- 534,540 ----
            " "
            (ls-lisp-format-time file-attr time-index now)
            " "
!           (propertize file-name 'dired-filename t)
            (if (stringp file-type)     ; is a symbolic link
                (concat " -> " file-type))
            "\n"

reply via email to

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