From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: recenter is broken Date: Thu, 7 Jul 2005 16:41:01 -0500 (CDT) Message-ID: <200507072141.j67Lf1h00875@raven.dms.auburn.edu> References: <200507070028.j670S9H26222@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120773894 22591 80.91.229.2 (7 Jul 2005 22:04:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 22:04:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 00:04:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqeTy-0003tE-7J for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 00:04:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqeM3-0007h6-6x for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 17:56:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqeLV-0007XX-Vh for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:55:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqeLN-0007SC-8b for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:55:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqeLN-0007S9-4m for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:55:41 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqeFp-0002Gf-Pq; Thu, 07 Jul 2005 17:49:57 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j67LhBCK013115; Thu, 7 Jul 2005 16:43:11 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j67Lf1h00875; Thu, 7 Jul 2005 16:41:01 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (rms@gnu.org) 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:40598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40598 Richard Stallman wrote: Do `emacs -q -nbc' then: C-h n M-x end-of-buffer Note how the entire file is completely overscrolled out of view. Does this give good results? I believe that Kim already fixed this some other way, because recenter appears to work fine in the latest CVS. Sincerely, Luc.