From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Annoying recentering when scrolling down Date: Wed, 20 Aug 2008 22:00:06 -0400 Message-ID: <87skszunyx.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219283950 29034 80.91.229.12 (21 Aug 2008 01:59:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2008 01:59:10 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 21 04:00:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KVzSz-0006iS-Qu for ged-emacs-devel@m.gmane.org; Thu, 21 Aug 2008 04:00:02 +0200 Original-Received: from localhost ([127.0.0.1]:32959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVzS2-0000Oh-KF for ged-emacs-devel@m.gmane.org; Wed, 20 Aug 2008 21:59:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVzRy-0000OL-U4 for emacs-devel@gnu.org; Wed, 20 Aug 2008 21:58:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVzRu-0000NU-LP for emacs-devel@gnu.org; Wed, 20 Aug 2008 21:58:57 -0400 Original-Received: from [199.232.76.173] (port=54431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVzRu-0000NK-Au for emacs-devel@gnu.org; Wed, 20 Aug 2008 21:58:54 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:34470) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVzRt-0007h7-PQ for emacs-devel@gnu.org; Wed, 20 Aug 2008 21:58:54 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C545757E32F; Wed, 20 Aug 2008 22:00:06 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Thu\, 21 Aug 2008 03\:06\:04 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.90 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102753 Archived-At: "Juanma Barranquero" writes: > I have the following in my .emacs: > > (setq scroll-preserve-screen-position 'always > scroll-conservatively most-positive-fixnum > scroll-step 0) > > When moving down with next-line, this used to produce a nice > line-by-line scrolling, with no recentering. That has changed > recently; now I'm getting (very annoying) recentering every now and > then (curiously, this does not happen when scrolling up with > previous-line). > > How can I get the old behavior back? Could you try to pinpoint the checkin that introduced this change?