aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Dahl2006-02-11 22:39:48 +0000
committerMathias Dahl2006-02-11 22:39:48 +0000
commit388bf06a6e31d71b27f6d233d73f6cb6388aa7d2 (patch)
treed09689a15623dfef4a87dea153324d22bfe5b04d
parent44a4772c023de04516ae61f0b9e75bb0c474b3f3 (diff)
downloademacs-388bf06a6e31d71b27f6d233d73f6cb6388aa7d2.tar.gz
emacs-388bf06a6e31d71b27f6d233d73f6cb6388aa7d2.zip
*** empty log message ***
-rw-r--r--man/ChangeLog4
-rw-r--r--man/dired.texi39
2 files changed, 27 insertions, 16 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index cd7700333df..fa6e236959f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
2
3 * dired.texi (Tumme): More tumme documentation.
4
12006-02-11 Alan Mackenzie <acm@muc.de> 52006-02-11 Alan Mackenzie <acm@muc.de>
2 6
3 * programs.texi ("Hungry Delete"): Correct the appellation of the 7 * programs.texi ("Hungry Delete"): Correct the appellation of the
diff --git a/man/dired.texi b/man/dired.texi
index 46162ea3a16..a4611fa5df9 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1194,26 +1194,33 @@ for deletion in the dired buffer. If you just want visually to delete
1194the thumbnail image from the thumbnail buffer, type @kbd{C-d} 1194the thumbnail image from the thumbnail buffer, type @kbd{C-d}
1195(@code{tumme-delete-char}). 1195(@code{tumme-delete-char}).
1196 1196
1197 More advanced features include commands for using ``tags'' (another 1197 More advanced features include commands for using ``tags''. ``Tag''
1198name for ``keyword'' or ``label'') to tag image files and to search 1198is just another word for ``keyword'', ``label'' or ``category''. In
1199for image files with a certain tag. 1199short, it is meta data used to categorize an image file. Commands
1200 1200exist to add tags for one or many image files from dired, to mark
1201 The tags put on image files are stored in a database file and can be 1201files having a certain tag in Dired and to remove tags from files.
1202used for marking image files. For example, you can let Tumme mark all 1202The tags put on image files are stored in a database file (currently a
1203files in the current directory tagged with the tag `flowers'. To tag 1203plain text file).
1204image files, mark them in the dired buffer and type @kbd{C-t t} 1204
1205(@code{tumme-tag-files}). To mark files having a certain tag, type 1205 To tag image files, mark them in the dired buffer and type @kbd{C-t
1206@kbd{C-t f} (@code{tumme-mark-tagged-files}). 1206t} (@code{tumme-tag-files}). You will be prompted for a tag. To mark
1207 1207files having a certain tag, type @kbd{C-t f}
1208 After marking image files with a certain tag, they can be viewed as 1208(@code{tumme-mark-tagged-files}). After marking image files with a
1209explained earlier, by typing @key{C-t d}. 1209certain tag, they can be viewed as explained earlier, by typing
1210@key{C-t d}.
1211
1212 You can also tag a file from the thumbnail buffer by typing @kbd{t
1213t} and remove it by typing @kbd{t r}. There is also a special ``tag''
1214called ``comment'' for each file. That is used to enter a comment or
1215description about the image. You comment a file from the thumbnail
1216buffer by typing @kbd{c}. You will be prompted for a comment.
1210 1217
1211 Tumme also provide simple image manipulation commands, like rotating 1218 Tumme also provide simple image manipulation commands, like rotating
1212thumbnails and original image files. In the thumbnail buffer, type 1219thumbnails and original image files. In the thumbnail buffer, type
1213@kbd{L} to rotate the original image 90 degrees anti clockwise, and 1220@kbd{L} to rotate the original image 90 degrees anti clockwise, and
1214@kbd{R} to rotate it 90 degrees clockwise. 1221@kbd{R} to rotate it 90 degrees clockwise. This rotation will be done
1215 1222lossless (the image quality will not be reduced) and needs an external
1216 1223utility called JpegTRAN to work.
1217 1224
1218@node Misc Dired Features 1225@node Misc Dired Features
1219@section Other Dired Features 1226@section Other Dired Features