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: Wed, 07 Nov 2007 02:55:57 -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 1194425550 3595 80.91.229.12 (7 Nov 2007 08:52:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 08:52:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 07 09:52:33 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 1IpgeH-0000f0-1r for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 09:52:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipge6-0006s1-8v for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 03:52:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpgcH-0005jS-NK for emacs-devel@gnu.org; Wed, 07 Nov 2007 03:50:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpgcE-0005fU-J2 for emacs-devel@gnu.org; Wed, 07 Nov 2007 03:50:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpgcD-0005fK-JU for emacs-devel@gnu.org; Wed, 07 Nov 2007 03:50:25 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpgcD-0001xf-69 for emacs-devel@gnu.org; Wed, 07 Nov 2007 03:50:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpflV-0004WT-U1; Wed, 07 Nov 2007 02:55:57 -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:82716 Archived-At: With a prefix arg, it's the same as `recenter'. Otherwise, it alternately moves the current line to the center, top, and bottom of the window. In this, it's a bit like `C-M-l'. It's a trivial change, but I find it useful - I have no need for repeated `C-l' to keep doing the same thing. It looks good to me. What do others think?