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

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

How to bind C-x = = to describe-char ?


From: Hashish Singh
Subject: How to bind C-x = = to describe-char ?
Date: Tue, 25 May 2021 11:26:29 -0700

Hi

How to bind C-x = = to describe-char ?

Or is there a way to have auto completion for key names ?

For eg I do not want to disturb the current "C-x =" binding to
"what-cursor-position" ?

What new bindings have you set up , give some examples.

I get errors like:

Key sequence C-x C-x = starts with non-prefix key C-x C-x
Key sequence C-x = = starts with non-prefix key C-x =

What is the difference between OR why are these two NON-Equivalent ?

(global-set-key "\C-xx=" 'describe-char)            ;;; works
(global-unset-key "\C-xx=")                         ;;; unbind
(global-set-key (kbd "<C-x-x-=>") 'describe-char)   ;;; why does not not work ?

Thanks
HS





reply via email to

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