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

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

bug#8237: keyboard translate occasionally fails


From: Le Wang
Subject: bug#8237: keyboard translate occasionally fails
Date: Sun, 13 Mar 2011 11:02:34 +0800

I have the following lines in my .emacs.el to swap C-j and C-x:

(keyboard-translate ?\C-x ?\C-j)
(keyboard-translate ?\C-j ?\C-x)

This works fine a vast majority of the time.  However, occasionally when I swap back to Emacs from another program, if my first input to Emacs is C-j, it still registers as C-j, instead C-x.

I can do a C-_ to undo, and C-j again, and it's back to C-x.  I've only noticed this occasionally with Emacs 23.2.1 and Jan 2011 build of CVS Emacs on Windows Vista.  It does repro even with emacs -Q, although usually I have my .emacs.el loaded.  I'll update this bug as I get more consistent repro.

--
Le

reply via email to

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