From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Continuous image scrolling Date: Wed, 04 Apr 2018 22:50:43 +0300 Organization: LINKOV.NET Message-ID: <87tvsq963w.fsf@mail.linkov.net> References: <87inaiss6l.fsf@web.de> <6FCF6ACA-4F29-4B6B-BE9D-D7130C6E9495@gnu.org> <87fu5moe4c.fsf@web.de> <877eqyocro.fsf@web.de> <83zi3uz4nb.fsf@gnu.org> <0b1dd3fa-e0b0-ed20-a256-dd92d1c1826f@dancol.org> <8bc3c4c7-dfc7-987a-95e7-bd309e2326c6@cs.ucla.edu> <03118DC0-39DA-4AB5-980E-A33809B9A5EE@raeburn.org> <86578165-1b41-e75c-7180-84d8edefc44b@grinta.net> <87d10i9qbx.fsf@mail.linkov.net> <87tvtucch8.fsf@telefonica.net> <87efjxibor.fsf_-_@mail.linkov.net> <87muyl59tw.fsf@telefonica.net> <87370c83io.fsf@mail.linkov.net> <3d9009a5-865c-98bd-b444-c24275291e65@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1522872119 31633 195.159.176.226 (4 Apr 2018 20:01:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2018 20:01:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?Cl=E9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 04 22:01:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f3obR-00086v-2l for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2018 22:01:53 +0200 Original-Received: from localhost ([::1]:54826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3odW-00042W-AO for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2018 16:04:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3odJ-00040o-2Z for emacs-devel@gnu.org; Wed, 04 Apr 2018 16:03:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3odI-00064r-9I for emacs-devel@gnu.org; Wed, 04 Apr 2018 16:03:49 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:38500 helo=homiemail-a19.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f3odI-00064e-36 for emacs-devel@gnu.org; Wed, 04 Apr 2018 16:03:48 -0400 Original-Received: from homiemail-a19.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTP id 05E5160407C; Wed, 4 Apr 2018 13:03:47 -0700 (PDT) Original-Received: from localhost.linkov.net (m91-129-105-236.cust.tele2.ee [91.129.105.236]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTPSA id 1E2A5604076; Wed, 4 Apr 2018 13:03:45 -0700 (PDT) In-Reply-To: <3d9009a5-865c-98bd-b444-c24275291e65@gmail.com> (=?iso-8859-1?Q?=22Cl=E9ment?= Pit-Claudel"'s message of "Tue, 3 Apr 2018 17:57:35 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 69.163.253.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224330 Archived-At: > But now put the point on the picture's line, and try the same experiment; > notice how the picture doesn't move, because we try to keep the line in > full view. (if the image is larger than the window, it does work, and > that's how docview scrolls single pages. I don't know if there's a way to > get that behavior when the image fits in the window). I tried only with images larger than the window height where multi-image scrolling works fine. But now I see that scrolling smaller images is not so smooth. I don't know if such narrow images are common in PDF documents.