bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2145: 23.0.90; S-SPC should scroll up in view-only buffers


From: Glenn Morris
Subject: bug#2145: 23.0.90; S-SPC should scroll up in view-only buffers
Date: Tue, 12 Feb 2013 13:54:19 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Juri Linkov wrote:

> To do the same for gnus messages is possible with:
>
> (define-key gnus-summary-mode-map [?\S-\ ] 'gnus-summary-prev-page)
> (define-key gnus-article-mode-map [?\S-\ ] 'gnus-article-goto-prev-page)
>
> And this is also useful for images:
>
> (define-key image-mode-map [?\S-\ ] 'image-scroll-down)
> (define-key doc-view-mode-map [?\S-\ ] 'doc-view-scroll-down-or-previous-page)

Please add them then.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]