From d4c2b84bae18b3852d4746ad6d4c7bc4bf14d8af Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 22 Apr 2007 03:32:36 +0000 Subject: [PATCH] (Thumbnails): Rename "tumme" to "thumbnails". --- man/misc.texi | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/man/misc.texi b/man/misc.texi index 0819c03922e..a2c62d0dd2a 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -2403,57 +2403,57 @@ find the one you select (@code{ffap-menu}). @node Thumbnails, Dissociated Press, Hyperlinking, Top @section Viewing Images as Thumbnails -@cindex tumme mode +@cindex thumbnails mode @cindex thumbnails - Tumme is a facility for browsing image files. It provides viewing + Thumbnails is a facility for browsing image files. It provides viewing the images either as thumbnails or in full size, either inside Emacs or through an external viewer. - To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory; + To enter Thumbnails, type @kbd{M-x thumbnails}. It prompts for a directory; specify one that has images files. This creates thumbnails for all the images in that directory, and displays them all in the ``thumbnail buffer.'' This takes a long time if the directory contains many image files, and it asks for confirmation if the number of image files -exceeds @code{tumme-show-all-from-dir-max-files}. +exceeds @code{thumbnails-show-all-from-dir-max-files}. -@kindex C-t d @r{(Tumme)} -@findex tumme-display-thumbs - You can also enter Tumme through Dired. Mark the image files you +@kindex C-t d @r{(Thumbnails)} +@findex thumbnails-display-thumbs + You can also enter Thumbnails through Dired. Mark the image files you want to look at, using @kbd{m} as usual, then type @kbd{C-t d} -(@code{tumme-display-thumbs}). This too creates and switches to +(@code{thumbnails-display-thumbs}). This too creates and switches to a buffer containing thumbnails, corresponding to the marked files. With point in the thumbnail buffer, type @kbd{RET} -(@code{tumme-display-thumbnail-original-image}) to display a sized +(@code{thumbnails-display-thumbnail-original-image}) to display a sized version of it in another window. This sizes the image to fit the window. Use the arrow keys to move around in the buffer. For easy -browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original}) +browsing, type @kbd{SPC} (@code{thumbnails-display-next-thumbnail-original}) to advance and display the next image. Typing @kbd{DEL} -(@code{tumme-display-previous-thumbnail-original}) backs up to the +(@code{thumbnails-display-previous-thumbnail-original}) backs up to the previous thumbnail and displays that instead. -@vindex tumme-external-viewer +@vindex thumbnails-external-viewer To view and the image in its original size, either provide a prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type @kbd{C-@key{RET}} -(@code{tumme-thumbnail-display-external}) to display the image in an +(@code{thumbnails-thumbnail-display-external}) to display the image in an external viewer. You must first configure -@code{tumme-external-viewer}. +@code{thumbnails-external-viewer}. - You can delete images through Tumme also. Type @kbd{d} -(@code{tumme-flag-thumb-original-file}) to flag the image file for + You can delete images through Thumbnails also. Type @kbd{d} +(@code{thumbnails-flag-thumb-original-file}) to flag the image file for deletion in the Dired buffer. You can also delete the thumbnail image -from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}). +from the thumbnail buffer with @kbd{C-d} (@code{thumbnails-delete-char}). More advanced features include @dfn{image tags}, which are metadata used to categorize image files. The tags are stored in a plain text -file configured by @code{tumme-db-file}. +file configured by @code{thumbnails-db-file}. To tag image files, mark them in the dired buffer (you can also mark files in Dired from the thumbnail buffer by typing @kbd{m}) and type -@kbd{C-t t} (@code{tumme-tag-files}). You will be prompted for a tag. +@kbd{C-t t} (@code{thumbnails-tag-files}). You will be prompted for a tag. To mark files having a certain tag, type @kbd{C-t f} -(@code{tumme-mark-tagged-files}). After marking image files with a +(@code{thumbnails-mark-tagged-files}). After marking image files with a certain tag, you can use @kbd{C-t d} to view them. You can also tag a file directly from the thumbnail buffer by typing @@ -2463,9 +2463,9 @@ the exact same sense as the other tags, it is handled slightly different). That is used to enter a comment or description about the 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{tumme-dired-comment-files}). +a comment from Dired (@code{thumbnails-dired-comment-files}). - Tumme also provides simple image manipulation. In the thumbnail + Thumbnails 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 rotation is lossless, and uses an external utility called JpegTRAN. -- 2.11.4.GIT