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

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

Re: confusion with defining keys


From: kastian
Subject: Re: confusion with defining keys
Date: Wed, 11 Jun 2014 12:21:33 +0400
User-agent: Mutt/1.5.22 (2013-10-16)

Hello

On Wed, Jun 11, 2014 at 07:05:07AM +0200, lee wrote:
> Hi,
> how come that sometimes keys cannot be defined (for X11 frames)?  I'm
> trying to define something for 'undo, like:
> (global-set-key "\C-ä" 'undo)
> This doesn't define the key binding.  Same goes for C-#.  Using 'kbd
> doesn't work, either.
> What might be the problem with this, and how can I define such keys?

I've similar problem with russian letters, but

(global-set-key [?\M-й] 'function) 

works well.



reply via email to

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