From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: recenter-top-bottom Date: Sat, 01 Dec 2007 18:41:03 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196552517 15231 80.91.229.12 (1 Dec 2007 23:41:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2007 23:41:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 02 00:42:04 2007 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 1IybyE-0001tS-Pr for ged-emacs-devel@m.gmane.org; Sun, 02 Dec 2007 00:42:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iybxy-00081R-NF for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2007 18:41:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IybxJ-0007U8-MA for emacs-devel@gnu.org; Sat, 01 Dec 2007 18:41:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IybxJ-0007TM-48 for emacs-devel@gnu.org; Sat, 01 Dec 2007 18:41:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IybxI-0007TD-Uw for emacs-devel@gnu.org; Sat, 01 Dec 2007 18:41:04 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IybxI-00073Y-Sp for emacs-devel@gnu.org; Sat, 01 Dec 2007 18:41:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IybxH-0000Ab-O2; Sat, 01 Dec 2007 18:41:03 -0500 In-reply-to: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84455 Archived-At: I set `scroll-conservatively' to a large value just so it will always be bigger than the screen height. This means, more or less, that if Emacs can bring point onto the screen by scrolling, with even one line of overlap with the old screen, it should do so.