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#14771: 24.3.50; Unable to scroll one line at time at window edges. Date: Tue, 02 Jul 2013 20:52:07 +0300 Message-ID: <83k3l8c0jc.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1372787593 24251 80.91.229.3 (2 Jul 2013 17:53:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2013 17:53:13 +0000 (UTC) Cc: 14771@debbugs.gnu.org To: Keith David Bershatsky Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 02 19:53:10 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 1Uu4lI-0007wo-AD for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Jul 2013 19:53:08 +0200 Original-Received: from localhost ([::1]:48969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4lH-0007wa-RK for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Jul 2013 13:53:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4lE-0007wT-2j for bug-gnu-emacs@gnu.org; Tue, 02 Jul 2013 13:53:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uu4lC-0006fX-Dt for bug-gnu-emacs@gnu.org; Tue, 02 Jul 2013 13:53:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uu4lC-0006fG-AY for bug-gnu-emacs@gnu.org; Tue, 02 Jul 2013 13:53:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Uu4lB-0000xQ-Pv for bug-gnu-emacs@gnu.org; Tue, 02 Jul 2013 13:53:01 -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, 02 Jul 2013 17:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14771 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14771-submit@debbugs.gnu.org id=B14771.13727875493604 (code B ref 14771); Tue, 02 Jul 2013 17:53:01 +0000 Original-Received: (at 14771) by debbugs.gnu.org; 2 Jul 2013 17:52:29 +0000 Original-Received: from localhost ([127.0.0.1]:52789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uu4ke-0000w3-N8 for submit@debbugs.gnu.org; Tue, 02 Jul 2013 13:52:29 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:45190) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uu4kb-0000vj-FH for 14771@debbugs.gnu.org; Tue, 02 Jul 2013 13:52:27 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MPB00L00LBQ2W00@a-mtaout23.012.net.il> for 14771@debbugs.gnu.org; Tue, 02 Jul 2013 20:52:18 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPB00LJALN61D60@a-mtaout23.012.net.il>; Tue, 02 Jul 2013 20:52:18 +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:75807 Archived-At: > Date: Tue, 02 Jul 2013 10:32:28 -0700 > From: Keith David Bershatsky > > Within a recent revision to the Emacs Trunk (probably the last month or so), the default behavior of scrolling one line at a time when reaching the window edges (top / bottom) was disabled. (setq scroll-step 1) does not fix this. Setting scroll-conservatively to a high number works only with the down arrow key, but the up arrow key causes emacs to temporarily freeze when reaching the top window edge -- i.e., the dreaded spinning wheel on OSX. Setting scroll-step to 1 does what I expect for me, and so does setting scroll-conservatively to a large number. However, I don't have access to OSX to test there. (These features work on display-independent level, though, so I'm unsure how a different system can explain the problems.) Can you show a minimal recipe, starting from "emacs -Q", to reproduce this?