aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:41:04 +0000
committerDave Love2002-07-30 11:41:04 +0000
commit7e7f83a41feff9ef32605f68df153a3a43ba8744 (patch)
tree36d03b4bab51ed033fa3bfcee03308b488ae8417
parent58365dd177242fde35d9b85d63f5daf2004436e3 (diff)
downloademacs-7e7f83a41feff9ef32605f68df153a3a43ba8744.tar.gz
emacs-7e7f83a41feff9ef32605f68df153a3a43ba8744.zip
("welsh"): Doc fix.
-rw-r--r--leim/quail/welsh.el91
1 files changed, 1 insertions, 90 deletions
diff --git a/leim/quail/welsh.el b/leim/quail/welsh.el
index e585d3cb800..bbd81843b34 100644
--- a/leim/quail/welsh.el
+++ b/leim/quail/welsh.el
@@ -25,8 +25,6 @@
25;;; Commentary: 25;;; Commentary:
26 26
27;; Welsh input following the Yudit map by david@sheetmusic.org.uk. 27;; Welsh input following the Yudit map by david@sheetmusic.org.uk.
28;; This is set up to produce utf-8. A Latin-8 version of most of it
29;; is commented-out at the end.
30 28
31;;; Code: 29;;; Code:
32 30
@@ -34,7 +32,7 @@
34 32
35(quail-define-package 33(quail-define-package
36 "welsh" "Welsh" "$,1!4(B" t 34 "welsh" "Welsh" "$,1!4(B" t
37 "Welsh postfix input method, using Unicode" 35 "Welsh postfix input method."
38 nil t nil nil nil nil nil nil nil nil t) 36 nil t nil nil nil nil nil nil nil nil t)
39 37
40(quail-define-rules 38(quail-define-rules
@@ -118,91 +116,4 @@
118 ;; "hawlfraint" (copyright). Dyma arwyddlun hawlfraint. 116 ;; "hawlfraint" (copyright). Dyma arwyddlun hawlfraint.
119 ("(h)" ?$,1W(B)) 117 ("(h)" ?$,1W(B))
120 118
121;; In the following line paren changed to bracket to avoid an error
122;; message from quail-update-leim-list-file, which doesn't know about
123;; Lisp comments.
124;; [quail-define-package
125;; "welsh" "Welsh" "$,1!4(B" t
126;; "Welsh postfix input method, using Latin-8"
127;; nil t nil nil nil nil nil nil nil nil t)
128
129;; (quail-define-rules
130;; ("A\\" ?,A@(B)
131;; ("A/" ?,AA(B)
132;; ("A^" ?,AB(B)
133;; ("A+" ?,AB(B)
134;; ("A\"" ?,AD(B)
135;; ("a\\" ?,A`(B)
136;; ("a/" ?,Aa(B)
137;; ("a^" ?,Ab(B)
138;; ("a+" ?,Ab(B)
139;; ("a\"" ?,Ad(B)
140
141;; ("E\\" ?,AH(B)
142;; ("E/" ?,AI(B)
143;; ("E^" ?,AJ(B)
144;; ("E+" ?,AJ(B)
145;; ("E\"" ?,AK(B)
146;; ("e\\" ?,Ah(B)
147;; ("e/" ?,Ai(B)
148;; ("e^" ?,Aj(B)
149;; ("e+" ?,Aj(B)
150;; ("e\"" ?,Ak(B)
151
152;; ("I\\" ?,AL(B)
153;; ("I/" ?,AM(B)
154;; ("I^" ?,AN(B)
155;; ("I+" ?,AN(B)
156;; ("I\"" ?,AO(B)
157;; ("i\\" ?,Al(B)
158;; ("i/" ?,Am(B)
159;; ("i^" ?,An(B)
160;; ("i+" ?,An(B)
161;; ("i\"" ?,Ao(B)
162
163;; ("O\\" ?,AR(B)
164;; ("O/" ?,AS(B)
165;; ("O^" ?,AT(B)
166;; ("O+" ?,AT(B)
167;; ("O\"" ?,AV(B)
168;; ("o\\" ?,Ar(B)
169;; ("o/" ?,As(B)
170;; ("o^" ?,At(B)
171;; ("o+" ?,At(B)
172;; ("o\"" ?,Av(B)
173
174;; ("U\\" ?,AY(B)
175;; ("U/" ?,AZ(B)
176;; ("U^" ?,A[(B)
177;; ("U+" ?,A[(B)
178;; ("U\"" ?,A\(B)
179;; ("u\\" ?,Ay(B)
180;; ("u/" ?,Az(B)
181;; ("u^" ?,A{(B)
182;; ("u+" ?,A{(B)
183;; ("u\"" ?,A|(B)
184
185;; ("Y\\" ?,A,(B)
186;; ("Y/" ?,A](B)
187;; ("Y^" ?,A^(B)
188;; ("Y+" ?,A^(B)
189;; ("Y\"" ?,A/(B)
190;; ("y\\" ?,A<(B)
191;; ("y/" ?,A}(B)
192;; ("y\"" ?,A(B)
193;; ("y^" ?,A~(B)
194;; ("y+" ?,A~(B)
195
196;; ("W\\" ?,A((B)
197;; ("W/" ?,A*(B)
198;; ("W^" ?,AP(B)
199;; ("W+" ?,AP(B)
200;; ("W\"" ?,A=(B)
201;; ("w\\" ?,A8(B)
202;; ("w/" ?,A:(B)
203;; ("w^" ?,Ap(B)
204;; ("w+" ?,Ap(B)
205;; ("w\"" ?,A>(B))
206
207
208;;; welsh.el ends here 119;;; welsh.el ends here