From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25568 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-auto-center-summary off-center Date: 30 Sep 1999 12:52:02 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5bln9wvwfu.fsf@giga.cs.rochester.edu> <2nln9rj0d7.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162930 14686 80.91.224.250 (21 Oct 2002 01:15:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:15:30 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA12429 for ; Thu, 30 Sep 1999 06:57:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB13227; Thu, 30 Sep 1999 05:54:00 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 30 Sep 1999 05:54:19 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA03722 for ; Thu, 30 Sep 1999 05:54:07 -0500 (CDT) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA12424 for ; Thu, 30 Sep 1999 06:52:09 -0400 (EDT) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id MAA10103 for ; Thu, 30 Sep 1999 12:52:07 +0200 (MET DST) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa002Tm; Thu Sep 30 12:52:03 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id MAA15332; Thu, 30 Sep 1999 12:52:03 +0200 Original-To: ding@gnus.org In-Reply-To: Stainless Steel Rat's message of "Wed, 29 Sep 1999 16:47:14 GMT" Original-Lines: 15 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.1 (Acadia) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25568 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25568 Stainless Steel Rat writes: > | What I don't understand is: what is wrong with calling 'recenter' or > | 'center-to-window-line'? > > When there is variable height text in the summary buffer, the last line of > the buffer is clipped by the mode line. The current "fix" for this problem > causes the entire summary buffer to be pushed up one line so that the last > line is not clipped Sorry for being dense, but it what way does that answer my question. The XEmacs C version of recenter and friends are aware of the all the actual line heights so why not use them? Jan