]> git.eshelyaron.com Git - emacs.git/commit
Increase image-dired-show-all-from-dir-max-files to 500
authorStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 18:39:10 +0000 (20:39 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 18:39:10 +0000 (20:39 +0200)
commitc70fdcdd114659d5358256938013c22a70b18f07
tree40b7c52407b657b08ecfe14be451e0a9e4e9bb22
parentc22b735f0c6261b485f0f2afa10ec4c598550b5b
Increase image-dired-show-all-from-dir-max-files to 500

* lisp/image-dired.el (image-dired-show-all-from-dir-max-files):
Increase default to 500 to ask for confirmation much less frequently.
The old value was added before we had asynchronous generation of
thumbnails, when a large number of files would lock up Emacs.  Asking
for confirmation could probably be disabled completely these days, but
let's be conservative and set it to some large number of files for
which some users might want to see a prompt.  It can't hurt.
(image-dired-show-all-from-dir): Never warn if above variable is nil.
(image-dired-bookmark-jump): Let-bind above variable to nil instead of
'most-positive-fixnum'.
* doc/emacs/dired.texi (Image-Dired): Don't mention the above
variable, as it is no longer important enough to deserve the space.
* etc/NEWS: Announce the above change.
doc/emacs/dired.texi
etc/NEWS
lisp/image-dired.el