From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Waegenire Subject: Better inline image scrolling Date: Tue, 5 May 2015 15:06:09 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcY7-0005io-3r for emacs-orgmode@gnu.org; Tue, 05 May 2015 09:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpcY6-0008QR-CY for emacs-orgmode@gnu.org; Tue, 05 May 2015 09:06:11 -0400 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:35565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpcY6-0008Q4-8Z for emacs-orgmode@gnu.org; Tue, 05 May 2015 09:06:10 -0400 Received: by qcbgu10 with SMTP id gu10so46862811qcb.2 for ; Tue, 05 May 2015 06:06:09 -0700 (PDT) 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: emacs-orgmode@gnu.org 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?