1 ;;; welsh.el --- Quail package for inputting Welsh characters -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
4 ;; Free Software Foundation, Inc.
6 ;; Author: Dave Love <fx@gnu.org>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26 ;; Welsh input following the Yudit map by david@sheetmusic.org.uk.
33 "welsh" "Welsh" "\e$,1!4\e(B" t
34 "Welsh postfix input method"
35 nil t nil nil nil nil nil nil nil nil t
)
100 ("y\"" ?
\e,A
\x7f\e(B)
115 ;; "hawlfraint" (copyright). Dyma arwyddlun hawlfraint.
116 ("(h)" ?
\e$
,1\x7fW
\e(B))
118 ;; (quail-define-package
119 ;; "welsh" "Welsh" "\e$,1!4\e(B" t
120 ;; "Welsh postfix input method, using Latin-8"
121 ;; nil t nil nil nil nil nil nil nil nil t)
123 ;; (quail-define-rules
124 ;; ("A\\" ?\e,A@\e(B)
128 ;; ("A\"" ?\e,AD\e(B)
129 ;; ("a\\" ?\e,A`\e(B)
133 ;; ("a\"" ?\e,Ad\e(B)
135 ;; ("E\\" ?\e,AH\e(B)
139 ;; ("E\"" ?\e,AK\e(B)
140 ;; ("e\\" ?\e,Ah\e(B)
144 ;; ("e\"" ?\e,Ak\e(B)
146 ;; ("I\\" ?\e,AL\e(B)
150 ;; ("I\"" ?\e,AO\e(B)
151 ;; ("i\\" ?\e,Al\e(B)
155 ;; ("i\"" ?\e,Ao\e(B)
157 ;; ("O\\" ?\e,AR\e(B)
161 ;; ("O\"" ?\e,AV\e(B)
162 ;; ("o\\" ?\e,Ar\e(B)
166 ;; ("o\"" ?\e,Av\e(B)
168 ;; ("U\\" ?\e,AY\e(B)
172 ;; ("U\"" ?\e,A\\e(B)
173 ;; ("u\\" ?\e,Ay\e(B)
177 ;; ("u\"" ?\e,A|\e(B)
179 ;; ("Y\\" ?\e,A,\e(B)
183 ;; ("Y\"" ?\e,A/\e(B)
184 ;; ("y\\" ?\e,A<\e(B)
186 ;; ("y\"" ?\e,A\x7f\e(B)
190 ;; ("W\\" ?\e,A(\e(B)
194 ;; ("W\"" ?\e,A=\e(B)
195 ;; ("w\\" ?\e,A8\e(B)
199 ;; ("w\"" ?\e,A>\e(B))
202 ;;; welsh.el ends here