diff options
| author | Chong Yidong | 2007-04-22 03:32:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-22 03:32:36 +0000 |
| commit | d4c2b84bae18b3852d4746ad6d4c7bc4bf14d8af (patch) | |
| tree | 631c5b810b50c45207cfbc67718a9c39443cd7f7 | |
| parent | fcc52236647896711f334d54698bd96455cd57f1 (diff) | |
| download | emacs-d4c2b84bae18b3852d4746ad6d4c7bc4bf14d8af.tar.gz emacs-d4c2b84bae18b3852d4746ad6d4c7bc4bf14d8af.zip | |
(Thumbnails): Rename "tumme" to "thumbnails".
| -rw-r--r-- | man/misc.texi | 44 |
1 files 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}). | |||
| 2403 | 2403 | ||
| 2404 | @node Thumbnails, Dissociated Press, Hyperlinking, Top | 2404 | @node Thumbnails, Dissociated Press, Hyperlinking, Top |
| 2405 | @section Viewing Images as Thumbnails | 2405 | @section Viewing Images as Thumbnails |
| 2406 | @cindex tumme mode | 2406 | @cindex thumbnails mode |
| 2407 | @cindex thumbnails | 2407 | @cindex thumbnails |
| 2408 | 2408 | ||
| 2409 | Tumme is a facility for browsing image files. It provides viewing | 2409 | Thumbnails is a facility for browsing image files. It provides viewing |
| 2410 | the images either as thumbnails or in full size, either inside Emacs | 2410 | the images either as thumbnails or in full size, either inside Emacs |
| 2411 | or through an external viewer. | 2411 | or through an external viewer. |
| 2412 | 2412 | ||
| 2413 | To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory; | 2413 | To enter Thumbnails, type @kbd{M-x thumbnails}. It prompts for a directory; |
| 2414 | specify one that has images files. This creates thumbnails for all | 2414 | specify one that has images files. This creates thumbnails for all |
| 2415 | the images in that directory, and displays them all in the ``thumbnail | 2415 | the images in that directory, and displays them all in the ``thumbnail |
| 2416 | buffer.'' This takes a long time if the directory contains many image | 2416 | buffer.'' This takes a long time if the directory contains many image |
| 2417 | files, and it asks for confirmation if the number of image files | 2417 | files, and it asks for confirmation if the number of image files |
| 2418 | exceeds @code{tumme-show-all-from-dir-max-files}. | 2418 | exceeds @code{thumbnails-show-all-from-dir-max-files}. |
| 2419 | 2419 | ||
| 2420 | @kindex C-t d @r{(Tumme)} | 2420 | @kindex C-t d @r{(Thumbnails)} |
| 2421 | @findex tumme-display-thumbs | 2421 | @findex thumbnails-display-thumbs |
| 2422 | You can also enter Tumme through Dired. Mark the image files you | 2422 | You can also enter Thumbnails through Dired. Mark the image files you |
| 2423 | want to look at, using @kbd{m} as usual, then type @kbd{C-t d} | 2423 | want to look at, using @kbd{m} as usual, then type @kbd{C-t d} |
| 2424 | (@code{tumme-display-thumbs}). This too creates and switches to | 2424 | (@code{thumbnails-display-thumbs}). This too creates and switches to |
| 2425 | a buffer containing thumbnails, corresponding to the marked files. | 2425 | a buffer containing thumbnails, corresponding to the marked files. |
| 2426 | 2426 | ||
| 2427 | With point in the thumbnail buffer, type @kbd{RET} | 2427 | With point in the thumbnail buffer, type @kbd{RET} |
| 2428 | (@code{tumme-display-thumbnail-original-image}) to display a sized | 2428 | (@code{thumbnails-display-thumbnail-original-image}) to display a sized |
| 2429 | version of it in another window. This sizes the image to fit the | 2429 | version of it in another window. This sizes the image to fit the |
| 2430 | window. Use the arrow keys to move around in the buffer. For easy | 2430 | window. Use the arrow keys to move around in the buffer. For easy |
| 2431 | browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original}) | 2431 | browsing, type @kbd{SPC} (@code{thumbnails-display-next-thumbnail-original}) |
| 2432 | to advance and display the next image. Typing @kbd{DEL} | 2432 | to advance and display the next image. Typing @kbd{DEL} |
| 2433 | (@code{tumme-display-previous-thumbnail-original}) backs up to the | 2433 | (@code{thumbnails-display-previous-thumbnail-original}) backs up to the |
| 2434 | previous thumbnail and displays that instead. | 2434 | previous thumbnail and displays that instead. |
| 2435 | 2435 | ||
| 2436 | @vindex tumme-external-viewer | 2436 | @vindex thumbnails-external-viewer |
| 2437 | To view and the image in its original size, either provide a prefix | 2437 | To view and the image in its original size, either provide a prefix |
| 2438 | argument (@kbd{C-u}) before pressing @kbd{RET}, or type @kbd{C-@key{RET}} | 2438 | argument (@kbd{C-u}) before pressing @kbd{RET}, or type @kbd{C-@key{RET}} |
| 2439 | (@code{tumme-thumbnail-display-external}) to display the image in an | 2439 | (@code{thumbnails-thumbnail-display-external}) to display the image in an |
| 2440 | external viewer. You must first configure | 2440 | external viewer. You must first configure |
| 2441 | @code{tumme-external-viewer}. | 2441 | @code{thumbnails-external-viewer}. |
| 2442 | 2442 | ||
| 2443 | You can delete images through Tumme also. Type @kbd{d} | 2443 | You can delete images through Thumbnails also. Type @kbd{d} |
| 2444 | (@code{tumme-flag-thumb-original-file}) to flag the image file for | 2444 | (@code{thumbnails-flag-thumb-original-file}) to flag the image file for |
| 2445 | deletion in the Dired buffer. You can also delete the thumbnail image | 2445 | deletion in the Dired buffer. You can also delete the thumbnail image |
| 2446 | from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}). | 2446 | from the thumbnail buffer with @kbd{C-d} (@code{thumbnails-delete-char}). |
| 2447 | 2447 | ||
| 2448 | More advanced features include @dfn{image tags}, which are metadata | 2448 | More advanced features include @dfn{image tags}, which are metadata |
| 2449 | used to categorize image files. The tags are stored in a plain text | 2449 | used to categorize image files. The tags are stored in a plain text |
| 2450 | file configured by @code{tumme-db-file}. | 2450 | file configured by @code{thumbnails-db-file}. |
| 2451 | 2451 | ||
| 2452 | To tag image files, mark them in the dired buffer (you can also mark | 2452 | To tag image files, mark them in the dired buffer (you can also mark |
| 2453 | files in Dired from the thumbnail buffer by typing @kbd{m}) and type | 2453 | files in Dired from the thumbnail buffer by typing @kbd{m}) and type |
| 2454 | @kbd{C-t t} (@code{tumme-tag-files}). You will be prompted for a tag. | 2454 | @kbd{C-t t} (@code{thumbnails-tag-files}). You will be prompted for a tag. |
| 2455 | To mark files having a certain tag, type @kbd{C-t f} | 2455 | To mark files having a certain tag, type @kbd{C-t f} |
| 2456 | (@code{tumme-mark-tagged-files}). After marking image files with a | 2456 | (@code{thumbnails-mark-tagged-files}). After marking image files with a |
| 2457 | certain tag, you can use @kbd{C-t d} to view them. | 2457 | certain tag, you can use @kbd{C-t d} to view them. |
| 2458 | 2458 | ||
| 2459 | You can also tag a file directly from the thumbnail buffer by typing | 2459 | 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 | |||
| 2463 | different). That is used to enter a comment or description about the | 2463 | different). That is used to enter a comment or description about the |
| 2464 | image. You comment a file from the thumbnail buffer by typing | 2464 | image. You comment a file from the thumbnail buffer by typing |
| 2465 | @kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add | 2465 | @kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add |
| 2466 | a comment from Dired (@code{tumme-dired-comment-files}). | 2466 | a comment from Dired (@code{thumbnails-dired-comment-files}). |
| 2467 | 2467 | ||
| 2468 | Tumme also provides simple image manipulation. In the thumbnail | 2468 | Thumbnails also provides simple image manipulation. In the thumbnail |
| 2469 | buffer, type @kbd{L} to rotate the original image 90 degrees anti | 2469 | buffer, type @kbd{L} to rotate the original image 90 degrees anti |
| 2470 | clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This | 2470 | clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This |
| 2471 | rotation is lossless, and uses an external utility called JpegTRAN. | 2471 | rotation is lossless, and uses an external utility called JpegTRAN. |