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: Juri Linkov
Subject: bug#2145: 23.0.90; S-SPC should scroll up in view-only buffers
Date: Wed, 13 Feb 2013 10:29:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> 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.

Added with `ediff-previous-difference' as well.





reply via email to

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