GNU bug report logs -
#58279
29.0.50; image-dired and background processing
Previous Next
Reported by: Mike Kupfer <mkupfer <at> alum.berkeley.edu>
Date: Tue, 4 Oct 2022 00:13:02 UTC
Severity: normal
Found in version 29.0.50
Fixed in version 29.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58279 in the body.
You can then email your comments to 58279 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58279
; Package
emacs
.
(Tue, 04 Oct 2022 00:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mike Kupfer <mkupfer <at> alum.berkeley.edu>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 04 Oct 2022 00:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
After updating to master 0df73dabc1, I noticed what looks like
contradictory text in etc/NEWS.
On the one hand, we have text saying that image-dired creates thumbnails
in the background:
-----8<-----8<-----
*** 'image-dired-show-all-from-dir-max-files' has been increased to 500.
This option controls asking for confirmation when starting Image-Dired
in a directory with many files. However, Image-Dired creates
thumbnails in the background these days, so this is not as important
as it used to be, back when entering a large directory could lock up
Emacs for tens of seconds. In addition, you can now customize this
option to nil to disable this confirmation completely.
----->8----->8-----
On the other hand, we have text that seems to say that background
processing does not happen:
-----8<-----8<-----
*** Some commands and user options are now obsolete.
Since Image-Dired no longer converts images in the background before
displaying them, some commands and user options that are no longer
needed are now obsolete:
'image-dired-cmd-create-temp-image-options',
'image-dired-cmd-create-temp-image-program',
'image-dired-display-current-image-full',
'image-dired-display-current-image-sized',
'image-dired-display-window-height-correction',
'image-dired-display-window-width-correction',
'image-dired-temp-image-file'.
----->8----->8-----
Is this just a matter of confusing wording, or is one of these text
excerpts flat-out wrong?
(I did go to savannah just now to see if the latest etc/NEWS has
different text, and it does, but the apparent conflict remains.)
mike
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58279
; Package
emacs
.
(Tue, 04 Oct 2022 05:44:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 58279 <at> debbugs.gnu.org (full text, mbox):
close 58279 29.1
thanks
Mike Kupfer <mkupfer <at> alum.berkeley.edu> writes:
> After updating to master 0df73dabc1, I noticed what looks like
> contradictory text in etc/NEWS.
>
> On the one hand, we have text saying that image-dired creates thumbnails
> in the background:
[...]
>
> On the other hand, we have text that seems to say that background
> processing does not happen:
>
[...]
> Is this just a matter of confusing wording, or is one of these text
> excerpts flat-out wrong?
Thanks for the bug report!
That is confusing, indeed. The full story is that Image-Dired still
generates thumbnails using an external program (the capability to
generate them in the background was added in 2016), but no longer need
to convert them to display the full size image (this is new in Emacs 29).
I clarified the second NEWS item by installing the below change (commit
2d87750004).
I'm therefore closing this bug report.
diff --git a/etc/NEWS b/etc/NEWS
index f21acaf207..8a27b91e30 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2306,9 +2306,8 @@ the thumbnail file.
+++
*** Some commands and user options are now obsolete.
-Since Image-Dired no longer converts images in the background before
-displaying them, some commands and user options that are no longer
-needed are now obsolete:
+Since 'image-dired-display-image-mode' is now based on 'image-mode',
+some commands and user options are no longer needed and are now obsolete:
'image-dired-cmd-create-temp-image-options',
'image-dired-cmd-create-temp-image-program',
'image-dired-display-current-image-full',
bug marked as fixed in version 29.1, send any further explanations to
58279 <at> debbugs.gnu.org and Mike Kupfer <mkupfer <at> alum.berkeley.edu>
Request was from
Stefan Kangas <stefankangas <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 04 Oct 2022 05:44:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58279
; Package
emacs
.
(Tue, 04 Oct 2022 14:36:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 58279 <at> debbugs.gnu.org (full text, mbox):
Stefan Kangas wrote:
> The full story is that Image-Dired still
> generates thumbnails using an external program (the capability to
> generate them in the background was added in 2016), but no longer need
> to convert them to display the full size image (this is new in Emacs 29).
Ah, I see.
> +Since 'image-dired-display-image-mode' is now based on 'image-mode',
> +some commands and user options are no longer needed and are now obsolete:
Yes, much better. Thanks!
mike
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 02 Nov 2022 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.