Mercurial > hg > xemacs-beta
comparison lisp/leim/quail/Punct-b5.el @ 197:acd284d43ca1 r20-3b25
Import from CVS: tag r20-3b25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:02 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
196:58e0786448ca | 197:acd284d43ca1 |
---|---|
1 ;; Quail package `chinese-punct-b5' generated by the command `titdic-convert' | |
2 ;; Date: Tue Sep 23 14:59:14 1997 | |
3 ;; Original TIT dictionary file: Punct-b5.tit | |
4 | |
5 ;;; Comment: | |
6 | |
7 ;; Do byte-compile this file again after any modification. | |
8 | |
9 ;;; Start of the header of original TIT dictionary. | |
10 | |
11 ;; # HANZI input table for cxterm | |
12 ;; # Generated from Punct-b5.cit by cit2tit | |
13 ;; # To be used by cxterm, convert me to .cit format first | |
14 ;; # .cit version 1 | |
15 ;; ENCODE: BIG5 | |
16 ;; MULTICHOICE: YES | |
17 ;; PROMPT: $(0&d'GTT&,!JO:X5>KHA!K(B | |
18 ;; # | |
19 ;; COMMENT Copyright 1991 by Yongguang Zhang. (ygz@cs.purdue.edu) | |
20 ;; COMMENT Permission to use/modify/copy for any purpose is hereby granted. | |
21 ;; COMMENT Absolutely no fee and no warranties. | |
22 ;; COMMENT | |
23 ;; COMMENT use <CTRL-f> to move to the right | |
24 ;; COMMENT use <CTRL-b> to move to the left | |
25 ;; COMMENT Modify by Wei-Chung Hwang, OCT 15, 1992. | |
26 ;; # define keys | |
27 ;; VALIDINPUTKEY: !"\043$%&'()*+,-./0123456789:;<=>?@[\134]^_`abcdefghijkl | |
28 ;; VALIDINPUTKEY: mnopqrstuvwxyz{|}~ | |
29 ;; SELECTKEY: 1\040 | |
30 ;; SELECTKEY: 2 | |
31 ;; SELECTKEY: 3 | |
32 ;; SELECTKEY: 4 | |
33 ;; SELECTKEY: 5 | |
34 ;; SELECTKEY: 6 | |
35 ;; SELECTKEY: 7 | |
36 ;; SELECTKEY: 8 | |
37 ;; SELECTKEY: 9 | |
38 ;; SELECTKEY: 0 | |
39 ;; BACKSPACE: \010\177 | |
40 ;; DELETEALL: \015\025 | |
41 ;; MOVERIGHT: \006 | |
42 ;; MOVELEFT: \002 | |
43 ;; REPEATKEY: \020\022 | |
44 ;; # the following line must not be removed | |
45 ;; BEGINDICTIONARY | |
46 | |
47 ;;; End of the header of original TIT dictionary. | |
48 | |
49 ;;; Code: | |
50 | |
51 (require 'quail) | |
52 | |
53 (quail-define-package "chinese-punct-b5" "Chinese-BIG5" "$(0O:(BB" | |
54 t | |
55 "$(0&d'GTT&,!JO:X5>KHA!K(B | |
56 Copyright 1991 by Yongguang Zhang. (ygz@cs.purdue.edu) | |
57 Permission to use/modify/copy for any purpose is hereby granted. | |
58 Absolutely no fee and no warranties. | |
59 | |
60 use <CTRL-f> to move to the right | |
61 use <CTRL-b> to move to the left | |
62 Modify by Wei-Chung Hwang, OCT 15, 1992. | |
63 " | |
64 '(("\C-?" . quail-delete-last-char) | |
65 ("\C-M" . quail-abort-translation) | |
66 ("\C-U" . quail-abort-translation) | |
67 ) nil nil nil nil) | |
68 | |
69 (quail-define-rules | |
70 ;; # | |
71 ("!" "$(0!*!5(B") | |
72 ("\"" "$(0!f!g!h!i!q(B") | |
73 ("\043" "$(0!l"-(B") | |
74 ("$" "$(0"d"l"f"g(B") | |
75 ("%" "$(0"h(B") | |
76 ("&" "$(0".!m(B") | |
77 ("'" "$(0!d!e!j!k(B") | |
78 ("(" "$(0!>!F!^!@!H!V!Z!Y!](B") | |
79 (")" "$(0!?!G!_!A!I!W![!X!\(B") | |
80 ("*" "$(0"/"2$T$O"E(B") | |
81 ("+" "$(0"0"?"4$V!U"F(B") | |
82 ("," "$(0!"!.!#!/(B") | |
83 ("-" "$(0"1"@"@!7"##9"D(B") | |
84 ("." "$(0!$!%!&!0!1!,!-"O"P"x"T(B") | |
85 ("/" "$(0"_"a"3"5"`"b(B") | |
86 ("0" "$(0#O%M%W%a#b#l(B") | |
87 ("1" "$(0#P%D%N%X#Y#c#m(B") | |
88 ("2" "$(0#Q%E%O%Y#Z#d#n(B") | |
89 ("3" "$(0#R%F%P%Z#[#e(B") | |
90 ("4" "$(0#S%G%Q%[#\#f(B") | |
91 ("5" "$(0#T%H%R%\#]#g(B") | |
92 ("6" "$(0#U%I%S%]#^#h(B") | |
93 ("7" "$(0#V%J%T%^#_#i(B") | |
94 ("8" "$(0#W%K%U%_#`#j(B") | |
95 ("9" "$(0#X%L%V%`#a#k(B") | |
96 (":" "$(0!(!+!3(B") | |
97 (";" "$(0!'!2(B") | |
98 ("<" "$(0!R"A!N!P!T"9(B") | |
99 ("=" "$(0"8"C";"=">(B") | |
100 (">" "$(0!S"B!O!Q!U":(B") | |
101 ("?" "$(0!)!4(B") | |
102 ("@" "$(0"i"T(B") | |
103 ("[" "$(0!b!J!L(B") | |
104 ("\134" "$(0"`"b"_"a(B") | |
105 ("]" "$(0!c!K!M(B") | |
106 ("^" "$(0!T(B") | |
107 ("_" "$(0!;!=(B") | |
108 ("`" "$(0!d!e!j!k(B") | |
109 ("graph" "$(0#$#%#&#'#(#)#*#+#,#-#.#/#0#1#2#3#4#5#6#7#8#9#:#;#<#=#>#?#@#A#B#C#D#E#F#G#H#I#J#K#L#M#N(B") | |
110 ("logo" "$(0!n!o!p!q!r!s!t!u!v!w!x!y!z!{!|!}!~"!"""#"$"%"&"'"(")"*"+",(B") | |
111 ("math" "$(0"0"1"2"3"4"5"6"7"8"9":";"<"=">"?"@"A"B"C"D"E"F"G"H"I"J"K"L"M"N"O"P(B") | |
112 ("symbol" "$(0"R"Q"S"T"U"V"W"X"Y"Z"["\"]"^"_"`"a"b(B") | |
113 ("unit" "$(0"c"d"e"f"g"h"h"i"p"q"r"s"t"u"v"w"x"y"z"{"|"}"~#!#"##(B") | |
114 ("{" "$(0!`!B!D(B") | |
115 ("|" "$(0!6"^!:#:"](B") | |
116 ("}" "$(0!a!C!E(B") | |
117 ("~" "$(0!="D"<(B") | |
118 ) |