comparison man/dired.texi @ 68809:b7ccd81bb199

*** empty log message ***
author Mathias Dahl <mathias.dahl@gmail.com>
date Sat, 11 Feb 2006 22:28:44 +0000
parents 96e90465d41f
children 0e986f2bd386
comparison
equal deleted inserted replaced
68808:96e90465d41f 68809:b7ccd81bb199
1144 1144
1145 @node Tumme 1145 @node Tumme
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
1149 Tumme provides for simple viewing of thumbnails of image files. It 1150 Tumme provides for simple viewing of thumbnails of image files. It
1150 provides viewing of the original file, sized or in full size, inside 1151 provides viewing of the original file, sized or in full size, inside
1151 Emacs or in an external viewer. 1152 Emacs or in an external viewer.
1152 1153
1153 Tumme aims to be both easy to use for a beginner but also powerful 1154 Tumme aims to be both easy to use for a beginner but also powerful
1157 @code{tumme}. It will prompt for a directory where there are images 1158 @code{tumme}. It will prompt for a directory where there are images
1158 files. All images in that directory will get thumbnail files created 1159 files. All images in that directory will get thumbnail files created
1159 for them, and the thumbnails will be displayed in the ``thumbnail 1160 for them, and the thumbnails will be displayed in the ``thumbnail
1160 buffer''. 1161 buffer''.
1161 1162
1162 Because thumbnails are created on the fly and before they can be 1163 If the directory contains many image files and becayse thumbnails
1163 displayed, the above command might take a long time, especially the 1164 are created on the fly before they can be displayed, the above command
1164 first time, if the directory contains many image files. If the number 1165 might take a long time, especially the first time (consecutive
1165 of image files is higher than 1166 viewings will use the cached thumbnail files). Also, if the number of
1166 @code{tumme-show-all-from-dir-max-files}, the command will be aborted. 1167 image files is higher than @code{tumme-show-all-from-dir-max-files},
1167 To work around this you can instead mark the files you want to look 1168 the command will be aborted. To work around this you can instead mark
1168 at, using @kbd{m} as usual in Dired, and then type @kbd{C-t d} 1169 the files you want to look at, using @kbd{m} as usual in Dired, and
1169 (@code{tumme-display-thumbs}). 1170 then type @kbd{C-t d} (@code{tumme-display-thumbs}).
1170 1171
1171 Regardless of which command you chose to display the thumbnails, a 1172 Regardless of which command you chose to display the thumbnails, a
1172 new buffer will open up, displaying thumbnail images of the files that 1173 new buffer will open up, displaying thumbnail images of the files that
1173 were marked in dired. The new buffer will be the active one. 1174 were marked in dired. The new buffer will be the active one.
1174 1175