summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Münster <pm@a16n.net>2021-08-11 14:03:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-11 14:03:23 +0200
commit8b645837d228102a04005b98d75a56f9b78cabae (patch)
treed72661c7ab7b8cdd3c2de2e09ed1c5dcc4f6c9c8 /doc
parentc56e395edf5babdbcc65fa7bdb9fb462c674f156 (diff)
downloademacs-8b645837d228102a04005b98d75a56f9b78cabae.tar.gz
Mark marked images in Image-Dired mode
* lisp/image-dired.el (image-dired-thumb-update-marks): New function that makes the marks visible in the thumbnail buffer (bug#49988). (image-dired-thumb-margin, image-dired-thumb-mark-color): New user options.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/dired.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index 3fbaf8bab7a..680b20c5938 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -1553,6 +1553,11 @@ image. You comment a file from the thumbnail buffer by typing
@kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add
a comment from Dired (@code{image-dired-dired-comment-files}).
+@vindex image-dired-thumb-visible-marks
+ Files that are marked in Dired will also be marked in Image-Dired if
+@code{image-dired-thumb-visible-marks} is non-@code{nil} (which is the
+default).
+
Image-Dired also provides simple image manipulation. In the
thumbnail buffer, type @kbd{L} to rotate the original image 90 degrees
anti clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This