GNU bug report logs -
#76596
30.1; dired-movement-style does not honor subdir operations
Previous Next
Reported by: Charles Choi <kickingvegas <at> gmail.com>
Date: Wed, 26 Feb 2025 20:07:01 UTC
Severity: minor
Found in version 30.1
Fixed in version 30.1.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> >> > >> I'm not sure what is the behavior expected by most users?
>> >> > >> It seems the intention for this feature was to visit only
>> >> > >> filename lines with n, p, C-p, C-n,
>> >> > >
>> >> > > I initially thought about that, but (a) the documentation says
>> >> > > something else, and (b) the original implementation, before your
>> >> > > changes mentioned above, indeed skipped only empty lines, not any
>> >> > > lines that don't show a file name. So I changed my mind about that.
>> >> >
>> >> > Maybe this preference should be defined by the option?
>> >> > Or by a new value of the existing option?
>> >>
>> >> Yes, additional value(s) of the option would be good if we want to
>> >> have both behaviors.
>> >>
>> >> Are you okay with me installing my patch, and then you working on
>> >> adding the new value(s)?
>>
>> I guess this is okay, since then later we could just add a condition
>> that uses the new value.
>
> Thanks, done.
>
> Let me know if you want to leave this bug open, or close it and file
> another bug for the new values you wanted to add.
I'd like to add the new values under this bug report.
Current values are
(const :tag "Cycle through non-empty lines" cycle)
(const :tag "Stop on last/first non-empty line" bounded))
New values could be
(const :tag "Cycle through file lines" cycle-files)
(const :tag "Stop on last/first file line" bounded-files))
This bug report was last modified 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.