1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Avoid errors with Czech and Slovak input methods

* lisp/leim/quail/slovak.el (slovak, slovak-prog-1, slovak-prog-2)
(slovak-prog-3): Remove the kp-* key bindings, they are not needed
and cause errors in "C-u C-x =".
* lisp/leim/quail/czech.el (czech, czech-qwerty, czech-prog-1)
(czech-prog-2, czech-prog-3): Remove the kp-* key bindings.
(Bug#23559)
This commit is contained in:
Eli Zaretskii 2016-05-19 22:57:53 +03:00
parent d4ae6d7033
commit e41a5cbae9
2 changed files with 9 additions and 108 deletions

View File

@ -142,18 +142,7 @@
("=[" ?\[)
("=]" ?\])
("={" ?{)
("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("=}" ?}))
(quail-define-package
"czech-qwerty" "Czech" "CZ" t
@ -260,18 +249,7 @@
("=[" ?\[)
("=]" ?\])
("={" ?{)
("=}" ?})
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("=}" ?}))
(quail-define-package
"czech-prog-1" "Czech" "CZ" t
@ -350,18 +328,7 @@ All other keys are the same as on standard US keyboard."
("++U" )
("+++U" )
("+Y" )
("+Z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("+Z" ))
(quail-define-package
"czech-prog-2" "Czech" "CZ" t
@ -440,18 +407,7 @@ All other keys are the same as on standard US keyboard."
("++U" )
("+++U" )
("+Y" )
("+Z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("+Z" ))
(quail-define-package
"czech-prog-3" "Czech" "CZ" t
@ -552,17 +508,6 @@ All other keys are the same as on standard US keyboard."
("+u" )
("+=u" )
("=y" )
("+z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("+z" ))
;;; czech.el ends here

View File

@ -151,18 +151,7 @@
("+7" ?&)
("+8" ?*)
("+9" ?\()
("+0" ?\))
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("+0" ?\)))
(quail-define-package
@ -245,18 +234,7 @@ All other keys are the same as on standard US keyboard."
("[[[U" )
("[Y" )
("[Z" )
("[[Z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("[[Z" ))
(quail-define-package
@ -347,18 +325,7 @@ All other keys are the same as on standard US keyboard."
("+U" )
("+=U" )
("=Y" )
("+Z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("+Z" ))
(quail-define-package
@ -463,17 +430,6 @@ All other keys are the same as on standard US keyboard."
("[Y" )
("[Z" )
("[[Z" )
("]Z" )
([kp-1] ?1)
([kp-2] ?2)
([kp-3] ?3)
([kp-4] ?4)
([kp-5] ?5)
([kp-6] ?6)
([kp-7] ?7)
([kp-8] ?8)
([kp-9] ?9)
([kp-0] ?0)
([kp-add] ?+))
("]Z" ))
;;; slovak.el ends here