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 #20 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 22:58:25 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> [...]
>
> > 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?
>
> You're right. Here is a cleaner version inspired by
> `image-dired--movement-command-line'.
Hmm... okay, but I wonder why not call image-dired-track-original-file
and image-dired--update-header-line directly from each of these new
commands, after scroll-up/down, instead of implementing this as a
macro (which calls another macro). That would have been much simpler
and easier to follow. Or is there something I'm missing here?
Thanks.
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.