diff options
| -rw-r--r-- | man/files.texi | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/man/files.texi b/man/files.texi index 8f5bf596238..7ed2baa0b93 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -3299,6 +3299,10 @@ Clear the cache; that is, remove all file names from it. | |||
| 3299 | @node File Conveniences | 3299 | @node File Conveniences |
| 3300 | @section Convenience Features for Finding Files | 3300 | @section Convenience Features for Finding Files |
| 3301 | 3301 | ||
| 3302 | In this section, we introduce some convenient facilities for finding | ||
| 3303 | recently-opened files, reading file names from a buffer, and viewing | ||
| 3304 | image files. | ||
| 3305 | |||
| 3302 | @findex recentf-mode | 3306 | @findex recentf-mode |
| 3303 | @vindex recentf-mode | 3307 | @vindex recentf-mode |
| 3304 | @findex recentf-save-list | 3308 | @findex recentf-save-list |
| @@ -3309,25 +3313,22 @@ opened files. @kbd{M-x recentf-save-list} saves the current | |||
| 3309 | @code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} | 3313 | @code{recent-file-list} to a file, and @kbd{M-x recentf-edit-list} |
| 3310 | edits it. | 3314 | edits it. |
| 3311 | 3315 | ||
| 3312 | @findex auto-image-file-mode | ||
| 3313 | @findex mode, auto-image-file | ||
| 3314 | @cindex images, visiting | ||
| 3315 | @cindex visiting image files | ||
| 3316 | @vindex image-file-name-regexps | ||
| 3317 | @vindex image-file-name-extensions | ||
| 3318 | When Auto-image-file minor mode is enabled, visiting an image file | ||
| 3319 | displays it as an image, not as text. Likewise, inserting an image | ||
| 3320 | file into a buffer inserts it as an image. This works only when Emacs | ||
| 3321 | can display the relevant image type. The variables | ||
| 3322 | @code{image-file-name-extensions} or @code{image-file-name-regexps} | ||
| 3323 | control which file names are recognized as containing images. | ||
| 3324 | |||
| 3325 | The @kbd{M-x ffap} command generalizes @code{find-file} with more | 3316 | The @kbd{M-x ffap} command generalizes @code{find-file} with more |
| 3326 | powerful heuristic defaults (@pxref{FFAP}), often based on the text at | 3317 | powerful heuristic defaults (@pxref{FFAP}), often based on the text at |
| 3327 | point. Partial Completion mode offers other features extending | 3318 | point. Partial Completion mode offers other features extending |
| 3328 | @code{find-file}, which can be used with @code{ffap}. | 3319 | @code{find-file}, which can be used with @code{ffap}. |
| 3329 | @xref{Completion Options}. | 3320 | @xref{Completion Options}. |
| 3330 | 3321 | ||
| 3322 | @findex thumbs-mode | ||
| 3323 | @findex mode, thumbs | ||
| 3324 | Thumbs mode is a major mode for viewing directories containing many | ||
| 3325 | image files. To use it, type @kbd{M-x thumbs} and specify the | ||
| 3326 | directory to view. The images in that directory will be displayed in | ||
| 3327 | a @samp{Thumbs} buffer as @dfn{thumbnails}; type @kbd{RET} on a | ||
| 3328 | thumbnail to view the full-size image. Thumbs mode requires the | ||
| 3329 | @file{convert} program, which is part of the ImageMagick software | ||
| 3330 | package. | ||
| 3331 | |||
| 3331 | @ignore | 3332 | @ignore |
| 3332 | arch-tag: 768d32cb-e15a-4cc1-b7bf-62c00ee12250 | 3333 | arch-tag: 768d32cb-e15a-4cc1-b7bf-62c00ee12250 |
| 3333 | @end ignore | 3334 | @end ignore |