aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Dahl2006-02-11 22:17:36 +0000
committerMathias Dahl2006-02-11 22:17:36 +0000
commita528b71e55b2b244a5dd35318713ccb20398cbbf (patch)
treeaddf81ba62b58c9048e72ae9d1e4621d664bc6ed
parent324e4da7fb68dc8b8e12d6b816dd6b6a4a892d36 (diff)
downloademacs-a528b71e55b2b244a5dd35318713ccb20398cbbf.tar.gz
emacs-a528b71e55b2b244a5dd35318713ccb20398cbbf.zip
Added more documentation for tumme.
-rw-r--r--man/dired.texi62
1 files changed, 44 insertions, 18 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 21cce9f3787..d391e4566f1 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1146,37 +1146,56 @@ C-c}.
1146@section Thumbnail and image file viewing and manipulation 1146@section Thumbnail and image file viewing and manipulation
1147 1147
1148@cindex tumme mode 1148@cindex tumme mode
1149 Tumme provides for simple viewing of thumbnails if image files. It 1149 Tumme provides for simple viewing of thumbnails of image files. It
1150also provides viewing of the original file, sized or in full size, 1150provides viewing of the original file, sized or in full size, inside
1151inside Emacs or in an external viewer. 1151Emacs or in an external viewer.
1152 1152
1153 Tumme aims to be both easy to use for a beginner but also powerful 1153 Tumme aims to be both easy to use for a beginner but also powerful
1154and useful to an experienced user. 1154and useful to an experienced user.
1155 1155
1156 To try out Tumme, mark some image files in Dired and type @kbd{C-t 1156 The quickest way to try out Tumme is to use the command
1157d} (@code{tumme-display-thumbs}). With point in the thumbnail buffer, 1157@code{tumme}. It will prompt for a directory where there are images
1158type @kbd{RET} (@code{tumme-display-thumbnail-original-image}) to 1158files. All images in that directory will get thumbnail files created
1159display a sized version of it. Use the keys to move around in the 1159for them, and the thumbnails will be displayed in the ``thumbnail
1160buffer. For easy browing, type @kbd{SPC} 1160buffer''.
1161(@code{tumme-display-next-thumbnail-original}) to advance and display 1161
1162the next image. Typing @kbd{DEL} 1162 Because thumbnails are created on the fly and before they can be
1163displayed, the above command might take a long time, especially the
1164first time, if the directory contains many image files. If the number
1165of image files is higher than
1166@code{tumme-show-all-from-dir-max-files}, the command will be aborted.
1167To work around this you can instead mark the files you want to look
1168at, using @kbd{m} as usual in Dired, and then type @kbd{C-t d}
1169(@code{tumme-display-thumbs}).
1170
1171 Regardless of which command you chose to display the thumbnails, a
1172new buffer will open up, displaying thumbnail images of the files that
1173were marked in dired. The new buffer will be the active one.
1174
1175 With point in the thumbnail buffer, type @kbd{RET}
1176(@code{tumme-display-thumbnail-original-image}) to display a sized
1177version of it in another window. The image will be sized to fit the
1178window. Use the arrow keys to move around in the buffer. For easy
1179browing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
1180to advance and display the next image. Typing @kbd{DEL}
1163(@code{tumme-display-previous-thumbnail-original}) backs up to the 1181(@code{tumme-display-previous-thumbnail-original}) backs up to the
1164previous thumbnail and displays the image. 1182previous thumbnail and displays that instead.
1165 1183
1166 If you want to see the image in its original size, either provide a 1184 If you want to see the image in its original size, either provide a
1167prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type 1185prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type
1168@kbd{C-return} (@code{tumme-thumbnail-display-external}) to display 1186@kbd{C-return} (@code{tumme-thumbnail-display-external}) to display
1169the image in an external viewer. 1187the image in an external viewer. To use the latter,
1188@code{tumme-external-viewer} must be configured.
1170 1189
1171 If you find in image that you want to delete, type @kbd{d} 1190 If you find in image that you want to delete, type @kbd{d}
1172(@code{tumme-flag-thumb-original-file}) and the file will be flagged 1191(@code{tumme-flag-thumb-original-file}) and the file will be flagged
1173for deletion in the dired buffer. If you just want to delete the 1192for deletion in the dired buffer. If you just want visually to delete
1174thumbnail image from the thumbnail buffer, type @kbd{C-d} 1193the thumbnail image from the thumbnail buffer, type @kbd{C-d}
1175(@code{tumme-delete-char}). 1194(@code{tumme-delete-char}).
1176 1195
1177 More advanced features include commands for using ``tags'' (labels, 1196 More advanced features include commands for using ``tags'' (another
1178or categories) to tag image files and to search for image files with a 1197name for ``keyword'' or ``label'') to tag image files and to search
1179certain tag. 1198for image files with a certain tag.
1180 1199
1181 The tags put on image files are stored in a database file and can be 1200 The tags put on image files are stored in a database file and can be
1182used for marking image files. For example, you can let Tumme mark all 1201used for marking image files. For example, you can let Tumme mark all
@@ -1185,8 +1204,15 @@ image files, mark them in the dired buffer and type @kbd{C-t t}
1185(@code{tumme-tag-files}). To mark files having a certain tag, type 1204(@code{tumme-tag-files}). To mark files having a certain tag, type
1186@kbd{C-t f} (@code{tumme-mark-tagged-files}). 1205@kbd{C-t f} (@code{tumme-mark-tagged-files}).
1187 1206
1207 After marking image files with a certain tag, they can be viewed as
1208explained earlier, by typing @key{C-t d}.
1209
1188 Tumme also provide simple image manipulation commands, like rotating 1210 Tumme also provide simple image manipulation commands, like rotating
1189thumbnails and original image files. 1211thumbnails and original image files. In the thumbnail buffer, type
1212@kbd{L} to rotate the original image 90 degrees anti clockwise, and
1213@kbd{R} to rotate it 90 degrees clockwise.
1214
1215
1190 1216
1191@node Misc Dired Features 1217@node Misc Dired Features
1192@section Other Dired Features 1218@section Other Dired Features