diff options
| author | Glenn Morris | 2012-02-06 20:55:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-06 20:55:20 -0800 |
| commit | fe93bc91f85bce40cdaff32c58fda75d185e5f33 (patch) | |
| tree | d6ff1184998905e691daa4e9b73681fc4662fecd | |
| parent | e80e18250175382ecb6233ec0184c75ffb776a3c (diff) | |
| download | emacs-fe93bc91f85bce40cdaff32c58fda75d185e5f33.tar.gz emacs-fe93bc91f85bce40cdaff32c58fda75d185e5f33.zip | |
* doc/emacs/files.texi (File Conveniences): Mention ImageMagick images.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 21 |
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ab4161c75b8..a5a54dad049 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (File Conveniences): Mention ImageMagick images. | ||
| 4 | |||
| 1 | 2012-02-05 Glenn Morris <rgm@gnu.org> | 5 | 2012-02-05 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * trouble.texi (Checklist): Mention debug-on-event. | 7 | * trouble.texi (Checklist): Mention debug-on-event. |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index b2eb68d2812..b34b96126ad 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1915,15 +1915,18 @@ point. Partial Completion mode offers other features extending | |||
| 1915 | mode allows you to toggle between displaying the file as an image in | 1915 | mode allows you to toggle between displaying the file as an image in |
| 1916 | the Emacs buffer, and displaying its underlying text representation, | 1916 | the Emacs buffer, and displaying its underlying text representation, |
| 1917 | using the command @kbd{C-c C-c} (@code{image-toggle-display}). This | 1917 | using the command @kbd{C-c C-c} (@code{image-toggle-display}). This |
| 1918 | works only when Emacs can display the specific image type. If the | 1918 | works only when Emacs can display the specific image type@footnote{If |
| 1919 | displayed image is wider or taller than the frame, the usual point | 1919 | your Emacs was compiled with ImageMagick support, then after using |
| 1920 | motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different parts | 1920 | @code{imagemagick-register-types}, you can view in Image mode any |
| 1921 | of the image to be displayed. If the image can be animated, then | 1921 | image type that ImageMagick supports; @pxref{ImageMagick Images,,, |
| 1922 | the command @kbd{RET} (@code{image-toggle-animation}), will start (or | 1922 | elisp, The Emacs Lisp Reference Manual}}. If the displayed image is wider |
| 1923 | stop) animating it. Animation plays once, unless the option | 1923 | or taller than the frame, the usual point motion keys (@kbd{C-f}, |
| 1924 | @code{image-animate-loop} is non-@code{nil}. Currently, Emacs only | 1924 | @kbd{C-p}, and so forth) cause different parts of the image to be |
| 1925 | supports animated GIF files (@pxref{Animated Images,,, elisp, The Emacs | 1925 | displayed. If the image can be animated, then the command @kbd{RET} |
| 1926 | Lisp Reference Manual}). | 1926 | (@code{image-toggle-animation}), will start (or stop) animating it. |
| 1927 | Animation plays once, unless the option @code{image-animate-loop} is | ||
| 1928 | non-@code{nil}. Currently, Emacs only supports animated GIF files | ||
| 1929 | (@pxref{Animated Images,,, elisp, The Emacs Lisp Reference Manual}). | ||
| 1927 | 1930 | ||
| 1928 | @findex thumbs-mode | 1931 | @findex thumbs-mode |
| 1929 | @findex mode, thumbs | 1932 | @findex mode, thumbs |