1 ;;; welsh.el --- Quail package for inputting Welsh characters -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 2001 Free Software Foundation, Inc.
5 ;; Author: Dave Love <fx@gnu.org>
8 ;; This file is part of GNU Emacs.
10 ;; This file is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; This file is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
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.
36 "welsh" "Welsh" "\e$,1!4\e(B" t
37 "Welsh postfix input method, using Unicode"
38 nil t nil nil nil nil nil nil nil nil t
)
103 ("y\"" ?
\e,A
\x7f\e(B)
118 ;; "hawlfraint" (copyright). Dyma arwyddlun hawlfraint.
119 ("(h)" ?
\e$
,1\x7fW
\e(B))
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
124 ;; [quail-define-package
125 ;; "welsh" "Welsh" "\e$,1!4\e(B" t
126 ;; "Welsh postfix input method, using Latin-8"
127 ;; nil t nil nil nil nil nil nil nil nil t)
129 ;; (quail-define-rules
130 ;; ("A\\" ?\e,A@\e(B)
134 ;; ("A\"" ?\e,AD\e(B)
135 ;; ("a\\" ?\e,A`\e(B)
139 ;; ("a\"" ?\e,Ad\e(B)
141 ;; ("E\\" ?\e,AH\e(B)
145 ;; ("E\"" ?\e,AK\e(B)
146 ;; ("e\\" ?\e,Ah\e(B)
150 ;; ("e\"" ?\e,Ak\e(B)
152 ;; ("I\\" ?\e,AL\e(B)
156 ;; ("I\"" ?\e,AO\e(B)
157 ;; ("i\\" ?\e,Al\e(B)
161 ;; ("i\"" ?\e,Ao\e(B)
163 ;; ("O\\" ?\e,AR\e(B)
167 ;; ("O\"" ?\e,AV\e(B)
168 ;; ("o\\" ?\e,Ar\e(B)
172 ;; ("o\"" ?\e,Av\e(B)
174 ;; ("U\\" ?\e,AY\e(B)
178 ;; ("U\"" ?\e,A\\e(B)
179 ;; ("u\\" ?\e,Ay\e(B)
183 ;; ("u\"" ?\e,A|\e(B)
185 ;; ("Y\\" ?\e,A,\e(B)
189 ;; ("Y\"" ?\e,A/\e(B)
190 ;; ("y\\" ?\e,A<\e(B)
192 ;; ("y\"" ?\e,A\x7f\e(B)
196 ;; ("W\\" ?\e,A(\e(B)
200 ;; ("W\"" ?\e,A=\e(B)
201 ;; ("w\\" ?\e,A8\e(B)
205 ;; ("w\"" ?\e,A>\e(B))
208 ;;; welsh.el ends here