comparison leim/quail/latin-pre.el @ 28434:08cd5ffb5799

("polish-slash"): New input method.
author Kenichi Handa <handa@m17n.org>
date Fri, 31 Mar 2000 01:01:34 +0000
parents ad4ce97753b4
children 00918609ef4a
comparison
equal deleted inserted replaced
28433:8605ab7873d4 28434:08cd5ffb5799
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; All key translation maps are copied from iso-acc.el. 27 ;; All key translation maps are copied from iso-acc.el.
28 ;; Latin-1-prefix: extra special characters added, adapted from the vim 28 ;; latin-1-prefix: extra special characters added, adapted from the vim
29 ;; digraphs (from J.H.M.Dassen <jdassen@wi.leidenuniv.nl>) 29 ;; digraphs (from J.H.M.Dassen <jdassen@wi.leidenuniv.nl>)
30 ;; by R.F. Smith <rsmith@xs4all.nl> 30 ;; by R.F. Smith <rsmith@xs4all.nl>
31 ;;
32 ;; polish-slash:
33 ;; Author: W,B3(Bodek Bzyl <matwb@univ.gda.pl>
34 ;; Maintainer: W,B3(Bodek Bzyl <matwb@univ.gda.pl>
31 35
32 ;;; Code: 36 ;;; Code:
33 37
34 (require 'quail) 38 (require 'quail)
35 39
678 (".Z" ?,C/(B) 682 (".Z" ?,C/(B)
679 (".c" ?,Ce(B) 683 (".c" ?,Ce(B)
680 (".g" ?,Cu(B) 684 (".g" ?,Cu(B)
681 (".z" ?,C?(B) 685 (".z" ?,C?(B)
682 ) 686 )
687
688
689 (quail-define-package
690 "polish-slash" "Polish" "PL>" nil
691 "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'.
692 For example, the character named `aogonek' is obtained by `/a'."
693 nil t t t t nil nil nil nil nil t)
694
695 (quail-define-rules
696 ("/a" ?,B1(B)
697 ("/c" ?,Bf(B)
698 ("/e" ?,Bj(B)
699 ("/l" ?,B3(B)
700 ("/n" ?,Bq(B)
701 ("/o" ?,Bs(B)
702 ("/s" ?,B6(B)
703 ("/x" ?,B<(B)
704 ("/z" ?,B?(B)
705 ("/A" ?,B!(B)
706 ("/C" ?,BF(B)
707 ("/E" ?,BJ(B)
708 ("/L" ?,B#(B)
709 ("/N" ?,BQ(B)
710 ("/O" ?,BS(B)
711 ("/S" ?,B&(B)
712 ("/X" ?,B,(B)
713 ("/Z" ?,B/(B))