[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/leim/quail/latin-post.el
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/leim/quail/latin-post.el |
Date: |
Wed, 16 Oct 2002 19:08:34 -0400 |
Index: emacs/leim/quail/latin-post.el
diff -c emacs/leim/quail/latin-post.el:1.18 emacs/leim/quail/latin-post.el:1.19
*** emacs/leim/quail/latin-post.el:1.18 Wed Jul 24 15:58:22 2002
--- emacs/leim/quail/latin-post.el Wed Sep 11 17:03:14 2002
***************
*** 2,7 ****
--- 2,8 ----
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
+ ;; Copyright (C) 2001, 2002 Free Software Foundation.
;; Keywords: multilingual, input method, latin
***************
*** 2518,2522 ****
--- 2519,2542 ----
("z.." ["z."])
("z~~" ["z~"])
)
+
+ ;; Derived from Slovenian.kmap from Yudit
+ ;; attributed as: 2001-11-11 Roman Maurer <address@hidden>
+ (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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/leim/quail/latin-post.el,
Dave Love <=