* Better inline image scrolling
@ 2015-05-05 13:06 Brice Waegenire
2015-05-05 14:11 ` Leo Ufimtsev
0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegenire @ 2015-05-05 13:06 UTC (permalink / raw)
To: emacs-orgmode
Scrolling of inline images in org-mode is cumbersome, especially when
you have several of it in sequence, on a small screen. For example
when you are in a buffer after a image, not visible at the moment, and
you scroll up with either the C-p or your mouse wheel, it get
displayed entirely instead of bit by bit, from it's bottom to it's
top.
Could it be possible to display images as several lines, instead of a
unique one, with insert-sliced-image
(http://www.gnu.org/software/emacs/manual/html_node/elisp/Showing-Images.html)
like emacs-ipython-notebook
(https://github.com/tkf/emacs-ipython-notebook) do when (setq
ein:slice-image t) is set?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Better inline image scrolling
2015-05-05 13:06 Better inline image scrolling Brice Waegenire
@ 2015-05-05 14:11 ` Leo Ufimtsev
2015-08-14 16:35 ` Grant Rettke
0 siblings, 1 reply; 3+ messages in thread
From: Leo Ufimtsev @ 2015-05-05 14:11 UTC (permalink / raw)
To: Brice Waegenire; +Cc: emacs-orgmode
----- Original Message -----
> From: "Brice Waegenire" <brice.wge@gmail.com>
> To: emacs-orgmode@gnu.org
> Sent: Tuesday, May 5, 2015 9:06:09 AM
> Subject: [O] Better inline image scrolling
>
> Scrolling of inline images in org-mode is cumbersome, especially when
> you have several of it in sequence, on a small screen. For example
> when you are in a buffer after a image, not visible at the moment, and
> you scroll up with either the C-p or your mouse wheel, it get
> displayed entirely instead of bit by bit, from it's bottom to it's
> top.
>
> Could it be possible to display images as several lines, instead of a
> unique one, with insert-sliced-image
> (http://www.gnu.org/software/emacs/manual/html_node/elisp/Showing-Images.html)
> like emacs-ipython-notebook
> (https://github.com/tkf/emacs-ipython-notebook) do when (setq
> ein:slice-image t) is set?
>
>
I asked about this on emacs.stackexchange
http://emacs.stackexchange.com/questions/10354/smooth-mouse-scroll-for-inline-images
It seems there is no native support for this in emacs :-/
I've tried a a lot of scroll options with no success. Eventually I turned off inline images and set them to open in eye of gnome (as it's good with refreshing images upon changes on disk).
'(org-file-apps
(quote
((auto-mode . emacs)
...
("\\.png\\'" . "eog \"%s\""))))
Making (displayed) inline images use multiple lines sounds like a great idea.
--
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-14 16:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 13:06 Better inline image scrolling Brice Waegenire
2015-05-05 14:11 ` Leo Ufimtsev
2015-08-14 16:35 ` Grant Rettke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).