Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de>
Subject: Re: Undesirable Gnus interaction with scroll-in-place package
Date: 19 Nov 1996 09:32:08 +0100	[thread overview]
Message-ID: <vafenhqcwon.fsf@ls6.informatik.uni-dortmund.de> (raw)
In-Reply-To: Steven L Baur's message of 15 Nov 1996 13:50:14 -0800

>>>>> Steven L Baur writes:

  Steven> If Eric Eide's scroll-in-place package (which redefines scroll-up and
  Steven> scroll-down) is being used the Gnus SPC command loses due to the fact
  Steven> that point never reaches the bottom of the buffer.  A cheap fix on the
  Steven> Gnus side would be to bind the scroll-in-place variable to nil around
  Steven> the scroll-up and scroll-down calls in Gnus.

I think the following is a not-so-cheap fix.  Though I don't really
know what The Right Thing (tm) is.

scroll-{up,down}-one-line are my own functions, so you might need to
take them out.

(setq scroll-command-groups
      (append '((gnus-summary-scroll-up gnus-summary-scroll-down)
		(scroll-down-one-line scroll-up-one-line))
	    scroll-command-groups))

kai
-- 
I wonder why nobody don't like me,
or is it de fact dat I'm ugly? -- Harry Belafonte


      reply	other threads:[~1996-11-19  8:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-15 21:50 Steven L Baur
1996-11-19  8:32 ` Kai Grossjohann [this message]

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=vafenhqcwon.fsf@ls6.informatik.uni-dortmund.de \
    --to=grossjohann@charly.informatik.uni-dortmund.de \
    /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).