[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107075: * doc/emacs/files.texi (File
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107075: * doc/emacs/files.texi (File Conveniences): Mention image animation. |
Date: |
Fri, 03 Feb 2012 19:58:27 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107075
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-03 19:58:27 -0500
message:
* doc/emacs/files.texi (File Conveniences): Mention image animation.
modified:
doc/emacs/ChangeLog
doc/emacs/files.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-01-31 16:15:03 +0000
+++ b/doc/emacs/ChangeLog 2012-02-04 00:58:27 +0000
@@ -1,3 +1,7 @@
+2012-02-04 Glenn Morris <address@hidden>
+
+ * files.texi (File Conveniences): Mention image animation.
+
2012-01-31 Chong Yidong <address@hidden>
* windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi 2012-01-28 04:12:47 +0000
+++ b/doc/emacs/files.texi 2012-02-04 00:58:27 +0000
@@ -1907,7 +1907,10 @@
@findex image-mode
@findex image-toggle-display
address@hidden image-toggle-animation
@cindex images, viewing
address@hidden image animation
address@hidden animated images
Visiting image files automatically selects Image mode. This major
mode allows you to toggle between displaying the file as an image in
the Emacs buffer, and displaying its underlying text representation,
@@ -1915,7 +1918,12 @@
works only when Emacs can display the specific image type. If the
displayed image is wider or taller than the frame, the usual point
motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different parts
-of the image to be displayed.
+of the image to be displayed. If the image can be animated, then
+the command @kbd{RET} (@code{image-toggle-animation}), will start (or
+stop) animating it. Animation plays once, unless the option
address@hidden is address@hidden Currently, Emacs only
+supports animated GIF files (@pxref{Animated Images,,, elisp, The Emacs
+Lisp Reference Manual}).
@findex thumbs-mode
@findex mode, thumbs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107075: * doc/emacs/files.texi (File Conveniences): Mention image animation.,
Glenn Morris <=