GNU bug report logs -
#61508
30.0.50; [PATCH] Update thumbnail buffer's header more
Previous Next
Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>
Date: Tue, 14 Feb 2023 14:19:01 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 #8 received at 61508 <at> debbugs.gnu.org (full text, mbox):
Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> gnu.org> writes:
> Without this patch, the header of the thumbnail buffer does not always
> update correctly (for instance with "C-t .", "C-t a" and even "C-t d").
Thanks for the patch.
> From bfff40cc6e9327d90040578d3b751c03bb0911eb Mon Sep 17 00:00:00 2001
> From: Manuel Giraud <manuel <at> ledu-giraud.fr>
> Date: Tue, 14 Feb 2023 15:08:17 +0100
> Subject: [PATCH] Update thumbnail buffer's header more
>
> * lisp/image/image-dired.el (image-dired-display-thumbs): Call
> image-dired--update-header-line.
> ---
> lisp/image/image-dired.el | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
> index 49b8d9f03c8..cfcd1851188 100644
> --- a/lisp/image/image-dired.el
> +++ b/lisp/image/image-dired.el
> @@ -593,7 +593,8 @@ image-dired-display-thumbs
> (if do-not-pop
> (display-buffer buf)
> (pop-to-buffer buf))
> - (image-dired--line-up-with-method))))
> + (image-dired--line-up-with-method)
> + (image-dired--update-header-line))))
>
> ;;;###autoload
> (defun image-dired-show-all-from-dir (dir)
> --
> 2.39.1
Eli, is it okay to install the above bug fix on the emacs-29 branch at
this point?
This bug report was last modified 2 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.