all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The key [C-M-b] does not work in Emacs.
@ 2017-06-29  0:19 numbchild
  2017-06-29  1:00 ` Emanuel Berg
  0 siblings, 1 reply; 3+ messages in thread
From: numbchild @ 2017-06-29  0:19 UTC (permalink / raw)
  To: help-gnu-emacs

I found Emacs key =[Ctrl-Alt-b]= does not work, but I try its binding
command
=[backward-sexp]= can work. and it does bind to key =[Ctrl-M-b]=, and I use
=[Ctrl-h
k]= (=describe-key=) can capture =[Ctrl-Alt-b]=.

I'm curious might KDE captured this key, but I check out all KDE settings
"Shortcuts", not found. Then I tried command =xev -id <Emacs window ID>= to
capture key under X11. Here is the log:

#+NAME: xev -id [WM_ID]
#+BEGIN_EXAMPLE
FocusOut event, serial 18, synthetic NO, window 0x80008f,
    mode NotifyGrab, detail NotifyVirtual

FocusIn event, serial 18, synthetic NO, window 0x80008f,
    mode NotifyUngrab, detail NotifyVirtual

KeymapNotify event, serial 18, synthetic NO, window 0x0,
    keys:  2   0   0   0   0   0   0   0   5   0   0   0   0   0   0   0
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

PropertyNotify event, serial 18, synthetic NO, window 0x80008f,
    atom 0x16b (_NET_WM_ICON), time 157642247, state PropertyNewValue

PropertyNotify event, serial 18, synthetic NO, window 0x80008f,
    atom 0x23 (WM_HINTS), time 157642248, state PropertyNewValue

ConfigureNotify event, serial 19, synthetic YES, window 0x80008f,
    event 0x80008f, window 0x80008f, (0,57), width 1366, height 711,
    border_width 0, above 0x0, override NO

PropertyNotify event, serial 20, synthetic NO, window 0x80008f,
    atom 0x16b (_NET_WM_ICON), time 157642255, state PropertyNewValue
#+END_EXAMPLE


If anyone knows solution how to solve this problem, please give me some
hints,
thanks very much.


[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The key [C-M-b] does not work in Emacs.
  2017-06-29  0:19 The key [C-M-b] does not work in Emacs numbchild
@ 2017-06-29  1:00 ` Emanuel Berg
  2017-06-29  5:25   ` numbchild
  0 siblings, 1 reply; 3+ messages in thread
From: Emanuel Berg @ 2017-06-29  1:00 UTC (permalink / raw)
  To: help-gnu-emacs

numbchild@gmail.com wrote:

> I found Emacs key =[Ctrl-Alt-b]= does not
> work, but I try its binding command
> =[backward-sexp]= can work. and it does bind
> to key =[Ctrl-M-b]=, and I use =[Ctrl-h k]=
> (=describe-key=) can capture =[Ctrl-Alt-b]=.

But, C-M-b works for you, otherwise
`describe-key' wouldn't react on it, right?

What happens if you hit it in an Elisp
mode buffer?

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: The key [C-M-b] does not work in Emacs.
  2017-06-29  1:00 ` Emanuel Berg
@ 2017-06-29  5:25   ` numbchild
  0 siblings, 0 replies; 3+ messages in thread
From: numbchild @ 2017-06-29  5:25 UTC (permalink / raw)
  To: help-gnu-emacs

Weird, after recently (about two or three weeks) compiling Emacs source
code frequently, `[C-M-b]` works now. weird. This problem is recorded many
days ago. I come up with it recently. So I post it here. It is my fault
without verify whether it works now. Sorry for distribution.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/

On Thu, Jun 29, 2017 at 9:00 AM, Emanuel Berg <moasen@zoho.com> wrote:

> numbchild@gmail.com wrote:
>
> > I found Emacs key =[Ctrl-Alt-b]= does not
> > work, but I try its binding command
> > =[backward-sexp]= can work. and it does bind
> > to key =[Ctrl-M-b]=, and I use =[Ctrl-h k]=
> > (=describe-key=) can capture =[Ctrl-Alt-b]=.
>
> But, C-M-b works for you, otherwise
> `describe-key' wouldn't react on it, right?
>
> What happens if you hit it in an Elisp
> mode buffer?
>
> --
> underground experts united
> http://user.it.uu.se/~embe8573
>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-29  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  0:19 The key [C-M-b] does not work in Emacs numbchild
2017-06-29  1:00 ` Emanuel Berg
2017-06-29  5:25   ` numbchild

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.