Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Bug in horizontal recentering (was Re: Gnus v5.8.7 is released)
Date: 03 Jul 2000 12:37:13 -0400	[thread overview]
Message-ID: <m3d7kv6uh2.fsf_-_@peorth.rgo.gweep.net> (raw)
In-Reply-To: Stainless Steel Rat's message of "02 Jul 2000 12:08:00 -0400"

* Stainless Steel Rat <ratinox@peorth.gweep.net>  on Sun, 02 Jul 2000
| Somewhere between 5.8.2 and 5.8.7, summary recentering forgot how to do
| horizontal centering w/ FSF Emacs 20.4.

I found the change point.  5.8.4 does horizontal recentering on C-l in the
summary buffer, 5.8.5 does not.  The bug is in gnus-sum.el, gnus-recenter
function:

(defun gnus-recenter (&optional n)
  "Center point in window and redisplay frame.
Also do horizontal recentering."
  (interactive "P")
  (when (and nil
         ^^^^^^^
             gnus-auto-center-summary
             (not (eq gnus-auto-center-summary 'vertical)))

Will always return nil.  Removing the nil so that the form reads

    (and gnus-auto-center-summary
         (not (eq gnus-auto-center-summary 'vertical)))

fixes it.

Would someone check this into the CVS tree?  Thanks.
-- 
Rat <ratinox@peorth.gweep.net>    \ Do not use Happy Fun Ball on concrete.
Minion of Nathan - Nathan says Hi! \ 
PGP Key: at a key server near you!  \ 



  reply	other threads:[~2000-07-03 16:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-02 13:12 Gnus v5.8.7 is released Lars Magne Ingebrigtsen
2000-07-02 16:08 ` Stainless Steel Rat
2000-07-03 16:37   ` Stainless Steel Rat [this message]
2000-07-03 14:22 ` Thomas Hungenberg
2000-07-11  1:40 ` Cyrille Lefevre
2000-07-11  7:52   ` Kai Großjohann
2000-07-11 10:39     ` Cyrille Lefevre
2000-07-11 10:54       ` Daniel Pittman
2000-07-11 11:11       ` Kai Großjohann
2000-07-11 18:39         ` Cyrille Lefevre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3d7kv6uh2.fsf_-_@peorth.rgo.gweep.net \
    --to=ratinox@peorth.gweep.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).