From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: Scrolling in buffers with inline images / point outside viewport Date: Sun, 09 Jun 2013 21:12:06 +0200 Message-ID: <87sj0rqet5.fsf@arcor.de> References: <83txl7mcb8.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370805165 13080 80.91.229.3 (9 Jun 2013 19:12:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Jun 2013 19:12:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 09 21:12:45 2013 Return-path: Envelope-to: geh-help-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 1Ull2Z-0003cG-VM for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Jun 2013 21:12:36 +0200 Original-Received: from localhost ([::1]:53515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ull2Z-0007GQ-H2 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Jun 2013 15:12:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ull2P-0007GA-E2 for help-gnu-emacs@gnu.org; Sun, 09 Jun 2013 15:12:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ull2O-0008Vq-Fw for help-gnu-emacs@gnu.org; Sun, 09 Jun 2013 15:12:25 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ull2O-0008Vi-8u for help-gnu-emacs@gnu.org; Sun, 09 Jun 2013 15:12:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ull2J-0003OO-KX for help-gnu-emacs@gnu.org; Sun, 09 Jun 2013 21:12:19 +0200 Original-Received: from dslc-082-083-055-245.pools.arcor-ip.net ([82.83.55.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 21:12:19 +0200 Original-Received: from deng by dslc-082-083-055-245.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jun 2013 21:12:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslc-082-083-055-245.pools.arcor-ip.net User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:s4M2Sjoyha20Zku1TZex4/Av5xc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91414 Archived-At: Eli Zaretskii writes: > See bug #14567. Perhaps the changes proposed there is what you have > in mind (it's hard to tell because you don't describe a precise recipe > or use case). I've made two videos which can be downloaded here: http://www.randomsample.de/dru5/node/26 It shows scrolling through an emacs-w3m buffers, which is horribly jerky using normal Emacs scrolling. The second video shows scrolling which is smoother, by keeping the point upwards of larger images and use vscroll to scroll smoothly through them. The code is described here: http://www.randomsample.de/dru5/node/25 -David