# HG changeset patch # User Dave Love # Date 1031778194 0 # Node ID e29c465d41ef6c947f31ff94c8d91a39c2b9e44a # Parent 49e0c3d0d5084942a8eb06d8f72e12bedd5af221 ("slovenian"): New. diff -r 49e0c3d0d508 -r e29c465d41ef leim/quail/latin-post.el --- a/leim/quail/latin-post.el Wed Sep 11 21:02:11 2002 +0000 +++ b/leim/quail/latin-post.el Wed Sep 11 21:03:14 2002 +0000 @@ -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 @@ ("z~~" ["z~"]) ) +;; Derived from Slovenian.kmap from Yudit +;; attributed as: 2001-11-11 Roman Maurer +(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