aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-09-11 21:03:14 +0000
committerDave Love <[email protected]>2002-09-11 21:03:14 +0000
commitb14e35ac9425e3aff9d8d0c3ce2d101bac3e3b48 (patch)
treed629e229b693dc6f63012135df3ad7cf4335a6e6
parentf43d44f50d10b67a9a62abff3e26bb731e2d4a70 (diff)
("slovenian"): New.
-rw-r--r--leim/quail/latin-post.el20
1 files changed, 20 insertions, 0 deletions
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el
index bca0cfa5d0..b99f4062c3 100644
--- a/leim/quail/latin-post.el
+++ b/leim/quail/latin-post.el
@@ -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 <[email protected]>
+(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<" ?,BH(B)
+ ("C'" ?,BF(B)
+ ("D;" ?,BP(B)
+ ("S<" ?,B)(B)
+ ("Z<" ?,B.(B)
+ ("c<" ?,Bh(B)
+ ("c'" ?,Bf(B)
+ ("d;" ?,Bp(B)
+ ("s<" ?,B9(B)
+ ("z<" ?,B>(B))
+
;;; latin-post.el ends here