emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 cdcfeef13c: Note in ELisp manual that too-wide images are trunc


From: Eli Zaretskii
Subject: emacs-28 cdcfeef13c: Note in ELisp manual that too-wide images are truncated
Date: Sat, 12 Feb 2022 07:29:50 -0500 (EST)

branch: emacs-28
commit cdcfeef13cf830e4a449e00845e7284438e5a30f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Note in ELisp manual that too-wide images are truncated
    
    * doc/lispref/display.texi (Showing Images): Note that images are
    truncated at the window's edge.  (Bug#53952)
---
 doc/lispref/display.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index d1b61d3fb5..3fd54cb147 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6467,7 +6467,9 @@ buffer's text.
 
 The argument @var{slice} specifies a slice of the image to insert.  If
 @var{slice} is @code{nil} or omitted the whole image is inserted.
-Otherwise, @var{slice} is a list @code{(@var{x} @var{y} @var{width}
+(However, note that images are chopped on display at the window's
+right edge, because wrapping images is not supported.)  Otherwise,
+@var{slice} is a list @code{(@var{x} @var{y} @var{width}
 @var{height})} which specifies the @var{x} and @var{y} positions and
 @var{width} and @var{height} of the image area to insert.  Integer
 values are in units of pixels.  A floating-point number in the range



reply via email to

[Prev in Thread] Current Thread [Next in Thread]