From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: Better inline image scrolling Date: Tue, 5 May 2015 10:11:40 -0400 (EDT) Message-ID: <176603358.9443405.1430835100595.JavaMail.zimbra@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpdZd-0004B2-8V for emacs-orgmode@gnu.org; Tue, 05 May 2015 10:11:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpdZX-0005wX-Gq for emacs-orgmode@gnu.org; Tue, 05 May 2015 10:11:49 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:40333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpdZX-0005wH-9g for emacs-orgmode@gnu.org; Tue, 05 May 2015 10:11:43 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brice Waegenire Cc: emacs-orgmode@gnu.org ----- Original Message ----- > From: "Brice Waegenire" > 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