# HG changeset patch # User Richard M. Stallman # Date 902958438 0 # Node ID 3d67e77643ddcdae8bbce73f48bc9a97ada944c1 # Parent 334beda46c29953df8ef52d55b557cc7c7b1468d Few key sequences added to some keyboards. diff -r 334beda46c29 -r 3d67e77643dd leim/quail/czech.el --- a/leim/quail/czech.el Wed Aug 12 21:32:31 1998 +0000 +++ b/leim/quail/czech.el Wed Aug 12 21:47:18 1998 +0000 @@ -30,12 +30,6 @@ ;; "QWERTZ" and "QWERTY" versions) ;; - three non-standard Czech keyboards for programmers -;; Current Quail version has some limitations, which create annoying problems -;; when using Czech keyboards. You may want to install the file -;; `hack-quail.el' from the package -;; ftp://ftp.fi.muni.cz/pub/localization/emacs/emacs-20/emacs-cs-utils* -;; which tries to remove some of these limitations. - ;;; Code: (require 'quail) @@ -145,6 +139,12 @@ ("+8" ?*) ("+9" ?\() ("+0" ?\)) + ("=<" ?<) + ("=>" ?>) + ("=[" ?\[) + ("=]" ?\]) + ("={" ?{) + ("=}" ?}) ([kp-1] ?1) ([kp-2] ?2) ([kp-3] ?3) @@ -257,6 +257,12 @@ ("+8" ?*) ("+9" ?\() ("+0" ?\)) + ("=<" ?<) + ("=>" ?>) + ("=[" ?\[) + ("=]" ?\]) + ("={" ?{) + ("=}" ?}) ([kp-1] ?1) ([kp-2] ?2) ([kp-3] ?3)