emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/misc.texi,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/man/misc.texi,v
Date: Sun, 22 Apr 2007 03:32:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/22 03:32:36

Index: misc.texi
===================================================================
RCS file: /sources/emacs/emacs/man/misc.texi,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- misc.texi   11 Apr 2007 20:57:52 -0000      1.101
+++ misc.texi   22 Apr 2007 03:32:36 -0000      1.102
@@ -2403,57 +2403,57 @@
 
 @node Thumbnails, Dissociated Press, Hyperlinking, Top
 @section Viewing Images as Thumbnails
address@hidden tumme mode
address@hidden 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}.
 
address@hidden C-t d @r{(Tumme)}
address@hidden tumme-display-thumbs
-  You can also enter Tumme through Dired.  Mark the image files you
address@hidden C-t d @r{(Thumbnails)}
address@hidden 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.
 
address@hidden tumme-external-viewer
address@hidden 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 @address@hidden
-(@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
address@hidden
address@hidden
 
-  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
address@hidden t} (@code{tumme-tag-files}).  You will be prompted for a tag.
address@hidden 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 @@
 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]