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

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

bug#9417: digit-argument doesn't work with `key-translation-map'


From: Le Wang
Subject: bug#9417: digit-argument doesn't work with `key-translation-map'
Date: Thu, 1 Sep 2011 18:26:34 +0800

repro:

1. emacs -Q
2. eval-region:

  (define-key key-translation-map [(control x)] [(control j)])
  (define-key key-translation-map [(control j)] [(control x)])

3. C-1 C-j C-f

expectation: call `find-file'
actual: call binding of C-j `eval-print-last-sexp'

Emacs version: CVS Head built today on Windows 7.

In Emacs 23, the behavior is slightly different.  C-1 C-j calls
`eval-print-last-sexp' withing the final C-f key chord.

-- 
Le





reply via email to

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