changeset 23005:3d67e77643dd

Few key sequences added to some keyboards.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Aug 1998 21:47:18 +0000
parents 334beda46c29
children 78826b8a6b21
files leim/quail/czech.el
diffstat 1 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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)