diff options
| author | Mathias Dahl | 2006-02-11 22:39:48 +0000 |
|---|---|---|
| committer | Mathias Dahl | 2006-02-11 22:39:48 +0000 |
| commit | 388bf06a6e31d71b27f6d233d73f6cb6388aa7d2 (patch) | |
| tree | d09689a15623dfef4a87dea153324d22bfe5b04d | |
| parent | 44a4772c023de04516ae61f0b9e75bb0c474b3f3 (diff) | |
| download | emacs-388bf06a6e31d71b27f6d233d73f6cb6388aa7d2.tar.gz emacs-388bf06a6e31d71b27f6d233d73f6cb6388aa7d2.zip | |
*** empty log message ***
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/dired.texi | 39 |
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 @@ | |||
| 1 | 2006-02-11 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 2 | |||
| 3 | * dired.texi (Tumme): More tumme documentation. | ||
| 4 | |||
| 1 | 2006-02-11 Alan Mackenzie <acm@muc.de> | 5 | 2006-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 | |||
| 1194 | the thumbnail image from the thumbnail buffer, type @kbd{C-d} | 1194 | the 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'' |
| 1198 | name for ``keyword'' or ``label'') to tag image files and to search | 1198 | is just another word for ``keyword'', ``label'' or ``category''. In |
| 1199 | for image files with a certain tag. | 1199 | short, it is meta data used to categorize an image file. Commands |
| 1200 | 1200 | exist 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 | 1201 | files having a certain tag in Dired and to remove tags from files. |
| 1202 | used for marking image files. For example, you can let Tumme mark all | 1202 | The tags put on image files are stored in a database file (currently a |
| 1203 | files in the current directory tagged with the tag `flowers'. To tag | 1203 | plain text file). |
| 1204 | image 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}). | 1206 | t} (@code{tumme-tag-files}). You will be prompted for a tag. To mark |
| 1207 | 1207 | files 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 |
| 1209 | explained earlier, by typing @key{C-t d}. | 1209 | certain 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 | ||
| 1213 | t} and remove it by typing @kbd{t r}. There is also a special ``tag'' | ||
| 1214 | called ``comment'' for each file. That is used to enter a comment or | ||
| 1215 | description about the image. You comment a file from the thumbnail | ||
| 1216 | buffer 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 |
| 1212 | thumbnails and original image files. In the thumbnail buffer, type | 1219 | thumbnails 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 | 1222 | lossless (the image quality will not be reduced) and needs an external | |
| 1216 | 1223 | utility 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 |