Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Ralf Angeli <angeli@caeruleus.net>
Cc: ding@gnus.org
Subject: Re: Recentering during article scrolling with scroll-margin
Date: Wed, 13 Aug 2008 21:01:28 +0200	[thread overview]
Message-ID: <87vdy4buyf.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87sktb8q84.fsf@photon.caeruleus.net> (Ralf Angeli's message of "Mon, 11 Aug 2008 18:35:07 +0200")

On Mon, Aug 11 2008, Ralf Angeli wrote:

> 	* gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
> 	moving point to the bottom of the window in order to avoid recentering.
[...]
> +  (move-to-window-line (if (featurep 'xemacs) -1 (- -1 scroll-margin)))

Should we test for `scroll-margin' instead of (featurep 'xemacs)?
E.g. (and (boundp 'scroll-margin) (numberp scroll-margin))?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



  parent reply	other threads:[~2008-08-13 19:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-10  9:27 Ralf Angeli
2008-08-11  2:51 ` Katsumi Yamaoka
2008-08-11 16:35   ` Ralf Angeli
2008-08-11 22:54     ` Katsumi Yamaoka
2008-08-13 19:01     ` Reiner Steib [this message]
2008-08-14  0:48       ` Katsumi Yamaoka

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=87vdy4buyf.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=angeli@caeruleus.net \
    --cc=ding@gnus.org \
    /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).