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

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

Re: bug#20790: Add more S-SPC key bindings


From: Random832
Subject: Re: bug#20790: Add more S-SPC key bindings
Date: Thu, 12 Nov 2015 21:52:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Emanuel Berg <embe8573@student.uu.se> writes:
> Mine look like this:
>
>     (define-key input-decode-map [?\u0110] [C-0])

Yes, but like you said in your tutorial, that's an arbitrary name. It's
not the real C-0, that'd be [?\C-0] == [#x4000030].

I found my issue, though. I'd been _assuming_ that Gnus sets a binding
for S-SPC to gnus-summary-prev-page/gnus-article-goto-prev-page, when in
reality it apparently doesn't. If I set a global binding on [?\S-\ ], it
works (fsvo. "works" - now I need to figure out how to add a binding to
Gnus for it.)

It is a bit annoying that I don't get the "translated from" notation in
C-h k, though. Led me down a bit of a false path in determining what the
problem was.




reply via email to

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