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: Recentering on scroll Date: Sat, 25 Oct 2008 14:03:50 -0400 Message-ID: <87bpx85z7d.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224957914 32436 80.91.229.12 (25 Oct 2008 18:05:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 18:05:14 +0000 (UTC) Cc: 873@emacsbugs.donarmstrong.com, Juanma Barranquero To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 20:06:15 2008 connect(): Connection refused 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 1KtnWd-0007pL-Ov for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 20:06:11 +0200 Original-Received: from localhost ([127.0.0.1]:58946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtnVX-0000np-T6 for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 14:05:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtnUK-0008Q0-LP for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:03:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtnUJ-0008Os-5G for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:03:48 -0400 Original-Received: from [199.232.76.173] (port=36010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtnUI-0008Oh-Pg for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:03:46 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:37083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtnUI-00007j-Rf for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:03:46 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 1C46F57E1BA; Sat, 25 Oct 2008 14:03:50 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:104999 Archived-At: Can anyone reproduce bug#873 (occasional recentering during C-n)? I thought I could reproduce it at some point, using the recipe given in that bug report, but I can't seem to do it now. > After setting this in .emacs: > > (setq scroll-preserve-screen-position 'always > scroll-conservatively most-positive-fixnum ;; any large number > scroll-step 0) > > scroll-down causes recentering. This is a regression.