Increase image-dired-show-all-from-dir-max-files to 1000

* lisp/image/image-dired.el
(image-dired-show-all-from-dir-max-files): Increase to 1000.
This commit is contained in:
Stefan Kangas 2022-09-03 11:04:07 +02:00
parent 01534a2d31
commit db2f8b8415
2 changed files with 7 additions and 8 deletions

View file

@ -2023,13 +2023,12 @@ This replaces the message most navigation commands in the thumbnail
buffer used to show at the bottom of the screen.
+++
*** '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.
*** 'image-dired-show-all-from-dir-max-files' increased to 1000.
This user option controls asking for confirmation when starting
Image-Dired in a directory with many files. Since Image-Dired creates
thumbnails in the background in recent versions, this is not as
important as it used to be. You can now also customize this option to
nil to disable this confirmation completely.
---
*** 'image-dired-rotate-thumbnail-(left|right)' is now obsolete.

View file

@ -323,7 +323,7 @@ Used by `image-dired-copy-with-exif-file-name'."
:type 'string
:version "29.1")
(defcustom image-dired-show-all-from-dir-max-files 500
(defcustom image-dired-show-all-from-dir-max-files 1000
"Maximum number of files in directory before prompting.
If there are more image files than this in a selected directory,