comparison man/misc.texi @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 4ef881a120fe 12161d3863d5
children
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
2175 (scrolling all windows together). 2175 (scrolling all windows together).
2176 2176
2177 @item EDT (DEC VMS editor) 2177 @item EDT (DEC VMS editor)
2178 @findex edt-emulation-on 2178 @findex edt-emulation-on
2179 @findex edt-emulation-off 2179 @findex edt-emulation-off
2180 Turn on EDT emulation with @kbd{M-x edt-emulation-on}. @kbd{M-x 2180 Turn on EDT emulation with the command @kbd{M-x edt-emulation-on},
2181 edt-emulation-off} restores normal Emacs command bindings. 2181 while @kbd{M-x edt-emulation-off} restores normal Emacs command
2182 bindings.
2182 2183
2183 Most of the EDT emulation commands are keypad keys, and most standard 2184 Most of the EDT emulation commands are keypad keys, and most standard
2184 Emacs key bindings are still available. The EDT emulation rebindings 2185 Emacs key bindings are still available. The EDT emulation rebindings
2185 are done in the global keymap, so there is no problem switching 2186 are done in the global keymap, so there is no problem switching
2186 buffers or major modes while in EDT emulation. 2187 buffers or major modes while in EDT emulation.
2232 @findex wordstar-mode 2233 @findex wordstar-mode
2233 @kbd{M-x wordstar-mode} provides a major mode with WordStar-like 2234 @kbd{M-x wordstar-mode} provides a major mode with WordStar-like
2234 key bindings. 2235 key bindings.
2235 @end table 2236 @end table
2236 2237
2237 @node Hyperlinking, Thumbnails, Emulation, Top 2238 @node Hyperlinking, Dissociated Press, Emulation, Top
2238 @section Hyperlinking and Navigation Features 2239 @section Hyperlinking and Navigation Features
2239 2240
2240 @cindex hyperlinking 2241 @cindex hyperlinking
2241 @cindex navigation 2242 @cindex navigation
2242 Various modes documented elsewhere have hypertext features so that 2243 Various modes documented elsewhere have hypertext features so that
2398 @kindex C-S-Mouse-3 @r{(FFAP)} 2399 @kindex C-S-Mouse-3 @r{(FFAP)}
2399 Display a menu of files and URLs mentioned in current buffer, then 2400 Display a menu of files and URLs mentioned in current buffer, then
2400 find the one you select (@code{ffap-menu}). 2401 find the one you select (@code{ffap-menu}).
2401 @end table 2402 @end table
2402 2403
2403 @node Thumbnails, Dissociated Press, Hyperlinking, Top 2404 @node Dissociated Press, Amusements, Hyperlinking, Top
2404 @section Viewing Images as Thumbnails
2405 @cindex tumme mode
2406 @cindex thumbnails
2407
2408 Tumme is a facility for browsing image files. It provides viewing
2409 the images either as thumbnails or in full size, either inside Emacs
2410 or through an external viewer.
2411
2412 To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory;
2413 specify one that has images files. This creates thumbnails for all
2414 the images in that directory, and displays them all in the ``thumbnail
2415 buffer.'' This takes a long time if the directory contains many image
2416 files, and it asks for confirmation if the number of image files
2417 exceeds @code{tumme-show-all-from-dir-max-files}.
2418
2419 @kindex C-t d @r{(Tumme)}
2420 @findex tumme-display-thumbs
2421 You can also enter Tumme through Dired. Mark the image files you
2422 want to look at, using @kbd{m} as usual, then type @kbd{C-t d}
2423 (@code{tumme-display-thumbs}). This too creates and switches to
2424 a buffer containing thumbnails, corresponding to the marked files.
2425
2426 With point in the thumbnail buffer, type @kbd{RET}
2427 (@code{tumme-display-thumbnail-original-image}) to display a sized
2428 version of it in another window. This sizes the image to fit the
2429 window. Use the arrow keys to move around in the buffer. For easy
2430 browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
2431 to advance and display the next image. Typing @kbd{DEL}
2432 (@code{tumme-display-previous-thumbnail-original}) backs up to the
2433 previous thumbnail and displays that instead.
2434
2435 @vindex tumme-external-viewer
2436 To view and the image in its original size, either provide a prefix
2437 argument (@kbd{C-u}) before pressing @kbd{RET}, or type @kbd{C-@key{RET}}
2438 (@code{tumme-thumbnail-display-external}) to display the image in an
2439 external viewer. You must first configure
2440 @code{tumme-external-viewer}.
2441
2442 You can delete images through Tumme also. Type @kbd{d}
2443 (@code{tumme-flag-thumb-original-file}) to flag the image file for
2444 deletion in the Dired buffer. You can also delete the thumbnail image
2445 from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}).
2446
2447 More advanced features include @dfn{image tags}, which are metadata
2448 used to categorize image files. The tags are stored in a plain text
2449 file configured by @code{tumme-db-file}.
2450
2451 To tag image files, mark them in the dired buffer (you can also mark
2452 files in Dired from the thumbnail buffer by typing @kbd{m}) and type
2453 @kbd{C-t t} (@code{tumme-tag-files}). You will be prompted for a tag.
2454 To mark files having a certain tag, type @kbd{C-t f}
2455 (@code{tumme-mark-tagged-files}). After marking image files with a
2456 certain tag, you can use @kbd{C-t d} to view them.
2457
2458 You can also tag a file directly from the thumbnail buffer by typing
2459 @kbd{t t} and you can remove a tag by typing @kbd{t r}. There is also
2460 a special ``tag'' called ``comment'' for each file (it is not a tag in
2461 the exact same sense as the other tags, it is handled slightly
2462 different). That is used to enter a comment or description about the
2463 image. You comment a file from the thumbnail buffer by typing
2464 @kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add
2465 a comment from Dired (@code{tumme-dired-comment-files}).
2466
2467 Tumme also provides simple image manipulation. In the thumbnail
2468 buffer, type @kbd{L} to rotate the original image 90 degrees anti
2469 clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This
2470 rotation is lossless, and uses an external utility called JpegTRAN.
2471
2472 @node Dissociated Press, Amusements, Thumbnails, Top
2473 @section Dissociated Press 2405 @section Dissociated Press
2474 2406
2475 @findex dissociated-press 2407 @findex dissociated-press
2476 @kbd{M-x dissociated-press} is a command for scrambling a file of text 2408 @kbd{M-x dissociated-press} is a command for scrambling a file of text
2477 either word by word or character by character. Starting from a buffer of 2409 either word by word or character by character. Starting from a buffer of