From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#662: 23.0.60; Constant recentering with scroll-margin set Date: Wed, 06 Aug 2008 21:26:30 -0400 Message-ID: <87tzdxzkc9.fsf@stupidchicken.com> Reply-To: Chong Yidong , 662@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218073661 25716 80.91.229.12 (7 Aug 2008 01:47:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2008 01:47:41 +0000 (UTC) Cc: 662@emacsbugs.donarmstrong.com To: Ralf Angeli Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 03:48:31 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KQuc9-0003X9-UJ for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Aug 2008 03:48:30 +0200 Original-Received: from localhost ([127.0.0.1]:44396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQubE-0002tg-FU for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Aug 2008 21:47:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQub9-0002rG-HT for bug-gnu-emacs@gnu.org; Wed, 06 Aug 2008 21:47:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQub8-0002pT-2S for bug-gnu-emacs@gnu.org; Wed, 06 Aug 2008 21:47:27 -0400 Original-Received: from [199.232.76.173] (port=40082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQub7-0002pL-Ty for bug-gnu-emacs@gnu.org; Wed, 06 Aug 2008 21:47:26 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:34620) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KQub7-0007iO-EJ for bug-gnu-emacs@gnu.org; Wed, 06 Aug 2008 21:47:25 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m771lNc8028371; Wed, 6 Aug 2008 18:47:23 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m771Z3RV024292; Wed, 6 Aug 2008 18:35:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 07 Aug 2008 01:35:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 662 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 662-submit@emacsbugs.donarmstrong.com id=B662.121807239522492 (code B ref 662); Thu, 07 Aug 2008 01:35:03 +0000 Original-Received: (at 662) by emacsbugs.donarmstrong.com; 7 Aug 2008 01:26:35 +0000 Original-Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m771QWQN022479 for <662@emacsbugs.donarmstrong.com>; Wed, 6 Aug 2008 18:26:33 -0700 Original-Received: by cyd (Postfix, from userid 1000) id 7BB2D57E17C; Wed, 6 Aug 2008 21:26:31 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Wed, 06 Aug 2008 21:47:27 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:19084 Archived-At: > Start Emacs with emacs -Q -eval "(progn (setq scroll-margin 1) > (dotimes (i 100) (newline)))" and start typing in the scratch buffer. > With nearly every new line which is inserted, the buffer is > recentered. Could you try to provide a more precise recipe? I'm not sure what you mean.