From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#14567: Scrolling of large images Date: Thu, 06 Jun 2013 19:42:13 +0300 Message-ID: <83ppvzur6i.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1370536990 16203 80.91.229.3 (6 Jun 2013 16:43:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2013 16:43:10 +0000 (UTC) Cc: 14567@debbugs.gnu.org To: Thomas Wiecki Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 06 18:43:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UkdHJ-0006RC-3F for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Jun 2013 18:43:09 +0200 Original-Received: from localhost ([::1]:54300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkdHI-00053Z-PA for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Jun 2013 12:43:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkdH8-0004xm-55 for bug-gnu-emacs@gnu.org; Thu, 06 Jun 2013 12:43:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkdH3-0004sv-9Z for bug-gnu-emacs@gnu.org; Thu, 06 Jun 2013 12:42:58 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkdH3-0004sr-6S for bug-gnu-emacs@gnu.org; Thu, 06 Jun 2013 12:42:53 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UkdJ8-00085r-V4 for bug-gnu-emacs@gnu.org; Thu, 06 Jun 2013 12:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Jun 2013 16:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14567 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14567-submit@debbugs.gnu.org id=B14567.137053709231067 (code B ref 14567); Thu, 06 Jun 2013 16:45:02 +0000 Original-Received: (at 14567) by debbugs.gnu.org; 6 Jun 2013 16:44:52 +0000 Original-Received: from localhost ([127.0.0.1]:54626 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UkdIu-00084n-CK for submit@debbugs.gnu.org; Thu, 06 Jun 2013 12:44:52 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:48303) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UkdIp-00084K-1C for 14567@debbugs.gnu.org; Thu, 06 Jun 2013 12:44:47 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MNZ00800CXC3500@a-mtaout23.012.net.il> for 14567@debbugs.gnu.org; Thu, 06 Jun 2013 19:42:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MNZ00862D2A0530@a-mtaout23.012.net.il>; Thu, 06 Jun 2013 19:42:10 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:74845 Archived-At: > From: Thomas Wiecki > Date: Thu, 6 Jun 2013 08:17:02 -0400 > > The scrolling behavior of emacs when there are large images (larger than > the window height) in the buffer seems to broken. Specifically, down-ward > scrolling makes a huge jump over the image as the image is about to move > outside of the current view (it seems the image is treated as a single > line). > > image-mode is not applicable as there is text intermixed with images. > > This behavior and its implications are also discussed here: > https://github.com/tkf/emacs-ipython-notebook/issues/94 > and here: > http://www.randomsample.de/dru5/node/25 > > "slice-images" is a work-around solution but far from ideal. > > Any chance this could get fixed? Any chance to get a simple reproducible recipe, complete with images, which I could use to look into the problem locally? Thanks.