From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Problems with patch to `recenter' Date: Thu, 7 Jul 2005 02:31:27 +0200 Message-ID: Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1120698014 6431 80.91.229.2 (7 Jul 2005 01:00:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 01:00:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 03:00:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqKjz-0005EV-DZ for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 02:59:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqKlK-0001vG-8c for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2005 21:01:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqKgx-0008Rp-DO for emacs-devel@gnu.org; Wed, 06 Jul 2005 20:56:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqKgv-0008Qb-NG for emacs-devel@gnu.org; Wed, 06 Jul 2005 20:56:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqKfZ-0007IZ-Hb for emacs-devel@gnu.org; Wed, 06 Jul 2005 20:55:13 -0400 Original-Received: from [64.233.182.201] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqKOw-0002gn-4c for emacs-devel@gnu.org; Wed, 06 Jul 2005 20:38:02 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so12819nfe for ; Wed, 06 Jul 2005 17:31:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ic7cbOhRj/LayAmVkxC4OxLBOseSgMvxNHrzlHDVGVIEdYH7drHOvGM7YPef63qx0k66PhGx2LWWrBElUMfGshddP9kVvhcrFE/BZZJNDt6z/7HSQT3QZG9SUn3dXMh8fKhgfqi2qQBo41OxffdEmN2i561VFVQnBLhlGoed+OU= Original-Received: by 10.48.240.12 with SMTP id n12mr7871nfh; Wed, 06 Jul 2005 17:31:27 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Wed, 6 Jul 2005 17:31:27 -0700 (PDT) Original-To: Emacs Devel Content-Disposition: inline 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:40523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40523 This change to `recenter' has problems. 2005-07-06 Richard M. Stallman * window.c (Frecenter): When arg is inside the scroll margin, move it out of the margin. emacs -Q M-x ielm ... Only the first line is visible. You can move to the beginning of the buffer and see it, but as soon has you hit , again only the last prompt is visible. --=20 /L/e/k/t/u