GNU bug report logs -
#2145
23.0.90; S-SPC should scroll up in view-only buffers
Previous Next
Reported by: Rudi Schlatte <rudi <at> constantly.at>
Date: Mon, 2 Feb 2009 01:25:03 UTC
Severity: wishlist
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Feb 2013 23:48:18 -0500
with message-id <m6r4kmcf3h.fsf <at> fencepost.gnu.org>
and subject line Re: bug#2145: 23.0.90; S-SPC should scroll up in view-only buffers
has caused the debbugs.gnu.org bug report #2145,
regarding 23.0.90; S-SPC should scroll up in view-only buffers
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
2145: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2145
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
(This should be filed as "wishlist")
Summary:
S-SPC should scroll up in view-only buffers, such as info, gnus
messages and buffers in view-mode; currently it scrolls down.
Rationale:
Most other programs that display more than a screenful of information
(Firefox, various mail clients, the evince pdf viewer, ...) use SPC to
scroll down and S-SPC (Shift-Space) to scroll up. Emacs uses SPC (and
S-SPC) to scroll down and <backspace> to scroll up. Additionally, in
some programs, Backspace is bound to some deleting action (in my email
reader, it moves the current message to Trash). Paging up and down
through stuff thus requires me to be careful about which program I'm
in; I've accidentally deleted emails after reading too much stuff in
emacs.
Workarounds:
Putting the appropriate define-key forms, e.g.
(define-key view-mode-map (kbd "S-SPC") 'View-scroll-page-backward)
(define-key Info-mode-map (kbd "S-SPC") 'Info-scroll-down)
in the user's init file.
[Message part 3 (message/rfc822, inline)]
Version: 24.4
Rudi Schlatte wrote:
> S-SPC should scroll up in view-only buffers, such as info, gnus
> messages and buffers in view-mode; currently it scrolls down.
Sorry for the huge delay. This seemed like a good idea to me, so I did
it in whichever relevant keymaps I could find.
This bug report was last modified 12 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.