summaryrefslogtreecommitdiff
path: root/doc/misc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-09-16 22:30:04 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-09-16 22:30:04 +0200
commite46831507556639ecb9db2f864d4cb3a2c11ec4a (patch)
treef99ae1d796b0196b35c40b0476ebfbf288eca3ca /doc/misc
parentf1e5877a6b2f577f85c893a8f05475e213a212c2 (diff)
downloademacs-e46831507556639ecb9db2f864d4cb3a2c11ec4a.tar.gz
Default to rescaling images in mm buffers
* doc/misc/emacs-mime.texi (Display Customization): Document it. * lisp/gnus/mm-decode.el (mm-inline-large-images): Change default to `resize'.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/emacs-mime.texi17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 131a358ba59..8a1ba969ed9 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -375,16 +375,13 @@ message as follows:
@item mm-inline-large-images
@vindex mm-inline-large-images
-When displaying inline images that are larger than the window, Emacs
-does not enable scrolling, which means that you cannot see the whole
-image. To prevent this, the library tries to determine the image size
-before displaying it inline, and if it doesn't fit the window, the
-library will display it externally (e.g., with @samp{ImageMagick} or
-@samp{xv}). Setting this variable to @code{t} disables this check and
-makes the library display all inline images as inline, regardless of
-their size. If you set this variable to @code{resize}, the image will
-be displayed resized to fit in the window, if Emacs has the ability to
-resize images.
+This variable is @code{resize} by default, which means that images
+that are bigger than the Emacs window are resized so that they fit.
+If you set this to @code{nil}, large images are not displayed in
+Emacs, but can instead be displayed externally (e.g., with
+@samp{ImageMagick} or @samp{xv}). Setting this variable to @code{t}
+disables this check and makes the library display all inline images as
+inline, regardless of their size.
@item mm-inline-large-images-proportion
@vindex mm-inline-images-max-proportion