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 ;; (quail-define-package
122 ;; "welsh" "Welsh" "\e$,1!4\e(B" t
123 ;; "Welsh postfix input method, using Latin-8"
124 ;; nil t nil nil nil nil nil nil nil nil t)
126 ;; (quail-define-rules
127 ;; ("A\\" ?\e,A@\e(B)
131 ;; ("A\"" ?\e,AD\e(B)
132 ;; ("a\\" ?\e,A`\e(B)
136 ;; ("a\"" ?\e,Ad\e(B)
138 ;; ("E\\" ?\e,AH\e(B)
142 ;; ("E\"" ?\e,AK\e(B)
143 ;; ("e\\" ?\e,Ah\e(B)
147 ;; ("e\"" ?\e,Ak\e(B)
149 ;; ("I\\" ?\e,AL\e(B)
153 ;; ("I\"" ?\e,AO\e(B)
154 ;; ("i\\" ?\e,Al\e(B)
158 ;; ("i\"" ?\e,Ao\e(B)
160 ;; ("O\\" ?\e,AR\e(B)
164 ;; ("O\"" ?\e,AV\e(B)
165 ;; ("o\\" ?\e,Ar\e(B)
169 ;; ("o\"" ?\e,Av\e(B)
171 ;; ("U\\" ?\e,AY\e(B)
175 ;; ("U\"" ?\e,A\\e(B)
176 ;; ("u\\" ?\e,Ay\e(B)
180 ;; ("u\"" ?\e,A|\e(B)
182 ;; ("Y\\" ?\e,A,\e(B)
186 ;; ("Y\"" ?\e,A/\e(B)
187 ;; ("y\\" ?\e,A<\e(B)
189 ;; ("y\"" ?\e,A\x7f\e(B)
193 ;; ("W\\" ?\e,A(\e(B)
197 ;; ("W\"" ?\e,A=\e(B)
198 ;; ("w\\" ?\e,A8\e(B)
202 ;; ("w\"" ?\e,A>\e(B))
205 ;;; welsh.el ends here