GNU bug report logs -
#59047
29.0.50; [PATCH] dired-hide-subdir breaks dired-hide-details-mode
Previous Next
Reported by: Gabriel <gabriel376 <at> hotmail.com>
Date: Sat, 5 Nov 2022 11:38:01 UTC
Severity: normal
Tags: patch
Found in version 29.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 10 Nov 2022 12:09:25 +0200
with message-id <83bkpfrui2.fsf <at> gnu.org>
and subject line Re: bug#59047: 29.0.50; [PATCH] dired-hide-subdir breaks dired-hide-details-mode
has caused the debbugs.gnu.org bug report #59047,
regarding 29.0.50; [PATCH] dired-hide-subdir breaks dired-hide-details-mode
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59047: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59047
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Description:
In Dired, the use of `dired-hide-subdir' breaks the subsequent
invocations of `dired-hide-details-mode'.
Steps to reproduce:
Emacs 29.0.50 (master 8721e87a6ec0874057f83f54498a0e3a64475a53)
1) emacs -Q
2) Open any Dired buffer, e.g.: C-x C-f ~/
3) Press key ( a couple of times to toggle `dired-hide-details-mode'
4) Press key $ twice to hide and unhide the current directory list
5) Press key ( a couple of times to toggle `dired-hide-details-mode'
On step 5), the `dired-hide-details-mode' ceases to work.
Patch:
The patch below adds a call to `dired-insert-set-properties` to restore
the text properties lost by `dired-hide-subdir'. More specifically, the
`dired--hide' removes the 'invisible text property that is used by Dired
to toggle the visibility of some information, such as
details-information, details-detail and details-link.
[0001-Make-dired-hide-details-mode-work-after-dired-hide-s.patch (text/x-diff, attachment)]
[Message part 5 (text/plain, inline)]
I did some tests and could not find any regression. I wrote a simple
test case. If there is a better way to fix the issue or to improve the
test case, let me know.
---
Gabriel
[Message part 6 (message/rfc822, inline)]
> From: Gabriel <gabriel376 <at> hotmail.com>
> Date: Sat, 05 Nov 2022 08:32:16 -0300
>
> Description:
> In Dired, the use of `dired-hide-subdir' breaks the subsequent
> invocations of `dired-hide-details-mode'.
>
> Steps to reproduce:
> Emacs 29.0.50 (master 8721e87a6ec0874057f83f54498a0e3a64475a53)
> 1) emacs -Q
> 2) Open any Dired buffer, e.g.: C-x C-f ~/
> 3) Press key ( a couple of times to toggle `dired-hide-details-mode'
> 4) Press key $ twice to hide and unhide the current directory list
> 5) Press key ( a couple of times to toggle `dired-hide-details-mode'
>
> On step 5), the `dired-hide-details-mode' ceases to work.
>
> Patch:
> The patch below adds a call to `dired-insert-set-properties` to restore
> the text properties lost by `dired-hide-subdir'. More specifically, the
> `dired--hide' removes the 'invisible text property that is used by Dired
> to toggle the visibility of some information, such as
> details-information, details-detail and details-link.
Thanks, installed.
This bug report was last modified 2 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.