From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#15266: 24.3.50; Wheel scrolling & cursor location Date: Wed, 04 Sep 2013 23:16:38 +0300 Message-ID: <83a9jscpg9.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1378325843 20856 80.91.229.3 (4 Sep 2013 20:17:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2013 20:17:23 +0000 (UTC) Cc: 15266@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 04 22:17:23 2013 Return-path: Envelope-to: geb-bug-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 1VHJVy-0002OU-JF for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 22:17:22 +0200 Original-Received: from localhost ([::1]:55036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHJVy-0004tU-0O for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 16:17:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHJVo-0004ra-DW for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 16:17:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHJVf-0004TR-7X for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 16:17:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHJVf-0004TL-3b for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 16:17:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VHJVe-0006IB-Hn for bug-gnu-emacs@gnu.org; Wed, 04 Sep 2013 16:17: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: 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: Original-Received: via spool by 15266-submit@debbugs.gnu.org id=B15266.137832581224166 (code B ref 15266); Wed, 04 Sep 2013 20:17:02 +0000 Original-Received: (at 15266) by debbugs.gnu.org; 4 Sep 2013 20:16:52 +0000 Original-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 Original-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 Original-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) Original-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) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:77974 Archived-At: > 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.