From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Scrolling over images/tall lines Date: Tue, 03 Nov 2020 20:46:10 +0200 Message-ID: <831rhacm8d.fsf@gnu.org> References: <043AA439-A3AA-4736-8A76-1A8B8344819A@gmail.com> <83h7q6cw0n.fsf@gnu.org> <23A4C03D-ABAC-4087-B286-FC576C60ECAD@gmail.com> <83361qcnxc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2639"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: casouri@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 03 19:46:53 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ka1KX-0000ap-1p for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Nov 2020 19:46:53 +0100 Original-Received: from localhost ([::1]:56398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ka1KW-0006Gw-4W for ged-emacs-devel@m.gmane-mx.org; Tue, 03 Nov 2020 13:46:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ka1Jy-0005bY-FL for emacs-devel@gnu.org; Tue, 03 Nov 2020 13:46:18 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49554) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ka1Jy-0000t1-3Y; Tue, 03 Nov 2020 13:46:18 -0500 Original-Received: from [176.228.60.248] (port=2740 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ka1Jx-0005CG-9t; Tue, 03 Nov 2020 13:46:17 -0500 In-Reply-To: <83361qcnxc.fsf@gnu.org> (message from Eli Zaretskii on Tue, 03 Nov 2020 20:09:35 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:258658 Archived-At: > Date: Tue, 03 Nov 2020 20:09:35 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > > Did you try this method? > > > > I did, but (set-window-vscroll nil -20 t) returned 0 and didn’t have any effect, so I thought that’s not a valid thing to do. > > Can you show a simple example of code where it doesn't work? I'll > have a look; AFAICT it should work. Forget it, I see now that it indeed shouldn't work. Hmm... let me think about this some more.