GNU bug report logs -
#33102
26.1, emacs-mac 7.2; *Newsticker List* frame's SPC does not next page as expected
Previous Next
Reported by: Van L <van <at> scratch.space>
Date: Sat, 20 Oct 2018 13:39:02 UTC
Severity: minor
Tags: moreinfo, notabug
Found in version 26.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> On 11 Jul 2019, at 00:28, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
>
> SPC in the Newsticker List window scrolls the Newsticker Item window,
> which seems like a natural thing to do (and is the same that Gnus
> summary buffer does).
>
> Or did you mean something else?
I try to get used to that natural thing to do.
Yes, I might've been thrown by the 'side-effect' page-down in the next buffer without focus on the item-buffer.
I tried the following setting to allow page down in the summary buffer, directly.
--8<---------------cut here---------------start------------->8---
(add-hook 'gnus-summary-mode-hook
(lambda ()
(define-key gnus-summary-mode-map
(kbd "<SPC>") 'scroll-up-command)))
--8<---------------cut here---------------end--------------->8---
This bug report was last modified 6 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.