/[emacs]/emacs/leim/quail/latin-post.el
ViewVC logotype

Diff of /emacs/leim/quail/latin-post.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by fx, Wed Jul 24 19:58:22 2002 UTC revision 1.19 by fx, Wed Sep 11 21:03:14 2002 UTC
# Line 2  Line 2 
2    
3  ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.  ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
4  ;; Licensed to the Free Software Foundation.  ;; Licensed to the Free Software Foundation.
5    ;; Copyright (C) 2001, 2002 Free Software Foundation.
6    
7  ;; Keywords: multilingual, input method, latin  ;; Keywords: multilingual, input method, latin
8    
# Line 2519  Doubling the postfix separates the lette Line 2520  Doubling the postfix separates the lette
2520   ("z~~" ["z~"])   ("z~~" ["z~"])
2521   )   )
2522    
2523    ;; Derived from Slovenian.kmap from Yudit
2524    ;; attributed as: 2001-11-11 Roman Maurer <roman.maurer@amis.net>
2525    (quail-define-package
2526     "slovenian" "Slovenian" "Sl" t
2527     "Slovenian postfix input."
2528     nil t t t nil nil nil nil nil nil t)
2529    
2530    (quail-define-rules
2531     ("C<" ?,BH(B)
2532     ("C'" ?,BF(B)
2533     ("D;" ?,BP(B)
2534     ("S<" ?,B)(B)
2535     ("Z<" ?,B.(B)
2536     ("c<" ?,Bh(B)
2537     ("c'" ?,Bf(B)
2538     ("d;" ?,Bp(B)
2539     ("s<" ?,B9(B)
2540     ("z<" ?,B>(B))
2541    
2542  ;;; latin-post.el ends here  ;;; latin-post.el ends here

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26