]> git.eshelyaron.com Git - emacs.git/commitdiff
Increase image-dired-show-all-from-dir-max-files to 1000
authorStefan Kangas <stefankangas@gmail.com>
Sat, 3 Sep 2022 09:04:07 +0000 (11:04 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 3 Sep 2022 09:26:34 +0000 (11:26 +0200)
* lisp/image/image-dired.el
(image-dired-show-all-from-dir-max-files): Increase to 1000.

etc/NEWS
lisp/image/image-dired.el

index ef9bfd08e3346758ffe93b034dca559018271cd9..8269d3e7bf39edf6b462b4d8984c5f6618f8925a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
index b92166c1dcc573167b3ed0dbec631b4e613ed1af..88f4ceaffb4ccdc554f0f64ff3b05af732bb2461 100644 (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,