Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f68d76d0
Commit
f68d76d0
authored
Jul 02, 2011
by
Lars Magne Ingebrigtsen
Browse files
* display.texi (Showing Images): Mention the point of sliced images (bug bug#7836).
parent
e83cc1f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+7
-0
No files found.
doc/lispref/ChangeLog
View file @
f68d76d0
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* display.texi (Showing Images): Mention the point of sliced
images (bug bug#7836).
2011-07-02 Eli Zaretskii <eliz@gnu.org>
* variables.texi (Defining Variables, Void Variables)
...
...
doc/lispref/display.texi
View file @
f68d76d0
...
...
@@ -4700,10 +4700,17 @@ it a @code{display} property which specifies @var{image}. @xref{Display
Property}.
@end defun
@cindex slice, image
@cindex image slice
@defun insert-sliced-image image &optional string area rows cols
This function inserts @var{image} in the current buffer at point, like
@code{insert-image}, but splits the image into @var{rows}x@var{cols}
equally sized slices.
If an image is inserted ``sliced'', then the Emacs display engine will
treat each slice as a separate image, and allow more intuitive
scrolling up/down, instead of jumping up/down the entire image when
paging through a buffer that displays (large) images.
@end defun
@defun put-image image pos &optional string area
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment