emacs-devel
[Top][All Lists]
Advanced

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

Re: FW: Emacs non-ascii characters


From: Henrik Enberg
Subject: Re: FW: Emacs non-ascii characters
Date: Mon, 21 Nov 2005 20:40:28 +0100 (CET)

> From: "Drew Adams" <address@hidden>
> Date: Mon, 21 Nov 2005 11:26:16 -0800
> 
> This makes me wonder if `C-\' isn't a bad binding for such a command. Should
> toggling the input method be on a key binding that is easy to hit by
> mistake?
> 
> I don't use that command, so I don't know if it needs to be on a quickly hit
> key. If not, should we perhaps move it to a binding with a prefix (e.g.
> C-x)?

(global-set-key (kbd "C-\\")
                (lambda ()
                  (interactive)
                  (when (y-or-n-p "Really toggle input method? ")
                    (call-interactively 'toggle-input-method))))




reply via email to

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