GNU bug report logs -
#65052
30.0.50; [PATCH] Scroll-{up, down} does not update tracking info in image-dired
Previous Next
Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>
Date: Fri, 4 Aug 2023 14:57:02 UTC
Severity: normal
Tags: patch
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 65052 <at> debbugs.gnu.org (full text, mbox):
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Cc: 65052 <at> debbugs.gnu.org
> Date: Fri, 04 Aug 2023 20:25:30 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> Date: Fri, 04 Aug 2023 16:55:45 +0200
> >> From: Manuel Giraud via "Bug reports for GNU Emacs,
> >> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> >>
> >> Here is a patch that updates header tracking in image-dired when
> >> scrolling up or down.
> >
> > What is "header tracking"?
> >
> > More generally, could you please explain what problem are you trying
> > to solve here?
>
> Yes, sorry. When you are using image-dired, there is a header line with
> some informations (by default name of the file, its size and so on, see
> `image-dired-display-properties-format'). Those informations are
> updated when you move from one thumbnail to another (by mean of
> C-{f,b,n,p}). But they are not updated with C-v/M-v. This patch fixes
> this.
OK, but then this part:
> + ;; "one line" dance to update tracking and header
> + (image-dired-next-line)
> + (image-dired-previous-line))
looks like a kludge. Can't we have a cleaner code for updating the
header data? If image-dired-previous/next-line can update the data,
why cannot the scroll commands do the same without calling the
line-movement commands?
This bug report was last modified 1 year and 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.