]> git.eshelyaron.com Git - emacs.git/commitdiff
("slovenian"): New.
authorDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:03:14 +0000 (21:03 +0000)
committerDave Love <fx@gnu.org>
Wed, 11 Sep 2002 21:03:14 +0000 (21:03 +0000)
leim/quail/latin-post.el

index bca0cfa5d0f2fda55c7d15998421ad04700b2777..b99f4062c34ca84a0fe8b04609605dcbfac63b52 100644 (file)
@@ -2,6 +2,7 @@
 
 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
+;; Copyright (C) 2001, 2002 Free Software Foundation.
 
 ;; Keywords: multilingual, input method, latin
 
@@ -2519,4 +2520,23 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  ("z~~" ["z~"])
  )
 
+;; Derived from Slovenian.kmap from Yudit
+;; attributed as: 2001-11-11 Roman Maurer <roman.maurer@amis.net>
+(quail-define-package
+ "slovenian" "Slovenian" "Sl" t
+ "Slovenian postfix input."
+ nil t t t nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("C<" ?\e,BH\e(B)
+ ("C'" ?\e,BF\e(B)
+ ("D;" ?\e,BP\e(B)
+ ("S<" ?\e,B)\e(B)
+ ("Z<" ?\e,B.\e(B)
+ ("c<" ?\e,Bh\e(B)
+ ("c'" ?\e,Bf\e(B)
+ ("d;" ?\e,Bp\e(B)
+ ("s<" ?\e,B9\e(B)
+ ("z<" ?\e,B>\e(B))
+
 ;;; latin-post.el ends here