]> code.delx.au - gnu-emacs/commitdiff
(ucs-input-method): Don't make the action of
authorKenichi Handa <handa@m17n.org>
Thu, 14 Sep 2006 02:47:09 +0000 (02:47 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 14 Sep 2006 02:47:09 +0000 (02:47 +0000)
a key not in [0-9a-zA-Z] when it was expected to be.  Let the Emacs
mechanism do it.

leim/ChangeLog
leim/quail/uni-input.el

index 9b35715b5dbd1247f670cff0d36d75e56918b37e..677b107b95ea43335975738478ee55a05374a6a8 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+
+       * quail/uni-input.el (ucs-input-method): Don't make the action of
+       a key not in [0-9a-zA-Z] when it was expected to be.  Let the Emacs
+       mechanism do it.
+
 2006-07-12  David Kastrup  <dak@gnu.org>
 
        * quail/greek.el: Change iota subscriptum transliteration in
index 1e6bdbd51e8679e3b388763b8d8ac73d4b2db86f..851b4fdf223c4a4d97c331c80edc36a778c84259 100644 (file)
                      (progn
                        (push key events)
                        (ucs-input-insert-char key))
-                   (let ((last-command-char key)
-                         (current-prefix-arg))
-                     (condition-case err
-                         (call-interactively (key-binding seq))
-                       (quail-error (message "%s" (cdr err)) (beep))))
                    (quail-delete-region)
                    (throw 'non-digit (append (reverse events)
                                              (listify-key-sequence seq))))))