Mercurial > emacs
changeset 47413:e29c465d41ef
("slovenian"): New.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 11 Sep 2002 21:03:14 +0000 |
parents | 49e0c3d0d508 |
children | 7198754128bf |
files | leim/quail/latin-post.el |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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<" ?,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