]> git.eshelyaron.com Git - emacs.git/commit
Hide default-directory absolute file name in dired-hide-details-mode
authorÁlvaro Ramírez <me@xenodium.com>
Wed, 2 Oct 2024 10:36:57 +0000 (11:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:55:36 +0000 (20:55 +0200)
commit2792f529a9478989554934672b574465227bde68
treee0458dd06f3d6a860d1d7e7ecb32c578b49cea9d
parent8d740bbf0f8adf97e070ea461118c15287de4133
Hide default-directory absolute file name in dired-hide-details-mode

* lisp/dired.el (dired-hide-details-hide-absolute-location):
New user option.
(dired-insert-directory, dired-build-subdir-alist): Use it to
hide absolute file name of the directory.
(dired-hide-details-mode): Update doc string.
* test/lisp/dired-tests.el
(dired-test-hide-absolute-location-enabled)
(dired-test-hide-absolute-location-disabled): New tests

* etc/NEWS: Announce the new feature.

Bug#72272

(cherry picked from commit 7cbca90569472af5643905fca5b7ab2dea67f876)
etc/NEWS
lisp/dired.el
test/lisp/dired-tests.el