From unknown Mon Jun 23 06:01:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15266: 24.3.50; Wheel scrolling & cursor location Resent-From: Dani Moncayo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 04 Sep 2013 16:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15266 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15266@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13783135183663 (code B ref -1); Wed, 04 Sep 2013 16:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Sep 2013 16:51:58 +0000 Received: from localhost ([127.0.0.1]:40564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHGJB-0000x0-4W for submit@debbugs.gnu.org; Wed, 04 Sep 2013 12:51:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51932) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHGJ8-0000wg-Sj for submit@debbugs.gnu.org; Wed, 04 Sep 2013 12:51:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHGJ2-0003Hc-Rd for submit@debbugs.gnu.org; Wed, 04 Sep 2013 12:51:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHGJ2-0003HY-Oh for submit@debbugs.gnu.org; Wed, 04 Sep 2013 12:51:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHGJ1-000199-Af for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 12:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHGIt-0003Go-NF for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 12:51:47 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:44249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHGIt-0003GN-FU for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 12:51:39 -0400 Received: by mail-la0-f49.google.com with SMTP id ev20so541912lab.22 for ; Wed, 04 Sep 2013 09:51:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=N1Xh5YKVUCtxed315x3zFR+pgyRVIZsRG8Q2XDgNnhY=; b=fP5uMhOQgviMLXnGpuhA+YKtg6qijkXgL0QdeEA1YXRVvwtfBhqw3dd23lhwzKMVa7 ur8Z+iRDzW7/sL6BwpXhrms8cY5PRGxZoQ3O/oR58wDlJuxUntoNCZJYRwB+k4sTmxUN xChEFZTB0+z/iCzfeLLlAZaejlU05ko7kseUU1GpDOQaFzNd1qwlf9jaMjGbGlN7HFPl WUtzZumrtawpWO1ROhS5HZSGNNx2ZHFrW3/+EW6xZWNNp523LwBfbRC7kZ5JmvYqXBHA 2jI0fO6xxHjtNb/1dVNVHDBLQ4xYukwsxDFBD2hMG96zGyhpJ63PGGWHPQ0mBj+h+8Hd yCSA== MIME-Version: 1.0 X-Received: by 10.112.55.173 with SMTP id t13mr2353467lbp.39.1378313497764; Wed, 04 Sep 2013 09:51:37 -0700 (PDT) Received: by 10.114.176.231 with HTTP; Wed, 4 Sep 2013 09:51:37 -0700 (PDT) Date: Wed, 4 Sep 2013 18:51:37 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Severity: minor >From "emacs -Q": Visit a large file (e.g. ChangeLog) and use the wheel of your mouse to scroll down the buffer. Notice that, while you are scrolling down, the cursor stays at the topmost line of the window (correct). Now repeat the experiment but this time scrolling up from the bottom of the buffer. Notice that now the cursor doesn't stay at the last (bottommost) line of the window (as one would expect), but at the next-to-last line. Also, press the arrow one time, to see that the cursor can stay at the bottom line without having to scroll the text (i.e. the bottom line is not an "partially visible line"). This seems like a (minor) bug to me. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-09-03 on LEG570 Bzr revision: 114118 monnier@iro.umontreal.ca-20130903162310-hbkxjas19g0msur5 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking 'CFLAGS=-O0 -g3' 'CPPFLAGS=-DGLYPH_DEBUG=1 -I/c/usr/include'' -- Dani Moncayo From unknown Mon Jun 23 06:01:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15266: 24.3.50; Wheel scrolling & cursor location Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 04 Sep 2013 20:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15266 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 15266@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 15266-submit@debbugs.gnu.org id=B15266.137832581224166 (code B ref 15266); Wed, 04 Sep 2013 20:17:02 +0000 Received: (at 15266) by debbugs.gnu.org; 4 Sep 2013 20:16:52 +0000 Received: from localhost ([127.0.0.1]:40681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHJVT-0006Hh-NM for submit@debbugs.gnu.org; Wed, 04 Sep 2013 16:16:51 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:62209) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VHJVQ-0006HP-Vj for 15266@debbugs.gnu.org; Wed, 04 Sep 2013 16:16:50 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MSM00I00AYJXD00@a-mtaout22.012.net.il> for 15266@debbugs.gnu.org; Wed, 04 Sep 2013 23:16:42 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MSM00I17AZTRZ80@a-mtaout22.012.net.il>; Wed, 04 Sep 2013 23:16:42 +0300 (IDT) Date: Wed, 04 Sep 2013 23:16:38 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83a9jscpg9.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Wed, 4 Sep 2013 18:51:37 +0200 > From: Dani Moncayo > > Visit a large file (e.g. ChangeLog) and use the wheel of your mouse to > scroll down the buffer. Notice that, while you are scrolling down, the > cursor stays at the topmost line of the window (correct). > > Now repeat the experiment but this time scrolling up from the bottom of > the buffer. Notice that now the cursor doesn't stay at the last > (bottommost) line of the window (as one would expect), but at the > next-to-last line. Also, press the arrow one time, to see that > the cursor can stay at the bottom line without having to scroll the > text (i.e. the bottom line is not an "partially visible line"). > > This seems like a (minor) bug to me. So minor that I don't see any reasons to fix it. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 19 18:25:57 2013 Received: (at control) by debbugs.gnu.org; 19 Sep 2013 22:25:57 +0000 Received: from localhost ([127.0.0.1]:50109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VMmfc-0006FG-Nc for submit@debbugs.gnu.org; Thu, 19 Sep 2013 18:25:56 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37680 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VMmfZ-0006F4-MZ for control@debbugs.gnu.org; Thu, 19 Sep 2013 18:25:54 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VMmfZ-0002MY-BM for control@debbugs.gnu.org; Thu, 19 Sep 2013 18:25:53 -0400 Date: Thu, 19 Sep 2013 18:25:53 -0400 Message-Id: Subject: control message for bug 15266 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) tag 15266 wontfix From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 19:20:33 2019 Received: (at control) by debbugs.gnu.org; 10 Jan 2019 00:20:33 +0000 Received: from localhost ([127.0.0.1]:52766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghO5J-0003Xm-12 for submit@debbugs.gnu.org; Wed, 09 Jan 2019 19:20:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghO5I-0003Xa-6x for control@debbugs.gnu.org; Wed, 09 Jan 2019 19:20:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghO5C-0005DR-GK for control@debbugs.gnu.org; Wed, 09 Jan 2019 19:20:27 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghO5C-0005DI-C1 for control@debbugs.gnu.org; Wed, 09 Jan 2019 19:20:26 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ghO5C-0005x0-9e for control@debbugs.gnu.org; Wed, 09 Jan 2019 19:20:26 -0500 Subject: control message for bug 15266 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 09 Jan 2019 19:20:26 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:470:142:3::e X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 15266