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.bugs Subject: bug#39458: 26.3; move-overlay affects the scroll-margin feature Date: Tue, 27 Oct 2020 21:22:21 +0200 Message-ID: <83blgneaoi.fsf@gnu.org> References: <87zh47zev4.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3646"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39458@debbugs.gnu.org, geza.herman@gmail.com To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 27 20:23:13 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kXUYq-0000q8-Mu for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 27 Oct 2020 20:23:12 +0100 Original-Received: from localhost ([::1]:37012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXUYp-0005E8-NO for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 27 Oct 2020 15:23:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXUYg-00059S-Ld for bug-gnu-emacs@gnu.org; Tue, 27 Oct 2020 15:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kXUYg-0003bW-9s for bug-gnu-emacs@gnu.org; Tue, 27 Oct 2020 15:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kXUYg-0003Bo-50 for bug-gnu-emacs@gnu.org; Tue, 27 Oct 2020 15:23:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Oct 2020 19:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39458 X-GNU-PR-Package: emacs Original-Received: via spool by 39458-submit@debbugs.gnu.org id=B39458.160382655312211 (code B ref 39458); Tue, 27 Oct 2020 19:23:02 +0000 Original-Received: (at 39458) by debbugs.gnu.org; 27 Oct 2020 19:22:33 +0000 Original-Received: from localhost ([127.0.0.1]:45916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXUYD-0003At-JD for submit@debbugs.gnu.org; Tue, 27 Oct 2020 15:22:33 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXUYC-0003Ae-3O for 39458@debbugs.gnu.org; Tue, 27 Oct 2020 15:22:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56807) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXUY6-0003Xf-RW; Tue, 27 Oct 2020 15:22:26 -0400 Original-Received: from [176.228.60.248] (port=1681 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kXUY6-0007Tr-76; Tue, 27 Oct 2020 15:22:26 -0400 In-Reply-To: <87zh47zev4.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 27 Oct 2020 19:46:23 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:191773 Archived-At: > From: Lars Ingebrigtsen > Date: Tue, 27 Oct 2020 19:46:23 +0100 > Cc: 39458@debbugs.gnu.org > > "Geza, Herman" writes: > > > Load a several-page large text file, and scroll down to the > > bottom. Try to position the document in a way that the window has an empty > > space at the bottom. Now, move the cursor upwards. Notice, that you can > > move the cursor at the very top of the window, the scroll-margin value > > is ignored. If you continue moving, the document will fill the whole > > window, and now emacs will take scroll-margin value into consideration. > > I can reproduce this bug in Emacs 26.3, but not in Emacs 28, so I'm > going to go ahead and guess that it's been fixed Probably by the fix to bug#42653.