Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Article viewing and scroll-margin
Date: Tue, 26 Jul 2005 11:45:26 +0900	[thread overview]
Message-ID: <b9yy87u70ah.fsf@jpl.org> (raw)
In-Reply-To: <b9yoe8rdya1.fsf@jpl.org>

>>>>> In <b9yoe8rdya1.fsf@jpl.org> Katsumi Yamaoka wrote:

> I realized the point to fix the problem (the article buffer
> didn't scroll if `scroll-margin' is specified) is the place of
> the point just before redrawing the article buffer, and there
> was useless things in the previous fix.  So, I've fixed them
> again properly in the v5-10 branch and the trunk.

I found another problem; setting 2 or greater to `scroll-margin'
hangs Emacs 21.x up.  You can reproduce it by typing the RET key
repeatedly in the summary buffer or evaluating the following:

(let ((buffer (get-buffer-create "*testing*")))
  (pop-to-buffer buffer)
  (set (make-local-variable 'scroll-margin) 2)
  (erase-buffer)
  (insert "Hello\nWorld\n")
  (sit-for 0)
  (scroll-up 1))

Fixed in the v5-10 branch and the trunk.



  reply	other threads:[~2005-07-26  2:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-15  4:42 Norbert Koch
2005-07-15  4:56 ` Katsumi Yamaoka
2005-07-15  7:02   ` Ralf Angeli
2005-07-15 17:41     ` Ralf Angeli
2005-07-25  9:34       ` Katsumi Yamaoka
2005-07-26  2:45         ` Katsumi Yamaoka [this message]
2005-07-15  9:22   ` Katsumi Yamaoka
2005-07-15 10:38     ` Norbert Koch

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=b9yy87u70ah.fsf@jpl.org \
    --to=yamaoka@jpl.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).