Merge from emacs--devo--0
[bpt/emacs.git] / leim / quail / latin-alt.el
dissimilarity index 64%
index 5416080..b0da98d 100644 (file)
-;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: iso-2022-7bit;-*-
-
-;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-;;   Free Software Foundation, Inc.
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-;;   National Institute of Advanced Industrial Science and Technology (AIST)
-;;   Registration Number H14PRO021
-
-;; Keywords: multilingual, input method, latin
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
-
-;; GNU Emacs is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;; GNU General Public License for more details.
-
-;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
-
-;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp>
-
-;;; Commentary:
-
-;;; Code:
-
-(require 'quail)
-
-(quail-define-package
- "latin-1-alt-postfix" "Latin-1" "1<" t
- "Latin-1 character input method with postfix modifiers
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Aa\e(B
-  grave      |    `    | a` -> \e,A`\e(B
-  circumflex |    ^    | a^ -> \e,Ab\e(B
-  diaeresis  |    \"    | a\" -> \e,Ad\e(B
-  tilde      |    ~    | a~ -> \e,Ac\e(B
-  cedilla    |    /    | c/ -> \e,Ag\e(B
-  nordic     |    /    | d/ -> \e,Ap\e(B   t/ -> \e,A~\e(B   a/ -> \e,Ae\e(B   e/ -> \e,Af\e(B   o/ -> \e,Ax\e(B
-  others     |   /<>   | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B
-             | various | << -> \e,A+\e(B   >> -> \e,A;\e(B   o_ -> \e,A:\e(B   a_ -> \e,A*\e(B
-
-It would be natural to use comma for cedillas, but that would be
-inconvenient in practice because commas are needed very often after a
-letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A`" ?\e,A@\e(B)
- ("A'" ?\e,AA\e(B)
- ("A^" ?\e,AB\e(B)
- ("A~" ?\e,AC\e(B)
- ("A\"" ?\e,AD\e(B)
- ("A/" ?\e,AE\e(B)
- ("a`" ?\e,A`\e(B)
- ("a'" ?\e,Aa\e(B)
- ("a^" ?\e,Ab\e(B)
- ("a~" ?\e,Ac\e(B)
- ("a\"" ?\e,Ad\e(B)
- ("a/" ?\e,Ae\e(B)
- ("E`" ?\e,AH\e(B)
- ("E'" ?\e,AI\e(B)
- ("E^" ?\e,AJ\e(B)
- ("E\"" ?\e,AK\e(B)
- ("E/" ?\e,AF\e(B)
- ("e`" ?\e,Ah\e(B)
- ("e'" ?\e,Ai\e(B)
- ("e^" ?\e,Aj\e(B)
- ("e\"" ?\e,Ak\e(B)
- ("e/" ?\e,Af\e(B)
- ("I`" ?\e,AL\e(B)
- ("i`" ?\e,Al\e(B)
- ("I'" ?\e,AM\e(B)
- ("i'" ?\e,Am\e(B)
- ("I^" ?\e,AN\e(B)
- ("i^" ?\e,An\e(B)
- ("I\"" ?\e,AO\e(B)
- ("i\"" ?\e,Ao\e(B)
- ("O`" ?\e,AR\e(B)
- ("o`" ?\e,Ar\e(B)
- ("O'" ?\e,AS\e(B)
- ("o'" ?\e,As\e(B)
- ("O^" ?\e,AT\e(B)
- ("o^" ?\e,At\e(B)
- ("O~" ?\e,AU\e(B)
- ("o~" ?\e,Au\e(B)
- ("O\"" ?\e,AV\e(B)
- ("o\"" ?\e,Av\e(B)
- ("O/" ?\e,AX\e(B)
- ("o/" ?\e,Ax\e(B)
- ("U`" ?\e,AY\e(B)
- ("u`" ?\e,Ay\e(B)
- ("U'" ?\e,AZ\e(B)
- ("u'" ?\e,Az\e(B)
- ("U^" ?\e,A[\e(B)
- ("u^" ?\e,A{\e(B)
- ("U\"" ?\e,A\\e(B)
- ("u\"" ?\e,A|\e(B)
- ("Y'" ?\e,A]\e(B)
- ("y'" ?\e,A}\e(B)
- ("y\"" ?\e,A\7f\e(B)
- ("D/" ?\e,AP\e(B)
- ("d/" ?\e,Ap\e(B)
- ("T/" ?\e,A^\e(B)
- ("t/" ?\e,A~\e(B)
- ("s/" ?\e,A_\e(B)
- ("C/" ?\e,AG\e(B)
- ("c/" ?\e,Ag\e(B)
- ("N~" ?\e,AQ\e(B)
- ("n~" ?\e,Aq\e(B)
- ("?/" ?\e,A?\e(B)
- ("!/" ?\e,A!\e(B)
- ("<<" ?\e,A+\e(B)
- (">>" ?\e,A;\e(B)
- ("o_" ?\e,A:\e(B)
- ("a_" ?\e,A*\e(B)
-
- ("A``" ["A`"])
- ("A''" ["A'"])
- ("A^^" ["A^"])
- ("A~~" ["A~"])
- ("A\"\"" ["A\""])
- ("A//" ["A/"])
- ("a``" ["a`"])
- ("a''" ["a'"])
- ("a^^" ["a^"])
- ("a~~" ["a~"])
- ("a\"\"" ["a\""])
- ("a//" ["a/"])
- ("E``" ["E`"])
- ("E''" ["E'"])
- ("E^^" ["E^"])
- ("E\"\"" ["E\""])
- ("E//" ["E/"])
- ("e``" ["e`"])
- ("e''" ["e'"])
- ("e^^" ["e^"])
- ("e\"\"" ["e\""])
- ("e//" ["e/"])
- ("I``" ["I`"])
- ("i``" ["i`"])
- ("I''" ["I'"])
- ("i''" ["i'"])
- ("I^^" ["I^"])
- ("i^^" ["i^"])
- ("I\"\"" ["I\""])
- ("i\"\"" ["i\""])
- ("O``" ["O`"])
- ("o``" ["o`"])
- ("O''" ["O'"])
- ("o''" ["o'"])
- ("O^^" ["O^"])
- ("o^^" ["o^"])
- ("O~~" ["O~"])
- ("o~~" ["o~"])
- ("O\"\"" ["O\""])
- ("o\"\"" ["o\""])
- ("O//" ["O/"])
- ("o//" ["o/"])
- ("U``" ["U`"])
- ("u``" ["u`"])
- ("U''" ["U'"])
- ("u''" ["u'"])
- ("U^^" ["U^"])
- ("u^^" ["u^"])
- ("U\"\"" ["U\""])
- ("u\"\"" ["u\""])
- ("Y''" ["Y'"])
- ("y''" ["y'"])
- ("y\"\"" ["y\""])
- ("D//" ["D/"])
- ("d//" ["d/"])
- ("T//" ["T/"])
- ("t//" ["t/"])
- ("s//" ["s/"])
- ("C//" ["C/"])
- ("c//" ["c/"])
- ("N~~" ["N~"])
- ("n~~" ["n~"])
- ("?//" ["?/"])
- ("!//" ["!/"])
- ("<<<" ["<<"])
- (">>>" [">>"])
- ("o__" ["o_"])
- ("a__" ["a_"])
- )
-
-(quail-define-package
- "latin-2-alt-postfix" "Latin-2" "2<" t
- "Latin-2 character input method with postfix modifiers
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Ba\e(B
-  ogonek     |    `    | a` -> \e,B1\e(B
-  diaeresis  |    \"    | a\" -> \e,Bd\e(B
-  circumflex |    ^    | a^ -> \e,Bb\e(B
-  breve      |    ~    | a~ -> \e,Bc\e(B
-  cedilla    |    `    | c` -> \e,Bg\e(B
-  caron      |    ~    | c~ -> \e,Bh\e(B
-  dbl. acute |    :    | o: -> \e,Bu\e(B
-  ring       |    `    | u` -> \e,By\e(B
-  dot        |    `    | z` -> \e,B?\e(B
-  stroke     |    /    | d/ -> \e,Bp\e(B
-  others     |    /    | s/ -> \e,B_\e(B
-
-It would be natural to use period and comma for dots/rings and
-cedillas/ogoneks, but that would inconvenient in practice, because
-periods and commas are needed very often after a letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A'" ?\e,BA\e(B)
- ("A`" ?\e,B!\e(B)
- ("A\"" ?\e,BD\e(B)
- ("A^" ?\e,BB\e(B)
- ("A~" ?\e,BC\e(B)
- ("C'" ?\e,BF\e(B)
- ("C`" ?\e,BG\e(B)
- ("C~" ?\e,BH\e(B)
- ("D/" ?\e,BP\e(B)
- ("D~" ?\e,BO\e(B)
- ("E'" ?\e,BI\e(B)
- ("E`" ?\e,BJ\e(B)
- ("E\"" ?\e,BK\e(B)
- ("E~" ?\e,BL\e(B)
- ("I'" ?\e,BM\e(B)
- ("I^" ?\e,BN\e(B)
- ("L'" ?\e,BE\e(B)
- ("L/" ?\e,B#\e(B)
- ("L~" ?\e,B%\e(B)
- ("N'" ?\e,BQ\e(B)
- ("N~" ?\e,BR\e(B)
- ("O'" ?\e,BS\e(B)
- ("O:" ?\e,BU\e(B)
- ("O\"" ?\e,BV\e(B)
- ("O^" ?\e,BT\e(B)
- ("R'" ?\e,B@\e(B)
- ("R~" ?\e,BX\e(B)
- ("S'" ?\e,B&\e(B)
- ("S`" ?\e,B*\e(B)
- ("S~" ?\e,B)\e(B)
- ("T`" ?\e,B^\e(B)
- ("T~" ?\e,B+\e(B)
- ("U'" ?\e,BZ\e(B)
- ("U:" ?\e,B[\e(B)
- ("U\"" ?\e,B\\e(B)
- ("U`" ?\e,BY\e(B)
- ("Y'" ?\e,B]\e(B)
- ("Z'" ?\e,B,\e(B)
- ("Z`" ?\e,B/\e(B)
- ("Z~" ?\e,B.\e(B)
- ("a'" ?\e,Ba\e(B)
- ("a`" ?\e,B1\e(B)
- ("a\"" ?\e,Bd\e(B)
- ("a^" ?\e,Bb\e(B)
- ("a~" ?\e,Bc\e(B)
- ("c'" ?\e,Bf\e(B)
- ("c`" ?\e,Bg\e(B)
- ("c~" ?\e,Bh\e(B)
- ("d/" ?\e,Bp\e(B)
- ("d~" ?\e,Bo\e(B)
- ("e'" ?\e,Bi\e(B)
- ("e`" ?\e,Bj\e(B)
- ("e\"" ?\e,Bk\e(B)
- ("e~" ?\e,Bl\e(B)
- ("i'" ?\e,Bm\e(B)
- ("i^" ?\e,Bn\e(B)
- ("l'" ?\e,Be\e(B)
- ("l/" ?\e,B3\e(B)
- ("l~" ?\e,B5\e(B)
- ("n'" ?\e,Bq\e(B)
- ("n~" ?\e,Br\e(B)
- ("o'" ?\e,Bs\e(B)
- ("o:" ?\e,Bu\e(B)
- ("o\"" ?\e,Bv\e(B)
- ("o^" ?\e,Bt\e(B)
- ("r'" ?\e,B`\e(B)
- ("r~" ?\e,Bx\e(B)
- ("s'" ?\e,B6\e(B)
- ("s`" ?\e,B:\e(B)
- ("s/" ?\e,B_\e(B)
- ("s~" ?\e,B9\e(B)
- ("t`" ?\e,B~\e(B)
- ("t~" ?\e,B;\e(B)
- ("u'" ?\e,Bz\e(B)
- ("u:" ?\e,B{\e(B)
- ("u\"" ?\e,B|\e(B)
- ("u`" ?\e,By\e(B)
- ("y'" ?\e,B}\e(B)
- ("z'" ?\e,B<\e(B)
- ("z`" ?\e,B?\e(B)
- ("z~" ?\e,B>\e(B)
-
- ("A''" ["A'"])
- ("A``" ["A`"])
- ("A\"\"" ["A\""])
- ("A^^" ["A^"])
- ("A~~" ["A~"])
- ("C''" ["C'"])
- ("C``" ["C`"])
- ("C~~" ["C~"])
- ("D//" ["D/"])
- ("D~~" ["D~"])
- ("E''" ["E'"])
- ("E``" ["E`"])
- ("E\"\"" ["E\""])
- ("E~~" ["E~"])
- ("I''" ["I'"])
- ("I^^" ["I^"])
- ("L''" ["L'"])
- ("L//" ["L/"])
- ("L~~" ["L~"])
- ("N''" ["N'"])
- ("N~~" ["N~"])
- ("O''" ["O'"])
- ("O::" ["O:"])
- ("O\"\"" ["O\""])
- ("O^^" ["O^"])
- ("R''" ["R'"])
- ("R~~" ["R~"])
- ("S''" ["S'"])
- ("S``" ["S`"])
- ("S~~" ["S~"])
- ("T``" ["T`"])
- ("T~~" ["T~"])
- ("U''" ["U'"])
- ("U::" ["U:"])
- ("U\"\"" ["U\""])
- ("U``" ["U`"])
- ("Y''" ["Y'"])
- ("Z''" ["Z'"])
- ("Z``" ["Z`"])
- ("Z~~" ["Z~"])
- ("a''" ["a'"])
- ("a``" ["a`"])
- ("a\"\"" ["a\""])
- ("a^^" ["a^"])
- ("a~~" ["a~"])
- ("c''" ["c'"])
- ("c``" ["c`"])
- ("c~~" ["c~"])
- ("d//" ["d/"])
- ("d~~" ["d~"])
- ("e''" ["e'"])
- ("e``" ["e`"])
- ("e\"\"" ["e\""])
- ("e~~" ["e~"])
- ("i''" ["i'"])
- ("i^^" ["i^"])
- ("l''" ["l'"])
- ("l//" ["l/"])
- ("l~~" ["l~"])
- ("n''" ["n'"])
- ("n~~" ["n~"])
- ("o''" ["o'"])
- ("o::" ["o:"])
- ("o\"\"" ["o\""])
- ("o^^" ["o^"])
- ("r''" ["r'"])
- ("r~~" ["r~"])
- ("s''" ["s'"])
- ("s``" ["s`"])
- ("s//" ["s/"])
- ("s~~" ["s~"])
- ("t``" ["t`"])
- ("t~~" ["t~"])
- ("u''" ["u'"])
- ("u::" ["u:"])
- ("u\"\"" ["u\""])
- ("u``" ["u`"])
- ("y''" ["y'"])
- ("z''" ["z'"])
- ("z``" ["z`"])
- ("z~~" ["z~"])
- )
-
-(quail-define-package
- "latin-3-alt-postfix" "Latin-3" "3<" t
- "Latin-3 character input method with postfix modifiers
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Ca\e(B
-  grave      |    `    | a` -> \e,C`\e(B
-  circumflex |    ^    | a^ -> \e,Cb\e(B
-  diaeresis  |    \"    | a\" -> \e,Cd\e(B
-  dot        |    /    | c/ -> \e,Ce\e(B   i/ -> \e,C9\e(B   I/ -> \e,C)\e(B
-  cedilla    |    `    | c` -> \e,Cg\e(B
-  breve      |    ~    | g~ -> \e,C;\e(B
-  tilde      |    ~    | n~ -> \e,Cq\e(B
-  stroke     |    /    | h/ -> \e,C1\e(B
-  others     |    /    | s/ -> \e,C_\e(B
-
-It would be natural to use period and comma for dots and cedillas, but
-that would inconvenient in practice, because periods and commas are
-needed very often after a letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A`" ?\e,C@\e(B)
- ("A'" ?\e,CA\e(B)
- ("A^" ?\e,CB\e(B)
- ("A\"" ?\e,CD\e(B)
- ("C/" ?\e,CE\e(B)
- ("C^" ?\e,CF\e(B)
- ("C`" ?\e,CG\e(B)
- ("E`" ?\e,CH\e(B)
- ("E'" ?\e,CI\e(B)
- ("E^" ?\e,CJ\e(B)
- ("E\"" ?\e,CK\e(B)
- ("G~" ?\e,C+\e(B)
- ("G/" ?\e,CU\e(B)
- ("G^" ?\e,CX\e(B)
- ("H/" ?\e,C!\e(B)
- ("H^" ?\e,C&\e(B)
- ("I/" ?\e,C)\e(B)
- ("I`" ?\e,CL\e(B)
- ("I'" ?\e,CM\e(B)
- ("I^" ?\e,CN\e(B)
- ("I\"" ?\e,CO\e(B)
- ("J^" ?\e,C,\e(B)
- ("N~" ?\e,CQ\e(B)
- ("O`" ?\e,CR\e(B)
- ("O'" ?\e,CS\e(B)
- ("O^" ?\e,CT\e(B)
- ("O\"" ?\e,CV\e(B)
- ("S`" ?\e,C*\e(B)
- ("S^" ?\e,C^\e(B)
- ("U`" ?\e,CY\e(B)
- ("U'" ?\e,CZ\e(B)
- ("U^" ?\e,C[\e(B)
- ("U\"" ?\e,C\\e(B)
- ("U~" ?\e,C]\e(B)
- ("Z/" ?\e,C/\e(B)
- ("a`" ?\e,C`\e(B)
- ("a'" ?\e,Ca\e(B)
- ("a^" ?\e,Cb\e(B)
- ("a\"" ?\e,Cd\e(B)
- ("c/" ?\e,Ce\e(B)
- ("c^" ?\e,Cf\e(B)
- ("c`" ?\e,Cg\e(B)
- ("e`" ?\e,Ch\e(B)
- ("e'" ?\e,Ci\e(B)
- ("e^" ?\e,Cj\e(B)
- ("e\"" ?\e,Ck\e(B)
- ("g~" ?\e,C;\e(B)
- ("g/" ?\e,Cu\e(B)
- ("g^" ?\e,Cx\e(B)
- ("h/" ?\e,C1\e(B)
- ("h^" ?\e,C6\e(B)
- ("i/" ?\e,C9\e(B)
- ("i`" ?\e,Cl\e(B)
- ("i'" ?\e,Cm\e(B)
- ("i^" ?\e,Cn\e(B)
- ("i\"" ?\e,Co\e(B)
- ("j^" ?\e,C<\e(B)
- ("n~" ?\e,Cq\e(B)
- ("o`" ?\e,Cr\e(B)
- ("o'" ?\e,Cs\e(B)
- ("o^" ?\e,Ct\e(B)
- ("o\"" ?\e,Cv\e(B)
- ("s`" ?\e,C:\e(B)
- ("s/" ?\e,C_\e(B)
- ("s^" ?\e,C~\e(B)
- ("u`" ?\e,Cy\e(B)
- ("u'" ?\e,Cz\e(B)
- ("u^" ?\e,C{\e(B)
- ("u\"" ?\e,C|\e(B)
- ("u~" ?\e,C}\e(B)
- ("z/" ?\e,C?\e(B)
-
- ("A``" ["A`"])
- ("A''" ["A'"])
- ("A^^" ["A^"])
- ("A\"\"" ["A\""])
- ("C//" ["C/"])
- ("C^^" ["C^"])
- ("C``" ["C`"])
- ("E``" ["E`"])
- ("E''" ["E'"])
- ("E^^" ["E^"])
- ("E\"\"" ["E\""])
- ("G~~" ["G~"])
- ("G//" ["G/"])
- ("G^^" ["G^"])
- ("H//" ["H/"])
- ("H^^" ["H^"])
- ("I//" ["I/"])
- ("I``" ["I`"])
- ("I''" ["I'"])
- ("I^^" ["I^"])
- ("I\"\"" ["I\""])
- ("J^^" ["J^"])
- ("N~~" ["N~"])
- ("O``" ["O`"])
- ("O''" ["O'"])
- ("O^^" ["O^"])
- ("O\"\"" ["O\""])
- ("S``" ["S`"])
- ("S^^" ["S^"])
- ("U``" ["U`"])
- ("U''" ["U'"])
- ("U^^" ["U^"])
- ("U\"\"" ["U\""])
- ("U~~" ["U~"])
- ("Z//" ["Z/"])
- ("a``" ["a`"])
- ("a''" ["a'"])
- ("a^^" ["a^"])
- ("a\"\"" ["a\""])
- ("c//" ["c/"])
- ("c^^" ["c^"])
- ("c``" ["c`"])
- ("e``" ["e`"])
- ("e''" ["e'"])
- ("e^^" ["e^"])
- ("e\"\"" ["e\""])
- ("g~~" ["g~"])
- ("g//" ["g/"])
- ("g^^" ["g^"])
- ("h//" ["h/"])
- ("h^^" ["h^"])
- ("i//" ["i/"])
- ("i``" ["i`"])
- ("i''" ["i'"])
- ("i^^" ["i^"])
- ("i\"\"" ["i\""])
- ("j^^" ["j^"])
- ("n~~" ["n~"])
- ("o``" ["o`"])
- ("o''" ["o'"])
- ("o^^" ["o^"])
- ("o\"\"" ["o\""])
- ("s``" ["s`"])
- ("s//" ["s/"])
- ("s^^" ["s^"])
- ("u``" ["u`"])
- ("u''" ["u'"])
- ("u^^" ["u^"])
- ("u\"\"" ["u\""])
- ("u~~" ["u~"])
- ("z//" ["z/"])
- )
-
-(quail-define-package
- "latin-4-alt-postfix" "Latin-4" "4<" t
- "Latin-4 characters input method with postfix modifiers
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Da\e(B
-  circumflex |    ^    | a^ -> \e,Db\e(B
-  diaeresis  |    \"    | a\" -> \e,Dd\e(B
-  ogonek     |    `    | a` -> \e,D1\e(B
-  macron     |    -    | a- -> \e,D`\e(B
-  tilde      |    ~    | a~ -> \e,Dc\e(B
-  caron      |    ~    | c~ -> \e,Dh\e(B
-  dot        |    ~    | e~ -> \e,Dl\e(B
-  cedilla    |    `    | k` -> \e,Ds\e(B   g` -> \e,D;\e(B
-  stroke     |    /    | d/ -> \e,Dp\e(B
-  nordic     |    /    | a/ -> \e,De\e(B   e/ -> \e,Df\e(B   o/ -> \e,Dx\e(B
-  others     |    /    | s/ -> \e,D_\e(B   n/ -> \e,D?\e(B   k/ -> \e,D"\e(B
-
-It would be natural to use period and comma for dots and
-cedillas/ogoneks, but that would inconvenient in practice, because
-periods and commas are needed very often after a letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A`" ?\e,D!\e(B)
- ("A-" ?\e,D@\e(B)
- ("A'" ?\e,DA\e(B)
- ("A^" ?\e,DB\e(B)
- ("A~" ?\e,DC\e(B)
- ("A\"" ?\e,DD\e(B)
- ("A/" ?\e,DE\e(B)
- ("C~" ?\e,DH\e(B)
- ("D/" ?\e,DP\e(B)
- ("E/" ?\e,DF\e(B)
- ("E-" ?\e,D*\e(B)
- ("E'" ?\e,DI\e(B)
- ("E`" ?\e,DJ\e(B)
- ("E\"" ?\e,DK\e(B)
- ("E~" ?\e,DL\e(B)
- ("G`" ?\e,D+\e(B)
- ("I~" ?\e,D%\e(B)
- ("I`" ?\e,DG\e(B)
- ("I'" ?\e,DM\e(B)
- ("I^" ?\e,DN\e(B)
- ("I-" ?\e,DO\e(B)
- ("K`" ?\e,DS\e(B)
- ("L`" ?\e,D&\e(B)
- ("N/" ?\e,D=\e(B)
- ("N`" ?\e,DQ\e(B)
- ("O-" ?\e,DR\e(B)
- ("O^" ?\e,DT\e(B)
- ("O~" ?\e,DU\e(B)
- ("O\"" ?\e,DV\e(B)
- ("O/" ?\e,DX\e(B)
- ("R`" ?\e,D#\e(B)
- ("S~" ?\e,D)\e(B)
- ("T/" ?\e,D,\e(B)
- ("U`" ?\e,DY\e(B)
- ("U'" ?\e,DZ\e(B)
- ("U^" ?\e,D[\e(B)
- ("U\"" ?\e,D\\e(B)
- ("U~" ?\e,D]\e(B)
- ("U-" ?\e,D^\e(B)
- ("Z~" ?\e,D.\e(B)
- ("a`" ?\e,D1\e(B)
- ("a-" ?\e,D`\e(B)
- ("a'" ?\e,Da\e(B)
- ("a^" ?\e,Db\e(B)
- ("a~" ?\e,Dc\e(B)
- ("a\"" ?\e,Dd\e(B)
- ("a/" ?\e,De\e(B)
- ("c~" ?\e,Dh\e(B)
- ("d/" ?\e,Dp\e(B)
- ("e/" ?\e,Df\e(B)
- ("e-" ?\e,D:\e(B)
- ("e'" ?\e,Di\e(B)
- ("e`" ?\e,Dj\e(B)
- ("e\"" ?\e,Dk\e(B)
- ("e~" ?\e,Dl\e(B)
- ("g`" ?\e,D;\e(B)
- ("i~" ?\e,D5\e(B)
- ("i`" ?\e,Dg\e(B)
- ("i'" ?\e,Dm\e(B)
- ("i^" ?\e,Dn\e(B)
- ("i-" ?\e,Do\e(B)
- ("k/" ?\e,D"\e(B)
- ("k`" ?\e,Ds\e(B)
- ("l`" ?\e,D6\e(B)
- ("n/" ?\e,D?\e(B)
- ("n`" ?\e,Dq\e(B)
- ("o-" ?\e,Dr\e(B)
- ("o^" ?\e,Dt\e(B)
- ("o~" ?\e,Du\e(B)
- ("o\"" ?\e,Dv\e(B)
- ("o/" ?\e,Dx\e(B)
- ("r`" ?\e,D3\e(B)
- ("s/" ?\e,D_\e(B)
- ("s~" ?\e,D9\e(B)
- ("t/" ?\e,D<\e(B)
- ("u`" ?\e,Dy\e(B)
- ("u'" ?\e,Dz\e(B)
- ("u^" ?\e,D{\e(B)
- ("u\"" ?\e,D|\e(B)
- ("u~" ?\e,D}\e(B)
- ("u-" ?\e,D~\e(B)
- ("z~" ?\e,D>\e(B)
-
- ("A``" ["A`"])
- ("A--" ["A-"])
- ("A''" ["A'"])
- ("A^^" ["A^"])
- ("A~~" ["A~"])
- ("A\"\"" ["A\""])
- ("A//" ["A/"])
- ("C~~" ["C~"])
- ("D//" ["D/"])
- ("E//" ["E/"])
- ("E--" ["E-"])
- ("E''" ["E'"])
- ("E``" ["E`"])
- ("E\"\"" ["E\""])
- ("E~~" ["E~"])
- ("G``" ["G`"])
- ("I~~" ["I~"])
- ("I``" ["I`"])
- ("I''" ["I'"])
- ("I^^" ["I^"])
- ("I--" ["I-"])
- ("K``" ["K`"])
- ("L``" ["L`"])
- ("N//" ["N/"])
- ("N``" ["N`"])
- ("O--" ["O-"])
- ("O^^" ["O^"])
- ("O~~" ["O~"])
- ("O\"\"" ["O\""])
- ("O//" ["O/"])
- ("R``" ["R`"])
- ("S~~" ["S~"])
- ("T//" ["T/"])
- ("U``" ["U`"])
- ("U''" ["U'"])
- ("U^^" ["U^"])
- ("U\"\"" ["U\""])
- ("U~~" ["U~"])
- ("U--" ["U-"])
- ("Z~~" ["Z~"])
- ("a``" ["a`"])
- ("a--" ["a-"])
- ("a''" ["a'"])
- ("a^^" ["a^"])
- ("a~~" ["a~"])
- ("a\"\"" ["a\""])
- ("a//" ["a/"])
- ("c~~" ["c~"])
- ("d//" ["d/"])
- ("e//" ["e/"])
- ("e--" ["e-"])
- ("e''" ["e'"])
- ("e``" ["e`"])
- ("e\"\"" ["e\""])
- ("e~~" ["e~"])
- ("g``" ["g`"])
- ("i~~" ["i~"])
- ("i``" ["i`"])
- ("i''" ["i'"])
- ("i^^" ["i^"])
- ("i--" ["i-"])
- ("k//" ["k/"])
- ("k``" ["k`"])
- ("l``" ["l`"])
- ("n//" ["n/"])
- ("n``" ["n`"])
- ("o--" ["o-"])
- ("o^^" ["o^"])
- ("o~~" ["o~"])
- ("o\"\"" ["o\""])
- ("o//" ["o/"])
- ("r``" ["r`"])
- ("s//" ["s/"])
- ("s~~" ["s~"])
- ("t//" ["t/"])
- ("u``" ["u`"])
- ("u''" ["u'"])
- ("u^^" ["u^"])
- ("u\"\"" ["u\""])
- ("u~~" ["u~"])
- ("u--" ["u-"])
- ("z~~" ["z~"])
- )
-
-(quail-define-package
- "latin-5-alt-postfix" "Latin-5" "5<" t
- "Latin-5 characters input method with postfix modifiers
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Ma\e(B
-  grave      |    `    | a` -> \e,M`\e(B
-  circumflex |    ^    | a^ -> \e,Mb\e(B
-  diaeresis  |    \"    | a\" -> \e,Md\e(B
-  tilde      |    ~    | a~ -> \e,Mc\e(B
-  breve      |    ~    | g~ -> \e,Mp\e(B
-  cedilla    |    `    | c` -> \e,Mg\e(B
-  dot        |    /    | i/ -> \e,M}\e(B   I/ -> \e,M]\e(B
-  nordic     |    /    | a/ -> \e,Me\e(B   e/ -> \e,Mf\e(B   o/ -> \e,Mx\e(B
-  others     |    /    | s/ -> \e,M_\e(B
-
-It would be natural to use period and comma for dots and cedillas, but
-that would inconvenient in practice, because periods and commas are
-needed very often after a letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A'" ?\e,MA\e(B)
- ("A/" ?\e,ME\e(B)
- ("A\"" ?\e,MD\e(B)
- ("A^" ?\e,MB\e(B)
- ("A`" ?\e,M@\e(B)
- ("A~" ?\e,MC\e(B)
- ("C`" ?\e,MG\e(B)
- ("E'" ?\e,MI\e(B)
- ("E/" ?\e,MF\e(B)
- ("E\"" ?\e,MK\e(B)
- ("E^" ?\e,MJ\e(B)
- ("E`" ?\e,MH\e(B)
- ("G~" ?\e,MP\e(B)
- ("I'" ?\e,MM\e(B)
- ("I/" ?\e,M]\e(B)
- ("I\"" ?\e,MO\e(B)
- ("I^" ?\e,MN\e(B)
- ("I`" ?\e,ML\e(B)
- ("N~" ?\e,MQ\e(B)
- ("O'" ?\e,MS\e(B)
- ("O/" ?\e,MX\e(B)
- ("O\"" ?\e,MV\e(B)
- ("O^" ?\e,MT\e(B)
- ("O`" ?\e,MR\e(B)
- ("O~" ?\e,MU\e(B)
- ("S`" ?\e,M^\e(B)
- ("U'" ?\e,MZ\e(B)
- ("U\"" ?\e,M\\e(B)
- ("U^" ?\e,M[\e(B)
- ("U`" ?\e,MY\e(B)
- ("a'" ?\e,Ma\e(B)
- ("a/" ?\e,Me\e(B)
- ("a\"" ?\e,Md\e(B)
- ("a^" ?\e,Mb\e(B)
- ("a`" ?\e,M`\e(B)
- ("a~" ?\e,Mc\e(B)
- ("c`" ?\e,Mg\e(B)
- ("e'" ?\e,Mi\e(B)
- ("e/" ?\e,Mf\e(B)
- ("e\"" ?\e,Mk\e(B)
- ("e^" ?\e,Mj\e(B)
- ("e`" ?\e,Mh\e(B)
- ("g~" ?\e,Mp\e(B)
- ("i'" ?\e,Mm\e(B)
- ("i/" ?\e,M}\e(B)
- ("i\"" ?\e,Mo\e(B)
- ("i^" ?\e,Mn\e(B)
- ("i`" ?\e,Ml\e(B)
- ("n~" ?\e,Mq\e(B)
- ("o'" ?\e,Ms\e(B)
- ("o/" ?\e,Mx\e(B)
- ("o\"" ?\e,Mv\e(B)
- ("o^" ?\e,Mt\e(B)
- ("o`" ?\e,Mr\e(B)
- ("o~" ?\e,Mu\e(B)
- ("s`" ?\e,M~\e(B)
- ("s/" ?\e,M_\e(B)
- ("u'" ?\e,Mz\e(B)
- ("u\"" ?\e,M|\e(B)
- ("u^" ?\e,M{\e(B)
- ("u`" ?\e,My\e(B)
- ("y\"" ?\e,M\7f\e(B)
-
- ("A''" ["A'"])
- ("A//" ["A/"])
- ("A\"\"" ["A\""])
- ("A^^" ["A^"])
- ("A``" ["A`"])
- ("A~~" ["A~"])
- ("C``" ["C`"])
- ("E''" ["E'"])
- ("E//" ["E/"])
- ("E\"\"" ["E\""])
- ("E^^" ["E^"])
- ("E``" ["E`"])
- ("G~~" ["G~"])
- ("I''" ["I'"])
- ("I//" ["I/"])
- ("I\"\"" ["I\""])
- ("I^^" ["I^"])
- ("I``" ["I`"])
- ("N~~" ["N~"])
- ("O''" ["O'"])
- ("O//" ["O/"])
- ("O\"\"" ["O\""])
- ("O^^" ["O^"])
- ("O``" ["O`"])
- ("O~~" ["O~"])
- ("S``" ["S`"])
- ("U''" ["U'"])
- ("U\"\"" ["U\""])
- ("U^^" ["U^"])
- ("U``" ["U`"])
- ("a''" ["a'"])
- ("a//" ["a/"])
- ("a\"\"" ["a\""])
- ("a^^" ["a^"])
- ("a``" ["a`"])
- ("a~~" ["a~"])
- ("c``" ["c`"])
- ("e''" ["e'"])
- ("e//" ["e/"])
- ("e\"\"" ["e\""])
- ("e^^" ["e^"])
- ("e``" ["e`"])
- ("g~~" ["g~"])
- ("i''" ["i'"])
- ("i//" ["i/"])
- ("i\"\"" ["i\""])
- ("i^^" ["i^"])
- ("i``" ["i`"])
- ("n~~" ["n~"])
- ("o''" ["o'"])
- ("o//" ["o/"])
- ("o\"\"" ["o\""])
- ("o^^" ["o^"])
- ("o``" ["o`"])
- ("o~~" ["o~"])
- ("s``" ["s`"])
- ("s//" ["s/"])
- ("u''" ["u'"])
- ("u\"\"" ["u\""])
- ("u^^" ["u^"])
- ("u``" ["u`"])
- ("y\"\"" ["y\""])
- )
-
-(quail-define-package
- "danish-alt-postfix" "Latin-1" "DA<" t
- "Danish input method (rule: AE -> \e,AF\e(B, OE -> \e,AX\e(B, AA -> \e,AE\e(B, E' -> \e,AI\e(B)
-
-Doubling the postfix separates the letter and postfix: e.g. aee -> ae
-"
- nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AE" ?\e,AF\e(B)
- ("ae" ?\e,Af\e(B)
- ("OE" ?\e,AX\e(B)
- ("oe" ?\e,Ax\e(B)
- ("AA" ?\e,AE\e(B)
- ("aa" ?\e,Ae\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
-
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("AAA" ["AA"])
- ("aaa" ["aa"])
- ("E''" ["E'"])
- ("e''" ["e'"])
- )
-
-(quail-define-package
- "esperanto-alt-postfix" "Latin-3" "EO<" t
- "Esperanto input method with postfix modifiers
-
-A following ^ or x will produce an accented character,
-e.g. c^ -> \e,Cf\e(B   gx -> \e,Cx\e(B   u^ -> \e,C}\e(B.
-
-Doubling the postfix separates the letter and postfix,
-e.g. a'' -> a'.
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("Cx" ?\e,CF\e(B)
- ("C^" ?\e,CF\e(B)
- ("cx" ?\e,Cf\e(B)
- ("c^" ?\e,Cf\e(B)
- ("Gx" ?\e,CX\e(B)
- ("G^" ?\e,CX\e(B)
- ("gx" ?\e,Cx\e(B)
- ("g^" ?\e,Cx\e(B)
- ("Hx" ?\e,C&\e(B)
- ("H^" ?\e,C&\e(B)
- ("hx" ?\e,C6\e(B)
- ("h^" ?\e,C6\e(B)
- ("Jx" ?\e,C,\e(B)
- ("J^" ?\e,C,\e(B)
- ("jx" ?\e,C<\e(B)
- ("j^" ?\e,C<\e(B)
- ("Sx" ?\e,C^\e(B)
- ("S^" ?\e,C^\e(B)
- ("sx" ?\e,C~\e(B)
- ("s^" ?\e,C~\e(B)
- ("Ux" ?\e,C]\e(B)
- ("U^" ?\e,C]\e(B)
- ("ux" ?\e,C}\e(B)
- ("u^" ?\e,C}\e(B)
-
- ("Cxx" ["Cx"])
- ("C^^" ["C^"])
- ("cxx" ["cx"])
- ("c^^" ["c^"])
- ("Gxx" ["Gx"])
- ("G^^" ["G^"])
- ("gxx" ["gx"])
- ("g^^" ["g^"])
- ("Hxx" ["Hx"])
- ("H^^" ["H^"])
- ("hxx" ["hx"])
- ("h^^" ["h^"])
- ("Jxx" ["Jx"])
- ("J^^" ["J^"])
- ("jxx" ["jx"])
- ("j^^" ["j^"])
- ("Sxx" ["Sx"])
- ("S^^" ["S^"])
- ("sxx" ["sx"])
- ("s^^" ["s^"])
- ("Uxx" ["Ux"])
- ("U^^" ["U^"])
- ("uxx" ["ux"])
- ("u^^" ["u^"])
- )
-
-(quail-define-package
- "finnish-alt-postfix" "Latin-1" "FI<" t
- "Finnish (Suomi) input method
-
-AE  -> \e,AD\e(B
-AEE -> AE
-OE  -> \e,AV\e(B
-OEE -> OE
-"
- nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AE" ?\e,AD\e(B)
- ("ae" ?\e,Ad\e(B)
- ("OE" ?\e,AV\e(B)
- ("oe" ?\e,Av\e(B)
-
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- )
-
-(quail-define-package
- "french-alt-postfix" "French" "FR<" t
- "French (Fran\e,Ag\e(Bais) input method with postfix modifiers
-
-` pour grave, ' pour aigu, ^ pour circonflexe, et \" pour tr\e,Ai\e(Bma.
-Par exemple: a` -> \e,A`\e(B   e' -> \e,Ai\e(B.
-
-\e,AG\e(B, \e,A+\e(B, et \e,A;\e(B sont produits par C/, <<, et >>.
-
-En doublant la frappe des diacritiques, ils s'isoleront de la lettre.
-Par exemple: e'' -> e'
-
-<e dans l'o> n'est pas disponible."
- nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A`" ?\e,A@\e(B)
- ("A^" ?\e,AB\e(B)
- ("a`" ?\e,A`\e(B)
- ("a^" ?\e,Ab\e(B)
- ("E`" ?\e,AH\e(B)
- ("E'" ?\e,AI\e(B)
- ("E^" ?\e,AJ\e(B)
- ("E\"" ?\e,AK\e(B)
- ("e`" ?\e,Ah\e(B)
- ("e'" ?\e,Ai\e(B)
- ("e^" ?\e,Aj\e(B)
- ("e\"" ?\e,Ak\e(B)
- ("I^" ?\e,AN\e(B)
- ("I\"" ?\e,AO\e(B)
- ("i^" ?\e,An\e(B)
- ("i\"" ?\e,Ao\e(B)
- ("O^" ?\e,AT\e(B)
- ("o^" ?\e,At\e(B)
- ("U`" ?\e,AY\e(B)
- ("U^" ?\e,A[\e(B)
- ("U\"" ?\e,A\\e(B)
- ("u`" ?\e,Ay\e(B)
- ("u^" ?\e,A{\e(B)
- ("u\"" ?\e,A|\e(B)
- ("C/" ?\e,AG\e(B)
- ("c/" ?\e,Ag\e(B)
- ("<<" ?\e,A+\e(B)
- (">>" ?\e,A;\e(B)
-
- ("A``" ["A`"])
- ("A^^" ["A^"])
- ("a``" ["a`"])
- ("a^^" ["a^"])
- ("E``" ["E`"])
- ("E''" ["E'"])
- ("E^^" ["E^"])
- ("E\"\"" ["E\""])
- ("e``" ["e`"])
- ("e''" ["e'"])
- ("e^^" ["e^"])
- ("e\"\"" ["e\""])
- ("I^^" ["I^"])
- ("I\"\"" ["I\""])
- ("i^^" ["i^"])
- ("i\"\"" ["i\""])
- ("O^^" ["O^"])
- ("o^^" ["o^"])
- ("U``" ["U`"])
- ("U^^" ["U^"])
- ("U\"\"" ["U\""])
- ("u``" ["u`"])
- ("u^^" ["u^"])
- ("u\"\"" ["u\""])
- ("C//" ["C/"])
- ("c//" ["c/"])
- ("<<<" ["<<"])
- (">>>" [">>"])
- )
-
-(quail-define-package
- "german-alt-postfix" "German" "DE<" t
- "German (Deutsch) input method
-
-ae  -> \e,Ad\e(B
-aee -> ae
-oe  -> \e,Av\e(B
-oee -> oe
-ue  -> \e,A|\e(B
-uee -> ue
-sz  -> \e,A_\e(B
-szz -> sz
-"
- nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AE" ?\e,AD\e(B)
- ("ae" ?\e,Ad\e(B)
- ("OE" ?\e,AV\e(B)
- ("oe" ?\e,Av\e(B)
- ("UE" ?\e,A\\e(B)
- ("ue" ?\e,A|\e(B)
- ("sz" ?\e,A_\e(B)
-
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("UEE" ["UE"])
- ("uee" ["ue"])
- ("szz" ["sz"])
- )
-
-(quail-define-package
- "icelandic-alt-postfix" "Latin-1" "IS<" t
- "Icelandic (\e,AM\e(Bslenska) input method with postfix modifiers
-
-A' -> \e,AA\e(B
-E' -> \e,AI\e(B
-I' -> \e,AM\e(B
-O' -> \e,AS\e(B
-U' -> \e,AZ\e(B
-Y' -> \e,A]\e(B
-AE -> \e,AF\e(B
-OE -> \e,AV\e(B
-D/ -> \e,AP\e(B (eth)
-T/ -> \e,A^\e(B (thorn)
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A'" ?\e,AA\e(B)
- ("a'" ?\e,Aa\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
- ("I'" ?\e,AM\e(B)
- ("i'" ?\e,Am\e(B)
- ("O'" ?\e,AS\e(B)
- ("o'" ?\e,As\e(B)
- ("U'" ?\e,AZ\e(B)
- ("u'" ?\e,Az\e(B)
- ("Y'" ?\e,A]\e(B)
- ("y'" ?\e,A}\e(B)
- ("AE" ?\e,AF\e(B)
- ("ae" ?\e,Af\e(B)
- ("OE" ?\e,AV\e(B)
- ("oe" ?\e,Av\e(B)
- ("D/" ?\e,AP\e(B)
- ("d/" ?\e,Ap\e(B)
- ("T/" ?\e,A^\e(B)
- ("t/" ?\e,A~\e(B)
-
- ("A''" ["A'"])
- ("a''" ["a'"])
- ("E''" ["E'"])
- ("e''" ["e'"])
- ("I''" ["I'"])
- ("i''" ["i'"])
- ("O''" ["O'"])
- ("o''" ["o'"])
- ("U''" ["U'"])
- ("u''" ["u'"])
- ("Y''" ["Y'"])
- ("y''" ["y'"])
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("D//" ["D/"])
- ("d//" ["d/"])
- ("T//" ["T/"])
- ("t//" ["t/"])
- )
-
-(quail-define-package
- "italian-alt-postfix" "Latin-1" "IT<" t
- "Italian (Italiano) input method with postfix modifiers
-
-a' -> \e,Aa\e(B    A' -> \e,AA\e(B    a` -> \e,A`\e(B    A` -> \e,A@\e(B    i^ -> \e,An\e(B    << -> \e,A+\e(B
-e' -> \e,Ai\e(B    E' -> \e,AI\e(B    e` -> \e,Ah\e(B    E` -> \e,AH\e(B    I^ -> \e,AN\e(B    >> -> \e,A;\e(B
-i' -> \e,Am\e(B    I' -> \e,AM\e(B    i` -> \e,Al\e(B    I` -> \e,AL\e(B               o_ -> \e,A:\e(B
-o' -> \e,As\e(B    O' -> \e,AS\e(B    o` -> \e,Ar\e(B    O` -> \e,AR\e(B               a_ -> \e,A*\e(B
-u' -> \e,Az\e(B    U' -> \e,AZ\e(B    u` -> \e,Ay\e(B    U` -> \e,AY\e(B
-
-This method is for purists who like accents the old way.
-
-Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A`" ?\e,A@\e(B)
- ("A'" ?\e,AA\e(B)
- ("a`" ?\e,A`\e(B)
- ("a'" ?\e,Aa\e(B)
- ("E`" ?\e,AH\e(B)
- ("E'" ?\e,AI\e(B)
- ("e`" ?\e,Ah\e(B)
- ("e'" ?\e,Ai\e(B)
- ("I`" ?\e,AL\e(B)
- ("i`" ?\e,Al\e(B)
- ("I'" ?\e,AM\e(B)
- ("i'" ?\e,Am\e(B)
- ("I^" ?\e,AN\e(B)
- ("i^" ?\e,An\e(B)
- ("O`" ?\e,AR\e(B)
- ("o`" ?\e,Ar\e(B)
- ("O'" ?\e,AS\e(B)
- ("o'" ?\e,As\e(B)
- ("U`" ?\e,AY\e(B)
- ("u`" ?\e,Ay\e(B)
- ("U'" ?\e,AZ\e(B)
- ("u'" ?\e,Az\e(B)
- ("<<" ?\e,A+\e(B)
- (">>" ?\e,A;\e(B)
- ("o_" ?\e,A:\e(B)
- ("a_" ?\e,A*\e(B)
-
- ("A``" ["A`"])
- ("A''" ["A'"])
- ("a``" ["a`"])
- ("a''" ["a'"])
- ("E``" ["E`"])
- ("E''" ["E'"])
- ("e``" ["e`"])
- ("e''" ["e'"])
- ("I``" ["I`"])
- ("i``" ["i`"])
- ("I''" ["I'"])
- ("i''" ["i'"])
- ("I^^" ["I^"])
- ("i^^" ["i^"])
- ("O``" ["O`"])
- ("o``" ["o`"])
- ("O''" ["O'"])
- ("o''" ["o'"])
- ("U``" ["U`"])
- ("u``" ["u`"])
- ("U''" ["U'"])
- ("u''" ["u'"])
- ("<<<" ["<<"])
- (">>>" [">>"])
- ("o__" ["o_"])
- ("a__" ["a_"])
- )
-
-(quail-define-package
- "norwegian-alt-postfix" "Latin-1" "NO<" t
- "Norwegian (Norsk) input method (rule: AE->\e,AF\e(B, OE->\e,AX\e(B, AA->\e,AE\e(B, E'->\e,AI\e(B)
-
-Doubling the postfix separates the letter and postfix: e.g. aee -> ae
-"
- nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AE" ?\e,AF\e(B)
- ("ae" ?\e,Af\e(B)
- ("OE" ?\e,AX\e(B)
- ("oe" ?\e,Ax\e(B)
- ("AA" ?\e,AE\e(B)
- ("aa" ?\e,Ae\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
-
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("AAA" ["AA"])
- ("aaa" ["aa"])
- ("E''" ["E'"])
- ("e''" ["e'"])
- )
-
-(quail-define-package
- "scandinavian-alt-postfix" "Latin-1" "SC<" t
- "Scandinavian input method with postfix modifiers
-Supported languages are Swedish, Norwegian, Danish, and Finnish.
-
-ae -> \e,Af\e(B
-oe -> \e,Ax\e(B
-aa -> \e,Ae\e(B
-a\" -> \e,Ad\e(B
-o\" -> \e,Av\e(B
-e' -> \e,Ai\e(B
-
-Doubling the postfix separates the letter and postfix:
-aee -> ae   o\"\" -> o\"   etc.
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AE" ?\e,AF\e(B)
- ("ae" ?\e,Af\e(B)
- ("OE" ?\e,AX\e(B)
- ("oe" ?\e,Ax\e(B)
- ("AA" ?\e,AE\e(B)
- ("aa" ?\e,Ae\e(B)
- ("A\"" ?\e,AD\e(B)
- ("a\"" ?\e,Ad\e(B)
- ("O\"" ?\e,AV\e(B)
- ("o\"" ?\e,Av\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
-
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("AAA" ["AA"])
- ("aaa" ["aa"])
- ("A\"\"" ["A\""])
- ("a\"\"" ["a\""])
- ("O\"\"" ["O\""])
- ("o\"\"" ["o\""])
- ("E''" ["E'"])
- ("e''" ["e'"])
- )
-
-(quail-define-package
- "spanish-alt-postfix" "Spanish" "ES<" t
- "Spanish (Espa\e,Aq\e(Bol) input method with postfix modifiers
-
-A' -> \e,AA\e(B
-E' -> \e,AI\e(B
-I' -> \e,AM\e(B
-O' -> \e,AS\e(B
-U' -> \e,AZ\e(B
-N~ -> \e,AQ\e(B
-!/ -> \e,A!\e(B
-?/ -> \e,A?\e(B
-
-Doubling the postfix separates the letter and postfix:
-a'' -> a'   n~~ -> n~, etc.
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A'" ?\e,AA\e(B)
- ("a'" ?\e,Aa\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
- ("I'" ?\e,AM\e(B)
- ("i'" ?\e,Am\e(B)
- ("O'" ?\e,AS\e(B)
- ("o'" ?\e,As\e(B)
- ("U'" ?\e,AZ\e(B)
- ("u'" ?\e,Az\e(B)
- ("N~" ?\e,AQ\e(B)
- ("n~" ?\e,Aq\e(B)
- ("?/" ?\e,A?\e(B)
- ("!/" ?\e,A!\e(B)
-
- ("A''" ["A'"])
- ("a''" ["a'"])
- ("E''" ["E'"])
- ("e''" ["e'"])
- ("I''" ["I'"])
- ("i''" ["i'"])
- ("O''" ["O'"])
- ("o''" ["o'"])
- ("U''" ["U'"])
- ("u''" ["u'"])
- ("N~~" ["N~"])
- ("n~~" ["n~"])
- ("?//" ["?/"])
- ("!//" ["!/"])
- )
-
-(quail-define-package
- "swedish-alt-postfix" "Latin-1" "SV<" t
- "Swedish (Svenska) input method (rule: AA -> \e,AE\e(B, AE -> \e,AD\e(B, OE -> \e,AV\e(B, E' -> \e,AI\e(B)
-
-Doubling the postfix separates the letter and postfix: e.g. aee -> ae
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("AA" ?\e,AE\e(B)
- ("aa" ?\e,Ae\e(B)
- ("AE" ?\e,AD\e(B)
- ("ae" ?\e,Ad\e(B)
- ("OE" ?\e,AV\e(B)
- ("oe" ?\e,Av\e(B)
- ("E'" ?\e,AI\e(B)
- ("e'" ?\e,Ai\e(B)
-
- ("AAA" ["AA"])
- ("aaa" ["aa"])
- ("AEE" ["AE"])
- ("aee" ["ae"])
- ("OEE" ["OE"])
- ("oee" ["oe"])
- ("E''" ["E'"])
- ("e''" ["e'"])
- )
-
-(quail-define-package
- "turkish-latin-3-alt-postfix" "Turkish" "TR3<<" t
- "Turkish (T\e,A|\e(Brk\e,Ag\e(Be) input method with postfix modifiers.
-
-This is for those who use Latin-3 (ISO-8859-3) for Turkish.  If you
-use Latin-5 (ISO-8859-9), you should use \"turkish-alt-postfix\" instead.
-
-Note for I, \e,C9\e(B, \e,C)\e(B, i.
-
-A^ -> \e,CB\e(B
-C` -> \e,CG\e(B
-G^ -> \e,C+\e(B
-I  -> I
-i  -> \e,C9\e(B
-I/ -> \e,C)\e(B
-i/ -> i
-O\" -> \e,CV\e(B
-S` -> \e,C*\e(B
-U\" -> \e,C\\e(B
-U^ -> \e,C[\e(B
-
-Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A^" ?\e,CB\e(B)
- ("a^" ?\e,Cb\e(B)
- ("C`" ?\e,CG\e(B)
- ("c`" ?\e,Cg\e(B)
- ("G^" ?\e,C+\e(B)
- ("g^" ?\e,C;\e(B)
- ("I/" ?\e,C)\e(B)
- ("i" ?\e,C9\e(B)
- ("i/" ?i)
- ("O\"" ?\e,CV\e(B)
- ("o\"" ?\e,Cv\e(B)
- ("S`" ?\e,C*\e(B)
- ("s`" ?\e,C:\e(B)
- ("U\"" ?\e,C\\e(B)
- ("u\"" ?\e,C|\e(B)
- ("U^" ?\e,C[\e(B)
- ("u^" ?\e,C{\e(B)
-
- ("A^^" ["A^"])
- ("a^^" ["a^"])
- ("C``" ["C`"])
- ("c``" ["c`"])
- ("G^^" ["G^"])
- ("g^^" ["g^"])
- ("I//" ["I/"])
- ("i" ["i"])
- ("i//" ["i/"])
- ("O\"\"" ["O\""])
- ("o\"\"" ["o\""])
- ("S``" ["S`"])
- ("s``" ["s`"])
- ("U\"\"" ["U\""])
- ("u\"\"" ["u\""])
- ("U^^" ["U^"])
- ("u^^" ["u^"])
- )
-
-(quail-define-package
- "turkish-alt-postfix" "Turkish" "TR\e,A+\e(B" t
- "Turkish (T\e,A|\e(Brk\e,Ag\e(Be) input method with postfix modifiers.
-
-This is for those who use Latin-5 (ISO-8859-9) for Turkish.  If you
-use Latin-3 (ISO-8859-3), you should use
-\"turkish-latin-3-alt-postfix\" instead.
-
-Note for I, \e,M}\e(B, \e,M]\e(B, i.
-
-A^ -> \e,MB\e(B
-C` -> \e,MG\e(B
-G^ -> \e,MP\e(B
-I  -> I
-i  -> \e,M}\e(B
-I/ -> \e,M]\e(B
-i/ -> i
-O\" -> \e,MV\e(B
-S` -> \e,M^\e(B
-U\" -> \e,M\\e(B
-U^ -> \e,M[\e(B
-
-Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("A^" ?\e,MB\e(B)
- ("a^" ?\e,Mb\e(B)
- ("C`" ?\e,MG\e(B)
- ("c`" ?\e,Mg\e(B)
- ("G^" ?\e,MP\e(B)
- ("g^" ?\e,Mp\e(B)
- ("I/" ?\e,M]\e(B)
- ("i" ?\e,M}\e(B)
- ("i/" ?i)
- ("O\"" ?\e,MV\e(B)
- ("o\"" ?\e,Cv\e(B)
- ("S`" ?\e,M^\e(B)
- ("s`" ?\e,M~\e(B)
- ("U\"" ?\e,M\\e(B)
- ("u\"" ?\e,M|\e(B)
- ("U^" ?\e,M[\e(B)
- ("u^" ?\e,M{\e(B)
-
- ("A^^" ["A^"])
- ("a^^" ["a^"])
- ("C``" ["C`"])
- ("c``" ["c`"])
- ("G^^" ["G^"])
- ("g^^" ["g^"])
- ("I//" ["I/"])
- ("i" ["i"])
- ("i//" ["i/"])
- ("O\"\"" ["O\""])
- ("o\"\"" ["o\""])
- ("S``" ["S`"])
- ("s``" ["s`"])
- ("U\"\"" ["U\""])
- ("u\"\"" ["u\""])
- ("U^^" ["U^"])
- ("u^^" ["u^"])
- )
-
-;; Dutch Quail input method derived from the one in Yudit by Roman
-;; Czyborra.
-(quail-define-package
- "dutch" "Dutch" "NL" t
- "Dutch character mixfix input method.
-Uses the `mule-unicode-0100-24ff' charset to supplement Latin-1.
-
-             |         | examples
- ------------+---------+----------
-  others     |         | fl. -> \e$,1!R\e(B  eur. -> \e$,1tL\e(B  ij -> \e$,1 S\e(B  IJ -> \e$,1 R\e(B
- ------------+---------+----------
-             | postfix |
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Aa\e(B
-  grave      |    `    | a` -> \e,A`\e(B
-  circumflex |    ^    | a^ -> \e,Ab\e(B
-  Turkish    | various | i/ -> \e$,1 Q\e(B  s, -> \e$,1 \7f\e(B  g^ -> \e$,1 ?\e(B   I/ -> \e$,1 P\e(B
-             |         |  S, -> \e$,1 ~\e(B  G^ -> \e$,1 >\e(B
- ------------+---------+----------
-             | prefix  |
- ------------+---------+----------
-  diaeresis  |    \"    | \"a -> \e,Ad\e(B
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-(quail-define-rules
- ("fl." ?\e$,1!R\e(B) ;; LATIN SMALL LETTER F WITH HOOK (florin currency symbol)
- ("eur." ?\e$,1tL\e(B) ;; EURO SIGN
- ;; \e$,1r|\e(BThe 25th letter of the Dutch alphabet.\e$,1r}\e(B
- ("ij" ?\e$,1 S\e(B) ;; LATIN SMALL LIGATURE IJ
- ("IJ" ?\e$,1 R\e(B) ;; LATIN CAPITAL LIGATURE IJ
- ;; \e$,1r|\e(BTrema on the second letter of vowel pair.\e$,1r}\e(B  Yudit uses `:', not `"'.
- ("\"a" ?\e,Ad\e(B) ;; LATIN SMALL LETTER A WITH DIAERESIS
- ("\"e" ?\e,Ak\e(B) ;; LATIN SMALL LETTER E WITH DIAERESIS
- ("\"i" ?\e,Ao\e(B) ;; LATIN SMALL LETTER I WITH DIAERESIS
- ("\"o" ?\e,Av\e(B) ;; LATIN SMALL LETTER O WITH DIAERESIS
- ("\"u" ?\e,A|\e(B) ;; LATIN SMALL LETTER U WITH DIAERESIS
- ("\"A" ?\e,AD\e(B) ;; LATIN CAPITAL LETTER A WITH DIAERESIS
- ("\"E" ?\e,AK\e(B) ;; LATIN CAPITAL LETTER E WITH DIAERESIS
- ("\"I" ?\e,AO\e(B) ;; LATIN CAPITAL LETTER I WITH DIAERESIS
- ("\"O" ?\e,AV\e(B) ;; LATIN CAPITAL LETTER O WITH DIAERESIS
- ("\"U" ?\e,A\\e(B) ;; LATIN CAPITAL LETTER U WITH DIAERESIS
- ;; \e$,1r|\e(BAcute, marking emphasis on long vowels\e$,1r}\e(B:
- ("a'" ?\e,Aa\e(B) ;; LATIN SMALL LETTER A WITH ACUTE
- ("e'" ?\e,Ai\e(B) ;; LATIN SMALL LETTER E WITH ACUTE
- ("i'" ?\e,Am\e(B) ;; LATIN SMALL LETTER I WITH ACUTE
- ("o'" ?\e,As\e(B) ;; LATIN SMALL LETTER O WITH ACUTE
- ("u'" ?\e,Az\e(B) ;; LATIN SMALL LETTER U WITH ACUTE
- ("A'" ?\e,AA\e(B) ;; LATIN CAPITAL LETTER A WITH ACUTE
- ("E'" ?\e,AI\e(B) ;; LATIN CAPITAL LETTER E WITH ACUTE
- ("I'" ?\e,AM\e(B) ;; LATIN CAPITAL LETTER I WITH ACUTE
- ("O'" ?\e,AS\e(B) ;; LATIN CAPITAL LETTER O WITH ACUTE
- ("U'" ?\e,AZ\e(B) ;; LATIN CAPITAL LETTER U WITH ACUTE
- ;; \e$,1r|\e(BGrave, marking emphasis on short vowels\e$,1r}\e(B:
- ("a`" ?\e,A`\e(B) ;; LATIN SMALL LETTER A WITH GRAVE
- ("e`" ?\e,Ah\e(B) ;; LATIN SMALL LETTER E WITH GRAVE
- ("i`" ?\e,Al\e(B) ;; LATIN SMALL LETTER I WITH GRAVE
- ("o`" ?\e,Ar\e(B) ;; LATIN SMALL LETTER O WITH GRAVE
- ("u`" ?\e,Ay\e(B) ;; LATIN SMALL LETTER U WITH GRAVE
- ("A`" ?\e,A@\e(B) ;; LATIN CAPITAL LETTER A WITH GRAVE
- ("E`" ?\e,AH\e(B) ;; LATIN CAPITAL LETTER E WITH GRAVE
- ("I`" ?\e,AL\e(B) ;; LATIN CAPITAL LETTER I WITH GRAVE
- ("O`" ?\e,AR\e(B) ;; LATIN CAPITAL LETTER O WITH GRAVE
- ("U`" ?\e,AY\e(B) ;; LATIN CAPITAL LETTER U WITH GRAVE
- ;; \e$,1r|\e(BCater for the use of many French words and use of the circumflex
- ;; in Frisian.\e$,1r}\e(B  Yudit used `;' for cedilla.
- ("c," ?\e,Ag\e(B) ;; LATIN SMALL LETTER C WITH CEDILLA
- ("C," ?\e,AG\e(B) ;; LATIN CAPITAL LETTER C WITH CEDILLA
- ("a^" ?\e,Ab\e(B) ;; LATIN SMALL LETTER A WITH CIRCUMFLEX
- ("e^" ?\e,Aj\e(B) ;; LATIN SMALL LETTER E WITH CIRCUMFLEX
- ("i^" ?\e,An\e(B) ;; LATIN SMALL LETTER I WITH CIRCUMFLEX
- ("o^" ?\e,At\e(B) ;; LATIN SMALL LETTER O WITH CIRCUMFLEX
- ("u^" ?\e,A{\e(B) ;; LATIN SMALL LETTER U WITH CIRCUMFLEX
- ("A^" ?\e,AB\e(B) ;; LATIN CAPITAL LETTER A WITH CIRCUMFLEX
- ("E^" ?\e,AJ\e(B) ;; LATIN CAPITAL LETTER E WITH CIRCUMFLEX
- ("I^" ?\e,AN\e(B) ;; LATIN CAPITAL LETTER I WITH CIRCUMFLEX
- ("O^" ?\e,AT\e(B) ;; LATIN CAPITAL LETTER O WITH CIRCUMFLEX
- ("U^" ?\e,A[\e(B) ;; LATIN CAPITAL LETTER U WITH CIRCUMFLEX
- ;; \e$,1r|\e(BFollow the example of the Dutch POSIX locale, using ISO-8859-9 to
- ;; cater to the many Turks in Dutch society.\e$,1r}\e(B  Perhaps German methods
- ;; should do so too.  Follow turkish-alt-postfix here.
- ("i/" ?\e$,1 Q\e(B) ;; LATIN SMALL LETTER I WITH NO DOT
- ("s," ?\e$,1 \7f\e(B) ;; LATIN SMALL LETTER S WITH CEDILLA
- ("g^" ?\e$,1 ?\e(B) ;; LATIN SMALL LETTER G WITH BREVE
- ("I/" ?\e$,1 P\e(B) ;; LATIN CAPITAL LETTER I WITH DOT ABOVE
- ("S," ?\e$,1 ~\e(B) ;; LATIN CAPITAL LETTER S WITH CEDILLA
- ("G^" ?\e$,1 >\e(B) ;; LATIN CAPITAL LETTER G WITH BREVE
- )
-
-;; Originally from Yudit, discussed with Albertas Agejevas
-;; <alga@uosis.mif.vu.lt>
-(quail-define-package
- "lithuanian-numeric" "Lithuanian" "LtN" t
- "Lithuanian numeric input method.
-" nil t t t t nil nil nil nil nil t)
-
-(quail-define-rules
- ("1" ?\e$,1 %\e(B)
- ("2" ?\e$,1 -\e(B)
- ("3" ?\e$,1 9\e(B)
- ("4" ?\e$,1 7\e(B)
- ("5" ?\e$,1 O\e(B)
- ("6" ?\e$,1!!\e(B)
- ("7" ?\e$,1!3\e(B)
- ("8" ?\e$,1!+\e(B)
- ("9" ?\e$,1r~\e(B)
- ("0" ?\e$,1r|\e(B)
- ("=" ?\e$,1!>\e(B)
- ("!" ?\e$,1 $\e(B)
- ("@" ?\e$,1 ,\e(B)
- ("#" ?\e$,1 8\e(B)
- ("$" ?\e$,1 6\e(B)
- ("%" ?\e$,1 N\e(B)
- ("^" ?\e$,1! \e(B)
- ("&" ?\e$,1!2\e(B)
- ("*" ?\e$,1!*\e(B)
- ("+" ?\e$,1!=\e(B))
-
-;; From XFree 4.1 /usr/X11R6/lib/X11/xkb/symbols/lt, suggested by
-;; Albertas Agejevas <alga@uosis.mif.vu.lt>
-(quail-define-package
- "lithuanian-keyboard" "Lithuanian" "Lt" t
- "Lithuanian standard keyboard input method.
-" nil t t t t nil nil nil nil nil t)
-
-(quail-define-rules
- ("1" ?\e$,1 %\e(B)
- ("!" ?\e$,1 $\e(B)
- ("2" ?\e$,1 -\e(B)
- ("@" ?\e$,1 ,\e(B)
- ("#" ?\e$,1 8\e(B)
- ("4" ?\e$,1 7\e(B)
- ("$" ?\e$,1 6\e(B)
- ("5" ?\e$,1 O\e(B)
- ("%" ?\e$,1 N\e(B)
- ("6" ?\e$,1!!\e(B)
- ("^" ?\e$,1! \e(B)
- ("7" ?\e$,1!3\e(B)
- ("&" ?\e$,1!2\e(B)
- ("9" ?\e$,1r~\e(B)
- ("0" ?\e$,1r|\e(B)
- ("=" ?\e$,1!>\e(B)
- ("+" ?\e$,1!=\e(B))
-
-;; From XFree 4.1 /usr/X11R6/lib/X11/xkb/symbols/lv
-(quail-define-package
- "latvian-keyboard" "Latvian" "Lv" t
- "Latvian standard keyboard input method.
-" nil t t t t nil nil nil nil nil t)
-
-(quail-define-rules
- ("4" ?\e$,1tL\e(B)
- ("$" ?\e,A"\e(B)
- ("e" ?\e$,1 3\e(B)
- ("E" ?\e$,1 2\e(B)
- ("r" ?\e$,1 w\e(B)
- ("R" ?\e$,1 v\e(B)
- ("u" ?\e$,1!+\e(B)
- ("U" ?\e$,1!*\e(B)
- ("i" ?\e$,1 K\e(B)
- ("I" ?\e$,1 J\e(B)
- ("o" ?\e$,1 m\e(B)
- ("O" ?\e$,1 l\e(B)
- ("a" ?\e$,1 !\e(B)
- ("A" ?\e$,1  \e(B)
- ("s" ?\e$,1!!\e(B)
- ("S" ?\e$,1! \e(B)
- ("g" ?\e$,1 C\e(B)
- ("G" ?\e$,1 B\e(B)
- ("k" ?\e$,1 W\e(B)
- ("K" ?\e$,1 V\e(B)
- ("l" ?\e$,1 \\e(B)
- ("L" ?\e$,1 [\e(B)
- ("\'" ?\e$,1r|\e(B)
- ("\"" ?\e$,1r~\e(B)
- ("z" ?\e$,1!>\e(B)
- ("Z" ?\e$,1!=\e(B)
- ("c" ?\e$,1 -\e(B)
- ("C" ?\e$,1 ,\e(B)
- ("n" ?\e$,1 f\e(B)
- ("N" ?\e$,1 e\e(B))
-
-(quail-define-package
- "latin-alt-postfix" "Latin" "L<" t
- "Latin character input method with postfix modifiers.
-This is the union of various input methods originally made for input
-of characters from a single Latin-N charset.
-
-             | postfix | examples
- ------------+---------+----------
-  acute      |    '    | a' -> \e,Aa\e(B
-  grave      |    `    | a` -> \e,A`\e(B
-  circumflex |    ^    | a^ -> \e,Ab\e(B
-  diaeresis  |    \"    | a\" -> \e,Ad\e(B
-  tilde      |    ~    | a~ -> \e,Ac\e(B
-  cedilla    |    /`   | c/ -> \e,Ag\e(B   c` -> \e,Ag\e(B
-  ogonek     |    `    | a` -> \e$,1 %\e(B
-  breve      |    ~    | a~ -> \e$,1 #\e(B
-  caron      |    ~    | c~ -> \e$,1 -\e(B
-  dbl. acute |    :    | o: -> \e$,1 q\e(B
-  ring       |    `    | u` -> \e$,1!/\e(B
-  dot        |    `    | z` -> \e$,1!<\e(B
-  stroke     |    /    | d/ -> \e$,1 1\e(B
-  nordic     |    /    | d/ -> \e,Ap\e(B   t/ -> \e,A~\e(B   a/ -> \e,Ae\e(B   e/ -> \e,Af\e(B   o/ -> \e,Ax\e(B
-  others     |   /<>   | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B
-             | various | << -> \e,A+\e(B   >> -> \e,A;\e(B   o_ -> \e,A:\e(B   a_ -> \e,A*\e(B
-
-It would be natural to use comma for cedillas, but that would be
-inconvenient in practice because commas are needed very often after a
-letter.
-
-Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
-" nil t nil nil nil nil nil nil nil nil t)
-
-;; Fixme: \e,A&\e(B \e,A'\e(B \e,A(\e(B \e,A)\e(B \e,A,\e(B \e,A-\e(B \e,A.\e(B \e,A/\e(B \e,A0\e(B \e,A1\e(B \e,A2\e(B \e,A3\e(B \e,A4\e(B \e,A5\e(B \e,A6\e(B \e,A7\e(B \e,A8\e(B \e,A9\e(B \e,A<\e(B \e,A=\e(B \e,A>\e(B \e,AW\e(B \e,Aw\e(B
-(quail-define-rules
- (" _" ?\e,A \e(B)
- ("!/" ?\e,A!\e(B)
- ("//" ?\e,A0\e(B)
- ("<<" ?\e,A+\e(B)
- (">>" ?\e,A;\e(B)
- ("?/" ?\e,A?\e(B)
- ("$/" ?\e,A#\e(B)
- ("$/" ?\e,A$\e(B)
- ("A'" ?\e,AA\e(B)
- ("A-" ?\e$,1  \e(B)
- ("A/" ?\e,AE\e(B)
- ("A\"" ?\e,AD\e(B)
- ("A^" ?\e,AB\e(B)
- ("A`" ?\e,A@\e(B)
- ("A`" ?\e$,1 $\e(B)
- ("A~" ?\e,AC\e(B)
- ("A~" ?\e$,1 "\e(B)
- ("C'" ?\e$,1 &\e(B)
- ("C/" ?\e,AG\e(B)
- ("C/" ?\e$,1 *\e(B)
- ("C^" ?\e$,1 (\e(B)
- ("C`" ?\e,AG\e(B)
- ("C~" ?\e$,1 ,\e(B)
- ("D/" ?\e,AP\e(B)
- ("D/" ?\e$,1 0\e(B)
- ("D~" ?\e$,1 .\e(B)
- ("E'" ?\e,AI\e(B)
- ("E-" ?\e$,1 2\e(B)
- ("E/" ?\e,AF\e(B)
- ("E\"" ?\e,AK\e(B)
- ("E^" ?\e,AJ\e(B)
- ("E`" ?\e,AH\e(B)
- ("E`" ?\e$,1 8\e(B)
- ("E~" ?\e$,1 6\e(B)
- ("E~" ?\e$,1 :\e(B)
- ("G/" ?\e$,1 @\e(B)
- ("G^" ?\e$,1 <\e(B)
- ("G`" ?\e$,1 B\e(B)
- ("G~" ?\e$,1 >\e(B)
- ("H/" ?\e$,1 F\e(B)
- ("H^" ?\e$,1 D\e(B)
- ("I'" ?\e,AM\e(B)
- ("I-" ?\e$,1 J\e(B)
- ("I/" ?\e$,1 P\e(B)
- ("I\"" ?\e,AO\e(B)
- ("I^" ?\e,AN\e(B)
- ("I`" ?\e,AL\e(B)
- ("I`" ?\e$,1 N\e(B)
- ("I~" ?\e$,1 H\e(B)
- ("J^" ?\e$,1 T\e(B)
- ("K`" ?\e$,1 V\e(B)
- ("L'" ?\e$,1 Y\e(B)
- ("L/" ?\e$,1 a\e(B)
- ("L`" ?\e$,1 [\e(B)
- ("L~" ?\e$,1 ]\e(B)
- ("N'" ?\e$,1 c\e(B)
- ("N/" ?\e$,1 j\e(B)
- ("N`" ?\e$,1 e\e(B)
- ("N~" ?\e,AQ\e(B)
- ("N~" ?\e$,1 g\e(B)
- ("O'" ?\e,AS\e(B)
- ("O-" ?\e$,1 l\e(B)
- ("O/" ?\e,AX\e(B)
- ("O:" ?\e$,1 p\e(B)
- ("O\"" ?\e,AV\e(B)
- ("O^" ?\e,AT\e(B)
- ("O`" ?\e,AR\e(B)
- ("O~" ?\e,AU\e(B)
- ("R'" ?\e$,1 t\e(B)
- ("R`" ?\e$,1 v\e(B)
- ("R~" ?\e$,1 x\e(B)
- ("S'" ?\e$,1 z\e(B)
- ("S^" ?\e$,1 |\e(B)
- ("S`" ?\e$,1 ~\e(B)
- ("S~" ?\e$,1! \e(B)
- ("T/" ?\e,A^\e(B)
- ("T/" ?\e$,1!&\e(B)
- ("T`" ?\e$,1!"\e(B)
- ("T~" ?\e$,1!$\e(B)
- ("U'" ?\e,AZ\e(B)
- ("U-" ?\e$,1!*\e(B)
- ("U:" ?\e$,1!0\e(B)
- ("U\"" ?\e,A\\e(B)
- ("U^" ?\e,A[\e(B)
- ("U`" ?\e,AY\e(B)
- ("U`" ?\e$,1!.\e(B)
- ("U`" ?\e$,1!2\e(B)
- ("U~" ?\e$,1!(\e(B)
- ("U~" ?\e$,1!,\e(B)
- ("Y'" ?\e,A]\e(B)
- ("Y\"" ?\e$,1!8\e(B)
- ("Y=" ?\e,A%\e(B)
- ("Z'" ?\e$,1!9\e(B)
- ("Z/" ?\e$,1!;\e(B)
- ("Z`" ?\e$,1!;\e(B)
- ("Z~" ?\e$,1!=\e(B)
- ("a'" ?\e,Aa\e(B)
- ("a-" ?\e$,1 !\e(B)
- ("a/" ?\e,Ae\e(B)
- ("a\"" ?\e,Ad\e(B)
- ("a^" ?\e,Ab\e(B)
- ("a_" ?\e,A*\e(B)
- ("a`" ?\e,A`\e(B)
- ("a`" ?\e$,1 %\e(B)
- ("a~" ?\e,Ac\e(B)
- ("a~" ?\e$,1 #\e(B)
- ("c'" ?\e$,1 '\e(B)
- ("c/" ?\e,Ag\e(B)
- ("c/" ?\e$,1 +\e(B)
- ("c/" ?\e,A"\e(B)
- ("c^" ?\e$,1 )\e(B)
- ("c`" ?\e,Ag\e(B)
- ("c~" ?\e$,1 -\e(B)
- ("d/" ?\e,Ap\e(B)
- ("d/" ?\e$,1 1\e(B)
- ("d~" ?\e$,1 /\e(B)
- ("e'" ?\e,Ai\e(B)
- ("e-" ?\e$,1 3\e(B)
- ("e/" ?\e,Af\e(B)
- ("e\"" ?\e,Ak\e(B)
- ("e^" ?\e,Aj\e(B)
- ("e`" ?\e,Ah\e(B)
- ("e`" ?\e$,1 9\e(B)
- ("e~" ?\e$,1 7\e(B)
- ("e~" ?\e$,1 ;\e(B)
- ("e=" ?\e$,1tL\e(B)
- ("g/" ?\e$,1 A\e(B)
- ("g^" ?\e$,1 =\e(B)
- ("g`" ?\e$,1 C\e(B)
- ("g~" ?\e$,1 ?\e(B)
- ("h/" ?\e$,1 G\e(B)
- ("h^" ?\e$,1 E\e(B)
- ("i'" ?\e,Am\e(B)
- ("i-" ?\e$,1 K\e(B)
- ("i/" ?\e$,1 Q\e(B)
- ("i\"" ?\e,Ao\e(B)
- ("i^" ?\e,An\e(B)
- ("i`" ?\e,Al\e(B)
- ("i`" ?\e$,1 O\e(B)
- ("i~" ?\e$,1 I\e(B)
- ("j^" ?\e$,1 U\e(B)
- ("k/" ?\e$,1 X\e(B)
- ("k`" ?\e$,1 W\e(B)
- ("l'" ?\e$,1 Z\e(B)
- ("l/" ?\e$,1 b\e(B)
- ("l`" ?\e$,1 \\e(B)
- ("l~" ?\e$,1 ^\e(B)
- ("n'" ?\e$,1 d\e(B)
- ("n/" ?\e$,1 k\e(B)
- ("n`" ?\e$,1 f\e(B)
- ("n~" ?\e,Aq\e(B)
- ("n~" ?\e$,1 h\e(B)
- ("o'" ?\e,As\e(B)
- ("o-" ?\e$,1 m\e(B)
- ("o/" ?\e,Ax\e(B)
- ("o:" ?\e$,1 q\e(B)
- ("o\"" ?\e,Av\e(B)
- ("o^" ?\e,At\e(B)
- ("o_" ?\e,A:\e(B)
- ("o`" ?\e,Ar\e(B)
- ("o~" ?\e,Au\e(B)
- ("r'" ?\e$,1 u\e(B)
- ("r`" ?\e$,1 w\e(B)
- ("r~" ?\e$,1 y\e(B)
- ("s'" ?\e$,1 {\e(B)
- ("s/" ?\e,A_\e(B)
- ("s^" ?\e$,1 }\e(B)
- ("s`" ?\e$,1 \7f\e(B)
- ("s~" ?\e$,1!!\e(B)
- ("t/" ?\e,A~\e(B)
- ("t/" ?\e$,1!'\e(B)
- ("t`" ?\e$,1!#\e(B)
- ("t~" ?\e$,1!%\e(B)
- ("u'" ?\e,Az\e(B)
- ("u-" ?\e$,1!+\e(B)
- ("u:" ?\e$,1!1\e(B)
- ("u\"" ?\e,A|\e(B)
- ("u^" ?\e,A{\e(B)
- ("u`" ?\e,Ay\e(B)
- ("u`" ?\e$,1!/\e(B)
- ("u`" ?\e$,1!3\e(B)
- ("u~" ?\e$,1!)\e(B)
- ("u~" ?\e$,1!-\e(B)
- ("y'" ?\e,A}\e(B)
- ("y\"" ?\e,A\7f\e(B)
- ("z'" ?\e$,1!:\e(B)
- ("z/" ?\e$,1!<\e(B)
- ("z`" ?\e$,1!<\e(B)
- ("z~" ?\e$,1!>\e(B)
-
- (" __" [" _"])
- ("!//" ["!/"])
- ("<<<" ["<<"])
- (">>>" [">>"])
- ("?//" ["?/"])
- ("///" ["//"])
- ("$//" ["$/"])
- ("A''" ["A'"])
- ("A--" ["A-"])
- ("A//" ["A/"])
- ("A\"\"" ["A\""])
- ("A^^" ["A^"])
- ("A``" ["A`"])
- ("A~~" ["A~"])
- ("C''" ["C'"])
- ("C//" ["C/"])
- ("C^^" ["C^"])
- ("C``" ["C`"])
- ("C~~" ["C~"])
- ("D//" ["D/"])
- ("D~~" ["D~"])
- ("E''" ["E'"])
- ("E--" ["E-"])
- ("E//" ["E/"])
- ("E\"\"" ["E\""])
- ("E^^" ["E^"])
- ("E``" ["E`"])
- ("E~~" ["E~"])
- ("G//" ["G/"])
- ("G^^" ["G^"])
- ("G``" ["G`"])
- ("G~~" ["G~"])
- ("H//" ["H/"])
- ("H^^" ["H^"])
- ("I''" ["I'"])
- ("I--" ["I-"])
- ("I//" ["I/"])
- ("I\"\"" ["I\""])
- ("I^^" ["I^"])
- ("I``" ["I`"])
- ("I~~" ["I~"])
- ("J^^" ["J^"])
- ("K``" ["K`"])
- ("L''" ["L'"])
- ("L//" ["L/"])
- ("L``" ["L`"])
- ("L~~" ["L~"])
- ("N''" ["N'"])
- ("N//" ["N/"])
- ("N``" ["N`"])
- ("N~~" ["N~"])
- ("O''" ["O'"])
- ("O--" ["O-"])
- ("O//" ["O/"])
- ("O::" ["O:"])
- ("O\"\"" ["O\""])
- ("O^^" ["O^"])
- ("O``" ["O`"])
- ("O~~" ["O~"])
- ("R''" ["R'"])
- ("R``" ["R`"])
- ("R~~" ["R~"])
- ("S''" ["S'"])
- ("S^^" ["S^"])
- ("S``" ["S`"])
- ("S~~" ["S~"])
- ("T//" ["T/"])
- ("T``" ["T`"])
- ("T~~" ["T~"])
- ("U''" ["U'"])
- ("U--" ["U-"])
- ("U::" ["U:"])
- ("U\"\"" ["U\""])
- ("U^^" ["U^"])
- ("U``" ["U`"])
- ("U~~" ["U~"])
- ("Y''" ["Y'"])
- ("Z''" ["Z'"])
- ("Z//" ["Z/"])
- ("Z``" ["Z`"])
- ("Z~~" ["Z~"])
- ("a''" ["a'"])
- ("a--" ["a-"])
- ("a//" ["a/"])
- ("a\"\"" ["a\""])
- ("a^^" ["a^"])
- ("a__" ["a_"])
- ("a``" ["a`"])
- ("a~~" ["a~"])
- ("c''" ["c'"])
- ("c//" ["c/"])
- ("c^^" ["c^"])
- ("c``" ["c`"])
- ("c~~" ["c~"])
- ("d//" ["d/"])
- ("d~~" ["d~"])
- ("e''" ["e'"])
- ("e--" ["e-"])
- ("e//" ["e/"])
- ("e\"\"" ["e\""])
- ("e^^" ["e^"])
- ("e``" ["e`"])
- ("e~~" ["e~"])
- ("e==" ["e="])
- ("g//" ["g/"])
- ("g^^" ["g^"])
- ("g``" ["g`"])
- ("g~~" ["g~"])
- ("h//" ["h/"])
- ("h^^" ["h^"])
- ("i''" ["i'"])
- ("i--" ["i-"])
- ("i//" ["i/"])
- ("i\"\"" ["i\""])
- ("i^^" ["i^"])
- ("i``" ["i`"])
- ("i~~" ["i~"])
- ("j^^" ["j^"])
- ("k//" ["k/"])
- ("k``" ["k`"])
- ("l''" ["l'"])
- ("l//" ["l/"])
- ("l``" ["l`"])
- ("l~~" ["l~"])
- ("n''" ["n'"])
- ("n//" ["n/"])
- ("n``" ["n`"])
- ("n~~" ["n~"])
- ("o''" ["o'"])
- ("o--" ["o-"])
- ("o//" ["o/"])
- ("o::" ["o:"])
- ("o\"\"" ["o\""])
- ("o^^" ["o^"])
- ("o__" ["o_"])
- ("o``" ["o`"])
- ("o~~" ["o~"])
- ("r''" ["r'"])
- ("r``" ["r`"])
- ("r~~" ["r~"])
- ("s''" ["s'"])
- ("s//" ["s/"])
- ("s^^" ["s^"])
- ("s``" ["s`"])
- ("s~~" ["s~"])
- ("t//" ["t/"])
- ("t``" ["t`"])
- ("t~~" ["t~"])
- ("u''" ["u'"])
- ("u--" ["u-"])
- ("u::" ["u:"])
- ("u\"\"" ["u\""])
- ("u^^" ["u^"])
- ("u``" ["u`"])
- ("u~~" ["u~"])
- ("y''" ["y'"])
- ("y\"\"" ["y\""])
- ("z''" ["z'"])
- ("z//" ["z/"])
- ("z``" ["z`"])
- ("z~~" ["z~"])
- )
-
-;;; arch-tag: 722466a6-363d-431c-9161-879e16e2da5d
-;;; latin-alt.el ends here
+;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: utf-8;-*-
+
+;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H14PRO021
+
+;; Keywords: multilingual, input method, latin
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
+
+;; Author (of latin-post.el): TAKAHASHI Naoto <ntakahas@etl.go.jp>
+
+;;; Commentary:
+
+;; These input methods differ from those in latin-post.el
+;; in that comma is not special (use / instead),
+;; and // is not special either (so you can enter a slash
+;; by typing //).
+
+;; At least, that's what I could see by comparing the first few
+;; of these with latin-post.el.
+
+;;; Code:
+
+(require 'quail)
+
+(quail-define-package
+ "latin-1-alt-postfix" "Latin-1" "1<" t
+ "Latin-1 character input method with postfix modifiers
+This input method differs from `latin-1-postfix' in that
+comma is not special (use slash instead), and `//' is not
+special (so you can use that to enter a slash).
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  grave      |    `    | a` -> à
+  circumflex |    ^    | a^ -> â
+  diaeresis  |    \"    | a\" -> ä
+  tilde      |    ~    | a~ -> ã
+  cedilla    |    /    | c/ -> ç
+  nordic     |    /    | d/ -> ð   t/ -> þ   a/ -> å   e/ -> æ   o/ -> ø
+  others     |   /<>   | s/ -> ß   ?/ -> ¿   !/ -> ¡
+             | various | << -> «   >> -> »   o_ -> º   a_ -> ª
+
+It seems natural to use comma for cedillas, but that is
+inconvenient in practice because commas are needed very
+often after a letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A`" ?À)
+ ("A'" ?Á)
+ ("A^" ?Â)
+ ("A~" ?Ã)
+ ("A\"" ?Ä)
+ ("A/" ?Å)
+ ("a`" ?à)
+ ("a'" ?á)
+ ("a^" ?â)
+ ("a~" ?ã)
+ ("a\"" ?ä)
+ ("a/" ?å)
+ ("E`" ?È)
+ ("E'" ?É)
+ ("E^" ?Ê)
+ ("E\"" ?Ë)
+ ("E/" ?Æ)
+ ("e`" ?è)
+ ("e'" ?é)
+ ("e^" ?ê)
+ ("e\"" ?ë)
+ ("e/" ?æ)
+ ("I`" ?Ì)
+ ("i`" ?ì)
+ ("I'" ?Í)
+ ("i'" ?í)
+ ("I^" ?Î)
+ ("i^" ?î)
+ ("I\"" ?Ï)
+ ("i\"" ?ï)
+ ("O`" ?Ò)
+ ("o`" ?ò)
+ ("O'" ?Ó)
+ ("o'" ?ó)
+ ("O^" ?Ô)
+ ("o^" ?ô)
+ ("O~" ?Õ)
+ ("o~" ?õ)
+ ("O\"" ?Ö)
+ ("o\"" ?ö)
+ ("O/" ?Ø)
+ ("o/" ?ø)
+ ("U`" ?Ù)
+ ("u`" ?ù)
+ ("U'" ?Ú)
+ ("u'" ?ú)
+ ("U^" ?Û)
+ ("u^" ?û)
+ ("U\"" ?Ü)
+ ("u\"" ?ü)
+ ("Y'" ?Ý)
+ ("y'" ?ý)
+ ("y\"" ?ÿ)
+ ("D/" ?Ð)
+ ("d/" ?ð)
+ ("T/" ?Þ)
+ ("t/" ?þ)
+ ("s/" ?ß)
+ ("C/" ?Ç)
+ ("c/" ?ç)
+ ("N~" ?Ñ)
+ ("n~" ?ñ)
+ ("?/" ?¿)
+ ("!/" ?¡)
+ ("<<" ?«)
+ (">>" ?»)
+ ("o_" ?º)
+ ("a_" ?ª)
+
+ ("A``" ["A`"])
+ ("A''" ["A'"])
+ ("A^^" ["A^"])
+ ("A~~" ["A~"])
+ ("A\"\"" ["A\""])
+ ("A//" ["A/"])
+ ("a``" ["a`"])
+ ("a''" ["a'"])
+ ("a^^" ["a^"])
+ ("a~~" ["a~"])
+ ("a\"\"" ["a\""])
+ ("a//" ["a/"])
+ ("E``" ["E`"])
+ ("E''" ["E'"])
+ ("E^^" ["E^"])
+ ("E\"\"" ["E\""])
+ ("E//" ["E/"])
+ ("e``" ["e`"])
+ ("e''" ["e'"])
+ ("e^^" ["e^"])
+ ("e\"\"" ["e\""])
+ ("e//" ["e/"])
+ ("I``" ["I`"])
+ ("i``" ["i`"])
+ ("I''" ["I'"])
+ ("i''" ["i'"])
+ ("I^^" ["I^"])
+ ("i^^" ["i^"])
+ ("I\"\"" ["I\""])
+ ("i\"\"" ["i\""])
+ ("O``" ["O`"])
+ ("o``" ["o`"])
+ ("O''" ["O'"])
+ ("o''" ["o'"])
+ ("O^^" ["O^"])
+ ("o^^" ["o^"])
+ ("O~~" ["O~"])
+ ("o~~" ["o~"])
+ ("O\"\"" ["O\""])
+ ("o\"\"" ["o\""])
+ ("O//" ["O/"])
+ ("o//" ["o/"])
+ ("U``" ["U`"])
+ ("u``" ["u`"])
+ ("U''" ["U'"])
+ ("u''" ["u'"])
+ ("U^^" ["U^"])
+ ("u^^" ["u^"])
+ ("U\"\"" ["U\""])
+ ("u\"\"" ["u\""])
+ ("Y''" ["Y'"])
+ ("y''" ["y'"])
+ ("y\"\"" ["y\""])
+ ("D//" ["D/"])
+ ("d//" ["d/"])
+ ("T//" ["T/"])
+ ("t//" ["t/"])
+ ("s//" ["s/"])
+ ("C//" ["C/"])
+ ("c//" ["c/"])
+ ("N~~" ["N~"])
+ ("n~~" ["n~"])
+ ("?//" ["?/"])
+ ("!//" ["!/"])
+ ("<<<" ["<<"])
+ (">>>" [">>"])
+ ("o__" ["o_"])
+ ("a__" ["a_"])
+ )
+
+(quail-define-package
+ "latin-2-alt-postfix" "Latin-2" "2<" t
+ "Latin-2 character input method with postfix modifiers
+This input method differs from `latin-2-postfix' in that
+comma and period are not special (use ` instead).
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  ogonek     |    `    | a` -> ą
+  diaeresis  |    \"    | a\" -> ä
+  circumflex |    ^    | a^ -> â
+  breve      |    ~    | a~ -> ă
+  cedilla    |    `    | c` -> ç
+  caron      |    ~    | c~ -> č
+  dbl. acute |    :    | o: -> ő
+  ring       |    `    | u` -> ů
+  dot        |    `    | z` -> ż
+  stroke     |    /    | d/ -> đ
+  others     |    /    | s/ -> ß
+
+It seems natural to use period and comma for dots/rings and
+cedillas/ogoneks, but that is inconvenient in practice, because
+periods and commas are needed very often after a letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A'" ?Á)
+ ("A`" ?Ą)
+ ("A\"" ?Ä)
+ ("A^" ?Â)
+ ("A~" ?Ă)
+ ("C'" ?Ć)
+ ("C`" ?Ç)
+ ("C~" ?Č)
+ ("D/" ?Đ)
+ ("D~" ?Ď)
+ ("E'" ?É)
+ ("E`" ?Ę)
+ ("E\"" ?Ë)
+ ("E~" ?Ě)
+ ("I'" ?Í)
+ ("I^" ?Î)
+ ("L'" ?Ĺ)
+ ("L/" ?Ł)
+ ("L~" ?Ľ)
+ ("N'" ?Ń)
+ ("N~" ?Ň)
+ ("O'" ?Ó)
+ ("O:" ?Ő)
+ ("O\"" ?Ö)
+ ("O^" ?Ô)
+ ("R'" ?Ŕ)
+ ("R~" ?Ř)
+ ("S'" ?Ś)
+ ("S`" ?Ş)
+ ("S~" ?Š)
+ ("T`" ?Ţ)
+ ("T~" ?Ť)
+ ("U'" ?Ú)
+ ("U:" ?Ű)
+ ("U\"" ?Ü)
+ ("U`" ?Ů)
+ ("Y'" ?Ý)
+ ("Z'" ?Ź)
+ ("Z`" ?Ż)
+ ("Z~" ?Ž)
+ ("a'" ?á)
+ ("a`" ?ą)
+ ("a\"" ?ä)
+ ("a^" ?â)
+ ("a~" ?ă)
+ ("c'" ?ć)
+ ("c`" ?ç)
+ ("c~" ?č)
+ ("d/" ?đ)
+ ("d~" ?ď)
+ ("e'" ?é)
+ ("e`" ?ę)
+ ("e\"" ?ë)
+ ("e~" ?ě)
+ ("i'" ?í)
+ ("i^" ?î)
+ ("l'" ?ĺ)
+ ("l/" ?ł)
+ ("l~" ?ľ)
+ ("n'" ?ń)
+ ("n~" ?ň)
+ ("o'" ?ó)
+ ("o:" ?ő)
+ ("o\"" ?ö)
+ ("o^" ?ô)
+ ("r'" ?ŕ)
+ ("r~" ?ř)
+ ("s'" ?ś)
+ ("s`" ?ş)
+ ("s/" ?ß)
+ ("s~" ?š)
+ ("t`" ?ţ)
+ ("t~" ?ť)
+ ("u'" ?ú)
+ ("u:" ?ű)
+ ("u\"" ?ü)
+ ("u`" ?ů)
+ ("y'" ?ý)
+ ("z'" ?ź)
+ ("z`" ?ż)
+ ("z~" ?ž)
+
+ ("A''" ["A'"])
+ ("A``" ["A`"])
+ ("A\"\"" ["A\""])
+ ("A^^" ["A^"])
+ ("A~~" ["A~"])
+ ("C''" ["C'"])
+ ("C``" ["C`"])
+ ("C~~" ["C~"])
+ ("D//" ["D/"])
+ ("D~~" ["D~"])
+ ("E''" ["E'"])
+ ("E``" ["E`"])
+ ("E\"\"" ["E\""])
+ ("E~~" ["E~"])
+ ("I''" ["I'"])
+ ("I^^" ["I^"])
+ ("L''" ["L'"])
+ ("L//" ["L/"])
+ ("L~~" ["L~"])
+ ("N''" ["N'"])
+ ("N~~" ["N~"])
+ ("O''" ["O'"])
+ ("O::" ["O:"])
+ ("O\"\"" ["O\""])
+ ("O^^" ["O^"])
+ ("R''" ["R'"])
+ ("R~~" ["R~"])
+ ("S''" ["S'"])
+ ("S``" ["S`"])
+ ("S~~" ["S~"])
+ ("T``" ["T`"])
+ ("T~~" ["T~"])
+ ("U''" ["U'"])
+ ("U::" ["U:"])
+ ("U\"\"" ["U\""])
+ ("U``" ["U`"])
+ ("Y''" ["Y'"])
+ ("Z''" ["Z'"])
+ ("Z``" ["Z`"])
+ ("Z~~" ["Z~"])
+ ("a''" ["a'"])
+ ("a``" ["a`"])
+ ("a\"\"" ["a\""])
+ ("a^^" ["a^"])
+ ("a~~" ["a~"])
+ ("c''" ["c'"])
+ ("c``" ["c`"])
+ ("c~~" ["c~"])
+ ("d//" ["d/"])
+ ("d~~" ["d~"])
+ ("e''" ["e'"])
+ ("e``" ["e`"])
+ ("e\"\"" ["e\""])
+ ("e~~" ["e~"])
+ ("i''" ["i'"])
+ ("i^^" ["i^"])
+ ("l''" ["l'"])
+ ("l//" ["l/"])
+ ("l~~" ["l~"])
+ ("n''" ["n'"])
+ ("n~~" ["n~"])
+ ("o''" ["o'"])
+ ("o::" ["o:"])
+ ("o\"\"" ["o\""])
+ ("o^^" ["o^"])
+ ("r''" ["r'"])
+ ("r~~" ["r~"])
+ ("s''" ["s'"])
+ ("s``" ["s`"])
+ ("s//" ["s/"])
+ ("s~~" ["s~"])
+ ("t``" ["t`"])
+ ("t~~" ["t~"])
+ ("u''" ["u'"])
+ ("u::" ["u:"])
+ ("u\"\"" ["u\""])
+ ("u``" ["u`"])
+ ("y''" ["y'"])
+ ("z''" ["z'"])
+ ("z``" ["z`"])
+ ("z~~" ["z~"])
+ )
+
+(quail-define-package
+ "latin-3-alt-postfix" "Latin-3" "3<" t
+ "Latin-3 character input method with postfix modifiers
+This input method differs from `latin-3-postfix' in that
+comma is not special (use ` instead), and period is not
+special (use slash instead).
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  grave      |    `    | a` -> à
+  circumflex |    ^    | a^ -> â
+  diaeresis  |    \"    | a\" -> ä
+  dot        |    /    | c/ -> ċ   i/ -> ı   I/ -> İ
+  cedilla    |    `    | c` -> ç
+  breve      |    ~    | g~ -> ğ
+  tilde      |    ~    | n~ -> ñ
+  stroke     |    /    | h/ -> ħ
+  others     |    /    | s/ -> ß
+
+It would be natural to use period and comma for dots and cedillas, but
+that would inconvenient in practice, because periods and commas are
+needed very often after a letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A`" ?À)
+ ("A'" ?Á)
+ ("A^" ?Â)
+ ("A\"" ?Ä)
+ ("C/" ?Ċ)
+ ("C^" ?Ĉ)
+ ("C`" ?Ç)
+ ("E`" ?È)
+ ("E'" ?É)
+ ("E^" ?Ê)
+ ("E\"" ?Ë)
+ ("G~" ?Ğ)
+ ("G/" ?Ġ)
+ ("G^" ?Ĝ)
+ ("H/" ?Ħ)
+ ("H^" ?Ĥ)
+ ("I/" ?İ)
+ ("I`" ?Ì)
+ ("I'" ?Í)
+ ("I^" ?Î)
+ ("I\"" ?Ï)
+ ("J^" ?Ĵ)
+ ("N~" ?Ñ)
+ ("O`" ?Ò)
+ ("O'" ?Ó)
+ ("O^" ?Ô)
+ ("O\"" ?Ö)
+ ("S`" ?Ş)
+ ("S^" ?Ŝ)
+ ("U`" ?Ù)
+ ("U'" ?Ú)
+ ("U^" ?Û)
+ ("U\"" ?Ü)
+ ("U~" ?Ŭ)
+ ("Z/" ?Ż)
+ ("a`" ?à)
+ ("a'" ?á)
+ ("a^" ?â)
+ ("a\"" ?ä)
+ ("c/" ?ċ)
+ ("c^" ?ĉ)
+ ("c`" ?ç)
+ ("e`" ?è)
+ ("e'" ?é)
+ ("e^" ?ê)
+ ("e\"" ?ë)
+ ("g~" ?ğ)
+ ("g/" ?ġ)
+ ("g^" ?ĝ)
+ ("h/" ?ħ)
+ ("h^" ?ĥ)
+ ("i/" ?ı)
+ ("i`" ?ì)
+ ("i'" ?í)
+ ("i^" ?î)
+ ("i\"" ?ï)
+ ("j^" ?ĵ)
+ ("n~" ?ñ)
+ ("o`" ?ò)
+ ("o'" ?ó)
+ ("o^" ?ô)
+ ("o\"" ?ö)
+ ("s`" ?ş)
+ ("s/" ?ß)
+ ("s^" ?ŝ)
+ ("u`" ?ù)
+ ("u'" ?ú)
+ ("u^" ?û)
+ ("u\"" ?ü)
+ ("u~" ?ŭ)
+ ("z/" ?ż)
+
+ ("A``" ["A`"])
+ ("A''" ["A'"])
+ ("A^^" ["A^"])
+ ("A\"\"" ["A\""])
+ ("C//" ["C/"])
+ ("C^^" ["C^"])
+ ("C``" ["C`"])
+ ("E``" ["E`"])
+ ("E''" ["E'"])
+ ("E^^" ["E^"])
+ ("E\"\"" ["E\""])
+ ("G~~" ["G~"])
+ ("G//" ["G/"])
+ ("G^^" ["G^"])
+ ("H//" ["H/"])
+ ("H^^" ["H^"])
+ ("I//" ["I/"])
+ ("I``" ["I`"])
+ ("I''" ["I'"])
+ ("I^^" ["I^"])
+ ("I\"\"" ["I\""])
+ ("J^^" ["J^"])
+ ("N~~" ["N~"])
+ ("O``" ["O`"])
+ ("O''" ["O'"])
+ ("O^^" ["O^"])
+ ("O\"\"" ["O\""])
+ ("S``" ["S`"])
+ ("S^^" ["S^"])
+ ("U``" ["U`"])
+ ("U''" ["U'"])
+ ("U^^" ["U^"])
+ ("U\"\"" ["U\""])
+ ("U~~" ["U~"])
+ ("Z//" ["Z/"])
+ ("a``" ["a`"])
+ ("a''" ["a'"])
+ ("a^^" ["a^"])
+ ("a\"\"" ["a\""])
+ ("c//" ["c/"])
+ ("c^^" ["c^"])
+ ("c``" ["c`"])
+ ("e``" ["e`"])
+ ("e''" ["e'"])
+ ("e^^" ["e^"])
+ ("e\"\"" ["e\""])
+ ("g~~" ["g~"])
+ ("g//" ["g/"])
+ ("g^^" ["g^"])
+ ("h//" ["h/"])
+ ("h^^" ["h^"])
+ ("i//" ["i/"])
+ ("i``" ["i`"])
+ ("i''" ["i'"])
+ ("i^^" ["i^"])
+ ("i\"\"" ["i\""])
+ ("j^^" ["j^"])
+ ("n~~" ["n~"])
+ ("o``" ["o`"])
+ ("o''" ["o'"])
+ ("o^^" ["o^"])
+ ("o\"\"" ["o\""])
+ ("s``" ["s`"])
+ ("s//" ["s/"])
+ ("s^^" ["s^"])
+ ("u``" ["u`"])
+ ("u''" ["u'"])
+ ("u^^" ["u^"])
+ ("u\"\"" ["u\""])
+ ("u~~" ["u~"])
+ ("z//" ["z/"])
+ )
+
+(quail-define-package
+ "latin-4-alt-postfix" "Latin-4" "4<" t
+ "Latin-4 characters input method with postfix modifiers
+This input method differs from `latin-4-postfix' in that
+comma is not special (use ` instead), and period is not
+special (use ~ instead).
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  circumflex |    ^    | a^ -> â
+  diaeresis  |    \"    | a\" -> ä
+  ogonek     |    `    | a` -> ą
+  macron     |    -    | a- -> ā
+  tilde      |    ~    | a~ -> ã
+  caron      |    ~    | c~ -> č
+  dot        |    ~    | e~ -> ė
+  cedilla    |    `    | k` -> ķ   g` -> ģ
+  stroke     |    /    | d/ -> đ
+  nordic     |    /    | a/ -> å   e/ -> æ   o/ -> ø
+  others     |    /    | s/ -> ß   n/ -> ŋ   k/ -> ĸ
+
+It seems natural to use period and comma for dots and
+cedillas/ogoneks, but that is inconvenient in practice, because
+periods and commas are needed very often after a letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A`" ?Ą)
+ ("A-" ?Ā)
+ ("A'" ?Á)
+ ("A^" ?Â)
+ ("A~" ?Ã)
+ ("A\"" ?Ä)
+ ("A/" ?Å)
+ ("C~" ?Č)
+ ("D/" ?Đ)
+ ("E/" ?Æ)
+ ("E-" ?Ē)
+ ("E'" ?É)
+ ("E`" ?Ę)
+ ("E\"" ?Ë)
+ ("E~" ?Ė)
+ ("G`" ?Ģ)
+ ("I~" ?Ĩ)
+ ("I`" ?Į)
+ ("I'" ?Í)
+ ("I^" ?Î)
+ ("I-" ?Ī)
+ ("K`" ?Ķ)
+ ("L`" ?Ļ)
+ ("N/" ?Ŋ)
+ ("N`" ?Ņ)
+ ("O-" ?Ō)
+ ("O^" ?Ô)
+ ("O~" ?Õ)
+ ("O\"" ?Ö)
+ ("O/" ?Ø)
+ ("R`" ?Ŗ)
+ ("S~" ?Š)
+ ("T/" ?Ŧ)
+ ("U`" ?Ų)
+ ("U'" ?Ú)
+ ("U^" ?Û)
+ ("U\"" ?Ü)
+ ("U~" ?Ũ)
+ ("U-" ?Ū)
+ ("Z~" ?Ž)
+ ("a`" ?ą)
+ ("a-" ?ā)
+ ("a'" ?á)
+ ("a^" ?â)
+ ("a~" ?ã)
+ ("a\"" ?ä)
+ ("a/" ?å)
+ ("c~" ?č)
+ ("d/" ?đ)
+ ("e/" ?æ)
+ ("e-" ?ē)
+ ("e'" ?é)
+ ("e`" ?ę)
+ ("e\"" ?ë)
+ ("e~" ?ė)
+ ("g`" ?ģ)
+ ("i~" ?ĩ)
+ ("i`" ?į)
+ ("i'" ?í)
+ ("i^" ?î)
+ ("i-" ?ī)
+ ("k/" ?ĸ)
+ ("k`" ?ķ)
+ ("l`" ?ļ)
+ ("n/" ?ŋ)
+ ("n`" ?ņ)
+ ("o-" ?ō)
+ ("o^" ?ô)
+ ("o~" ?õ)
+ ("o\"" ?ö)
+ ("o/" ?ø)
+ ("r`" ?ŗ)
+ ("s/" ?ß)
+ ("s~" ?š)
+ ("t/" ?ŧ)
+ ("u`" ?ų)
+ ("u'" ?ú)
+ ("u^" ?û)
+ ("u\"" ?ü)
+ ("u~" ?ũ)
+ ("u-" ?ū)
+ ("z~" ?ž)
+
+ ("A``" ["A`"])
+ ("A--" ["A-"])
+ ("A''" ["A'"])
+ ("A^^" ["A^"])
+ ("A~~" ["A~"])
+ ("A\"\"" ["A\""])
+ ("A//" ["A/"])
+ ("C~~" ["C~"])
+ ("D//" ["D/"])
+ ("E//" ["E/"])
+ ("E--" ["E-"])
+ ("E''" ["E'"])
+ ("E``" ["E`"])
+ ("E\"\"" ["E\""])
+ ("E~~" ["E~"])
+ ("G``" ["G`"])
+ ("I~~" ["I~"])
+ ("I``" ["I`"])
+ ("I''" ["I'"])
+ ("I^^" ["I^"])
+ ("I--" ["I-"])
+ ("K``" ["K`"])
+ ("L``" ["L`"])
+ ("N//" ["N/"])
+ ("N``" ["N`"])
+ ("O--" ["O-"])
+ ("O^^" ["O^"])
+ ("O~~" ["O~"])
+ ("O\"\"" ["O\""])
+ ("O//" ["O/"])
+ ("R``" ["R`"])
+ ("S~~" ["S~"])
+ ("T//" ["T/"])
+ ("U``" ["U`"])
+ ("U''" ["U'"])
+ ("U^^" ["U^"])
+ ("U\"\"" ["U\""])
+ ("U~~" ["U~"])
+ ("U--" ["U-"])
+ ("Z~~" ["Z~"])
+ ("a``" ["a`"])
+ ("a--" ["a-"])
+ ("a''" ["a'"])
+ ("a^^" ["a^"])
+ ("a~~" ["a~"])
+ ("a\"\"" ["a\""])
+ ("a//" ["a/"])
+ ("c~~" ["c~"])
+ ("d//" ["d/"])
+ ("e//" ["e/"])
+ ("e--" ["e-"])
+ ("e''" ["e'"])
+ ("e``" ["e`"])
+ ("e\"\"" ["e\""])
+ ("e~~" ["e~"])
+ ("g``" ["g`"])
+ ("i~~" ["i~"])
+ ("i``" ["i`"])
+ ("i''" ["i'"])
+ ("i^^" ["i^"])
+ ("i--" ["i-"])
+ ("k//" ["k/"])
+ ("k``" ["k`"])
+ ("l``" ["l`"])
+ ("n//" ["n/"])
+ ("n``" ["n`"])
+ ("o--" ["o-"])
+ ("o^^" ["o^"])
+ ("o~~" ["o~"])
+ ("o\"\"" ["o\""])
+ ("o//" ["o/"])
+ ("r``" ["r`"])
+ ("s//" ["s/"])
+ ("s~~" ["s~"])
+ ("t//" ["t/"])
+ ("u``" ["u`"])
+ ("u''" ["u'"])
+ ("u^^" ["u^"])
+ ("u\"\"" ["u\""])
+ ("u~~" ["u~"])
+ ("u--" ["u-"])
+ ("z~~" ["z~"])
+ )
+
+(quail-define-package
+ "latin-5-alt-postfix" "Latin-5" "5<" t
+ "Latin-5 characters input method with postfix modifiers
+This input method differs from `latin-5-postfix' in that
+comma is not special (use ` instead), and period is not
+special (use / instead).
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  grave      |    `    | a` -> à
+  circumflex |    ^    | a^ -> â
+  diaeresis  |    \"    | a\" -> ä
+  tilde      |    ~    | a~ -> ã
+  breve      |    ~    | g~ -> ğ
+  cedilla    |    `    | c` -> ç
+  dot        |    /    | i/ -> ı   I/ -> İ
+  nordic     |    /    | a/ -> å   e/ -> æ   o/ -> ø
+  others     |    /    | s/ -> ß
+
+It seems natural to use period and comma for dots and cedillas, but
+that is inconvenient in practice, because periods and commas are
+needed very often after a letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A'" ?Á)
+ ("A/" ?Å)
+ ("A\"" ?Ä)
+ ("A^" ?Â)
+ ("A`" ?À)
+ ("A~" ?Ã)
+ ("C`" ?Ç)
+ ("E'" ?É)
+ ("E/" ?Æ)
+ ("E\"" ?Ë)
+ ("E^" ?Ê)
+ ("E`" ?È)
+ ("G~" ?Ğ)
+ ("I'" ?Í)
+ ("I/" ?İ)
+ ("I\"" ?Ï)
+ ("I^" ?Î)
+ ("I`" ?Ì)
+ ("N~" ?Ñ)
+ ("O'" ?Ó)
+ ("O/" ?Ø)
+ ("O\"" ?Ö)
+ ("O^" ?Ô)
+ ("O`" ?Ò)
+ ("O~" ?Õ)
+ ("S`" ?Ş)
+ ("U'" ?Ú)
+ ("U\"" ?Ü)
+ ("U^" ?Û)
+ ("U`" ?Ù)
+ ("a'" ?á)
+ ("a/" ?å)
+ ("a\"" ?ä)
+ ("a^" ?â)
+ ("a`" ?à)
+ ("a~" ?ã)
+ ("c`" ?ç)
+ ("e'" ?é)
+ ("e/" ?æ)
+ ("e\"" ?ë)
+ ("e^" ?ê)
+ ("e`" ?è)
+ ("g~" ?ğ)
+ ("i'" ?í)
+ ("i/" ?ı)
+ ("i\"" ?ï)
+ ("i^" ?î)
+ ("i`" ?ì)
+ ("n~" ?ñ)
+ ("o'" ?ó)
+ ("o/" ?ø)
+ ("o\"" ?ö)
+ ("o^" ?ô)
+ ("o`" ?ò)
+ ("o~" ?õ)
+ ("s`" ?ş)
+ ("s/" ?ß)
+ ("u'" ?ú)
+ ("u\"" ?ü)
+ ("u^" ?û)
+ ("u`" ?ù)
+ ("y\"" ?ÿ)
+
+ ("A''" ["A'"])
+ ("A//" ["A/"])
+ ("A\"\"" ["A\""])
+ ("A^^" ["A^"])
+ ("A``" ["A`"])
+ ("A~~" ["A~"])
+ ("C``" ["C`"])
+ ("E''" ["E'"])
+ ("E//" ["E/"])
+ ("E\"\"" ["E\""])
+ ("E^^" ["E^"])
+ ("E``" ["E`"])
+ ("G~~" ["G~"])
+ ("I''" ["I'"])
+ ("I//" ["I/"])
+ ("I\"\"" ["I\""])
+ ("I^^" ["I^"])
+ ("I``" ["I`"])
+ ("N~~" ["N~"])
+ ("O''" ["O'"])
+ ("O//" ["O/"])
+ ("O\"\"" ["O\""])
+ ("O^^" ["O^"])
+ ("O``" ["O`"])
+ ("O~~" ["O~"])
+ ("S``" ["S`"])
+ ("U''" ["U'"])
+ ("U\"\"" ["U\""])
+ ("U^^" ["U^"])
+ ("U``" ["U`"])
+ ("a''" ["a'"])
+ ("a//" ["a/"])
+ ("a\"\"" ["a\""])
+ ("a^^" ["a^"])
+ ("a``" ["a`"])
+ ("a~~" ["a~"])
+ ("c``" ["c`"])
+ ("e''" ["e'"])
+ ("e//" ["e/"])
+ ("e\"\"" ["e\""])
+ ("e^^" ["e^"])
+ ("e``" ["e`"])
+ ("g~~" ["g~"])
+ ("i''" ["i'"])
+ ("i//" ["i/"])
+ ("i\"\"" ["i\""])
+ ("i^^" ["i^"])
+ ("i``" ["i`"])
+ ("n~~" ["n~"])
+ ("o''" ["o'"])
+ ("o//" ["o/"])
+ ("o\"\"" ["o\""])
+ ("o^^" ["o^"])
+ ("o``" ["o`"])
+ ("o~~" ["o~"])
+ ("s``" ["s`"])
+ ("s//" ["s/"])
+ ("u''" ["u'"])
+ ("u\"\"" ["u\""])
+ ("u^^" ["u^"])
+ ("u``" ["u`"])
+ ("y\"\"" ["y\""])
+ )
+
+
+
+(quail-define-package
+ "french-alt-postfix" "French" "FR<" t
+ "French (Français) input method with postfix modifiers
+
+` pour grave, ' pour aigu, ^ pour circonflexe, et \" pour tréma.
+Par exemple: a` -> à   e' -> é.
+
+Ç, «, et » sont produits par C/, <<, et >>.
+
+En doublant la frappe des diacritiques, ils s'isoleront de la lettre.
+Par exemple: e'' -> e'
+
+<e dans l'o> n'est pas disponible."
+ nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A`" ?À)
+ ("A^" ?Â)
+ ("a`" ?à)
+ ("a^" ?â)
+ ("E`" ?È)
+ ("E'" ?É)
+ ("E^" ?Ê)
+ ("E\"" ?Ë)
+ ("e`" ?è)
+ ("e'" ?é)
+ ("e^" ?ê)
+ ("e\"" ?ë)
+ ("I^" ?Î)
+ ("I\"" ?Ï)
+ ("i^" ?î)
+ ("i\"" ?ï)
+ ("O^" ?Ô)
+ ("o^" ?ô)
+ ("U`" ?Ù)
+ ("U^" ?Û)
+ ("U\"" ?Ü)
+ ("u`" ?ù)
+ ("u^" ?û)
+ ("u\"" ?ü)
+ ("C/" ?Ç)
+ ("c/" ?ç)
+ ("<<" ?«)
+ (">>" ?»)
+
+ ("A``" ["A`"])
+ ("A^^" ["A^"])
+ ("a``" ["a`"])
+ ("a^^" ["a^"])
+ ("E``" ["E`"])
+ ("E''" ["E'"])
+ ("E^^" ["E^"])
+ ("E\"\"" ["E\""])
+ ("e``" ["e`"])
+ ("e''" ["e'"])
+ ("e^^" ["e^"])
+ ("e\"\"" ["e\""])
+ ("I^^" ["I^"])
+ ("I\"\"" ["I\""])
+ ("i^^" ["i^"])
+ ("i\"\"" ["i\""])
+ ("O^^" ["O^"])
+ ("o^^" ["o^"])
+ ("U``" ["U`"])
+ ("U^^" ["U^"])
+ ("U\"\"" ["U\""])
+ ("u``" ["u`"])
+ ("u^^" ["u^"])
+ ("u\"\"" ["u\""])
+ ("C//" ["C/"])
+ ("c//" ["c/"])
+ ("<<<" ["<<"])
+ (">>>" [">>"])
+ )
+
+
+
+(quail-define-package
+ "italian-alt-postfix" "Latin-1" "IT<" t
+ "Italian (Italiano) input method with postfix modifiers
+
+a' -> á    A' -> Á    a` -> à    A` -> À    i^ -> î    << -> «
+e' -> é    E' -> É    e` -> è    E` -> È    I^ -> Î    >> -> »
+i' -> í    I' -> Í    i` -> ì    I` -> Ì               o_ -> º
+o' -> ó    O' -> Ó    o` -> ò    O` -> Ò               a_ -> ª
+u' -> ú    U' -> Ú    u` -> ù    U` -> Ù
+
+This method is for purists who like accents the old way.
+
+Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A`" ?À)
+ ("A'" ?Á)
+ ("a`" ?à)
+ ("a'" ?á)
+ ("E`" ?È)
+ ("E'" ?É)
+ ("e`" ?è)
+ ("e'" ?é)
+ ("I`" ?Ì)
+ ("i`" ?ì)
+ ("I'" ?Í)
+ ("i'" ?í)
+ ("I^" ?Î)
+ ("i^" ?î)
+ ("O`" ?Ò)
+ ("o`" ?ò)
+ ("O'" ?Ó)
+ ("o'" ?ó)
+ ("U`" ?Ù)
+ ("u`" ?ù)
+ ("U'" ?Ú)
+ ("u'" ?ú)
+ ("<<" ?«)
+ (">>" ?»)
+ ("o_" ?º)
+ ("a_" ?ª)
+
+ ("A``" ["A`"])
+ ("A''" ["A'"])
+ ("a``" ["a`"])
+ ("a''" ["a'"])
+ ("E``" ["E`"])
+ ("E''" ["E'"])
+ ("e``" ["e`"])
+ ("e''" ["e'"])
+ ("I``" ["I`"])
+ ("i``" ["i`"])
+ ("I''" ["I'"])
+ ("i''" ["i'"])
+ ("I^^" ["I^"])
+ ("i^^" ["i^"])
+ ("O``" ["O`"])
+ ("o``" ["o`"])
+ ("O''" ["O'"])
+ ("o''" ["o'"])
+ ("U``" ["U`"])
+ ("u``" ["u`"])
+ ("U''" ["U'"])
+ ("u''" ["u'"])
+ ("<<<" ["<<"])
+ (">>>" [">>"])
+ ("o__" ["o_"])
+ ("a__" ["a_"])
+ )
+
+
+(quail-define-package
+ "turkish-alt-postfix" "Turkish" "TR«" t
+ "Turkish (Türkçe) input method with postfix modifiers.
+This input method differs from `turkish-postfix' in that
+comma is not special (use ` instead).
+
+turkish-latin-3-alt-postfix is an obsolete alias for turkish-alt-postfix.
+
+Note for I, ı, İ, i.
+
+A^ -> Â
+C` -> Ç
+G^ -> Ğ
+I  -> I
+i  -> ı
+I/ -> İ
+i/ -> i
+O\" -> Ö
+S` -> Ş
+U\" -> Ü
+U^ -> Û
+
+Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("A^" ?Â)
+ ("a^" ?â)
+ ("C`" ?Ç)
+ ("c`" ?ç)
+ ("G^" ?Ğ)
+ ("g^" ?ğ)
+ ("I/" ?İ)
+ ("i" ?ı)
+ ("i/" ?i)
+ ("O\"" ?Ö)
+ ("o\"" ?ö)
+ ("S`" ?Ş)
+ ("s`" ?ş)
+ ("U\"" ?Ü)
+ ("u\"" ?ü)
+ ("U^" ?Û)
+ ("u^" ?û)
+
+ ("A^^" ["A^"])
+ ("a^^" ["a^"])
+ ("C``" ["C`"])
+ ("c``" ["c`"])
+ ("G^^" ["G^"])
+ ("g^^" ["g^"])
+ ("I//" ["I/"])
+ ("i" ["i"])
+ ("i//" ["i/"])
+ ("O\"\"" ["O\""])
+ ("o\"\"" ["o\""])
+ ("S``" ["S`"])
+ ("s``" ["s`"])
+ ("U\"\"" ["U\""])
+ ("u\"\"" ["u\""])
+ ("U^^" ["U^"])
+ ("u^^" ["u^"])
+ )
+
+;; Backwards compatibility.
+(push (cons "turkish-latin-3-alt-postfix"
+           (cdr (assoc "turkish-alt-postfix" quail-package-alist)))
+      quail-package-alist)
+
+;; Dutch Quail input method derived from the one in Yudit by Roman
+;; Czyborra.
+(quail-define-package
+ "dutch" "Dutch" "NL" t
+ "Dutch character mixfix input method.
+Caters for French and Turkish as well as Dutch.
+
+             |         | examples
+ ------------+---------+----------
+  others     |         | fl. -> ƒ  eur. -> €  ij -> ij  IJ -> IJ
+ ------------+---------+----------
+             | postfix |
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  grave      |    `    | a` -> à
+  circumflex |    ^    | a^ -> â
+  Turkish    | various | i/ -> ı  s, -> ş  g^ -> ğ   I/ -> İ
+             |         |  S, -> Ş  G^ -> Ğ
+ ------------+---------+----------
+             | prefix  |
+ ------------+---------+----------
+  diaeresis  |    \"    | \"a -> ä
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+(quail-define-rules
+ ("fl." ?ƒ) ;; LATIN SMALL LETTER F WITH HOOK (florin currency symbol)
+ ("eur." ?€) ;; EURO SIGN
+ ;; “The 25th letter of the Dutch alphabet.”
+ ("ij" ?ij) ;; LATIN SMALL LIGATURE IJ
+ ("IJ" ?IJ) ;; LATIN CAPITAL LIGATURE IJ
+ ;; “Trema on the second letter of vowel pair.”  Yudit uses `:', not `"'.
+ ("\"a" ?ä) ;; LATIN SMALL LETTER A WITH DIAERESIS 
+ ("\"e" ?ë) ;; LATIN SMALL LETTER E WITH DIAERESIS 
+ ("\"i" ?ï) ;; LATIN SMALL LETTER I WITH DIAERESIS 
+ ("\"o" ?ö) ;; LATIN SMALL LETTER O WITH DIAERESIS 
+ ("\"u" ?ü) ;; LATIN SMALL LETTER U WITH DIAERESIS 
+ ("\"A" ?Ä) ;; LATIN CAPITAL LETTER A WITH DIAERESIS 
+ ("\"E" ?Ë) ;; LATIN CAPITAL LETTER E WITH DIAERESIS 
+ ("\"I" ?Ï) ;; LATIN CAPITAL LETTER I WITH DIAERESIS 
+ ("\"O" ?Ö) ;; LATIN CAPITAL LETTER O WITH DIAERESIS 
+ ("\"U" ?Ü) ;; LATIN CAPITAL LETTER U WITH DIAERESIS 
+ ;; “Acute, marking emphasis on long vowels”:
+ ("a'" ?á) ;; LATIN SMALL LETTER A WITH ACUTE 
+ ("e'" ?é) ;; LATIN SMALL LETTER E WITH ACUTE 
+ ("i'" ?í) ;; LATIN SMALL LETTER I WITH ACUTE 
+ ("o'" ?ó) ;; LATIN SMALL LETTER O WITH ACUTE 
+ ("u'" ?ú) ;; LATIN SMALL LETTER U WITH ACUTE 
+ ("A'" ?Á) ;; LATIN CAPITAL LETTER A WITH ACUTE 
+ ("E'" ?É) ;; LATIN CAPITAL LETTER E WITH ACUTE 
+ ("I'" ?Í) ;; LATIN CAPITAL LETTER I WITH ACUTE 
+ ("O'" ?Ó) ;; LATIN CAPITAL LETTER O WITH ACUTE 
+ ("U'" ?Ú) ;; LATIN CAPITAL LETTER U WITH ACUTE 
+ ;; “Grave, marking emphasis on short vowels”:
+ ("a`" ?à) ;; LATIN SMALL LETTER A WITH GRAVE
+ ("e`" ?è) ;; LATIN SMALL LETTER E WITH GRAVE 
+ ("i`" ?ì) ;; LATIN SMALL LETTER I WITH GRAVE 
+ ("o`" ?ò) ;; LATIN SMALL LETTER O WITH GRAVE 
+ ("u`" ?ù) ;; LATIN SMALL LETTER U WITH GRAVE 
+ ("A`" ?À) ;; LATIN CAPITAL LETTER A WITH GRAVE 
+ ("E`" ?È) ;; LATIN CAPITAL LETTER E WITH GRAVE 
+ ("I`" ?Ì) ;; LATIN CAPITAL LETTER I WITH GRAVE 
+ ("O`" ?Ò) ;; LATIN CAPITAL LETTER O WITH GRAVE 
+ ("U`" ?Ù) ;; LATIN CAPITAL LETTER U WITH GRAVE
+ ;; “Cater for the use of many French words and use of the circumflex
+ ;; in Frisian.”  Yudit used `;' for cedilla.
+ ("c," ?ç) ;; LATIN SMALL LETTER C WITH CEDILLA 
+ ("C," ?Ç) ;; LATIN CAPITAL LETTER C WITH CEDILLA 
+ ("a^" ?â) ;; LATIN SMALL LETTER A WITH CIRCUMFLEX 
+ ("e^" ?ê) ;; LATIN SMALL LETTER E WITH CIRCUMFLEX 
+ ("i^" ?î) ;; LATIN SMALL LETTER I WITH CIRCUMFLEX 
+ ("o^" ?ô) ;; LATIN SMALL LETTER O WITH CIRCUMFLEX 
+ ("u^" ?û) ;; LATIN SMALL LETTER U WITH CIRCUMFLEX 
+ ("A^" ?Â) ;; LATIN CAPITAL LETTER A WITH CIRCUMFLEX 
+ ("E^" ?Ê) ;; LATIN CAPITAL LETTER E WITH CIRCUMFLEX 
+ ("I^" ?Î) ;; LATIN CAPITAL LETTER I WITH CIRCUMFLEX 
+ ("O^" ?Ô) ;; LATIN CAPITAL LETTER O WITH CIRCUMFLEX 
+ ("U^" ?Û) ;; LATIN CAPITAL LETTER U WITH CIRCUMFLEX
+ ;; “Follow the example of the Dutch POSIX locale, using ISO-8859-9 to
+ ;; cater to the many Turks in Dutch society.”  Perhaps German methods
+ ;; should do so too.  Follow turkish-alt-postfix here.
+ ("i/" ?ı) ;; LATIN SMALL LETTER I WITH NO DOT
+ ("s," ?ş) ;; LATIN SMALL LETTER S WITH CEDILLA 
+ ("g^" ?ğ) ;; LATIN SMALL LETTER G WITH BREVE 
+ ("I/" ?İ) ;; LATIN CAPITAL LETTER I WITH DOT ABOVE
+ ("S," ?Ş) ;; LATIN CAPITAL LETTER S WITH CEDILLA 
+ ("G^" ?Ğ) ;; LATIN CAPITAL LETTER G WITH BREVE 
+ )
+
+;; Originally from Yudit, discussed with Albertas Agejevas
+;; <alga@uosis.mif.vu.lt>
+(quail-define-package
+ "lithuanian-numeric" "Lithuanian" "LtN" t
+ "Lithuanian numeric input method.
+" nil t t t t nil nil nil nil nil t)
+
+(quail-define-rules
+ ("1" ?ą)
+ ("2" ?č)
+ ("3" ?ę)
+ ("4" ?ė)
+ ("5" ?į)
+ ("6" ?š)
+ ("7" ?ų)
+ ("8" ?ū)
+ ("9" ?„)
+ ("0" ?“)
+ ("=" ?ž)
+ ("!" ?Ą)
+ ("@" ?Č)
+ ("#" ?Ę)
+ ("$" ?Ė)
+ ("%" ?Į)
+ ("^" ?Š)
+ ("&" ?Ų)
+ ("*" ?Ū)
+ ("+" ?Ž))
+
+;; From XFree 4.1 /usr/X11R6/lib/X11/xkb/symbols/lt, suggested by
+;; Albertas Agejevas <alga@uosis.mif.vu.lt>
+(quail-define-package
+ "lithuanian-keyboard" "Lithuanian" "Lt" t
+ "Lithuanian standard keyboard input method.
+" nil t t t t nil nil nil nil nil t)
+
+(quail-define-rules
+ ("1" ?ą)
+ ("!" ?Ą)
+ ("2" ?č)
+ ("@" ?Č)
+ ("#" ?Ę)
+ ("4" ?ė)
+ ("$" ?Ė)
+ ("5" ?į)
+ ("%" ?Į)
+ ("6" ?š)
+ ("^" ?Š)
+ ("7" ?ų)
+ ("&" ?Ų)
+ ("9" ?„)
+ ("0" ?“)
+ ("=" ?ž)
+ ("+" ?Ž))
+
+;; From XFree 4.1 /usr/X11R6/lib/X11/xkb/symbols/lv
+(quail-define-package
+ "latvian-keyboard" "Latvian" "Lv" t
+ "Latvian standard keyboard input method.
+" nil t t t t nil nil nil nil nil t)
+
+(quail-define-rules
+ ("4" ?€)
+ ("$" ?¢)
+ ("e" ?ē)
+ ("E" ?Ē)
+ ("r" ?ŗ)
+ ("R" ?Ŗ)
+ ("u" ?ū)
+ ("U" ?Ū)
+ ("i" ?ī)
+ ("I" ?Ī)
+ ("o" ?ō)
+ ("O" ?Ō)
+ ("a" ?ā)
+ ("A" ?Ā)
+ ("s" ?š)
+ ("S" ?Š)
+ ("g" ?ģ)
+ ("G" ?Ģ)
+ ("k" ?ķ)
+ ("K" ?Ķ)
+ ("l" ?ļ)
+ ("L" ?Ļ)
+ ("\'" ?“)
+ ("\"" ?„)
+ ("z" ?ž)
+ ("Z" ?Ž)
+ ("c" ?č)
+ ("C" ?Č)
+ ("n" ?ņ)
+ ("N" ?Ņ))
+
+(quail-define-package
+ "latin-alt-postfix" "Latin" "L<" t
+ "Latin character input method with postfix modifiers.
+This is the union of various input methods originally made for input
+of characters from a single Latin-N charset.
+
+             | postfix | examples
+ ------------+---------+----------
+  acute      |    '    | a' -> á
+  grave      |    `    | a` -> à
+  circumflex |    ^    | a^ -> â
+  diaeresis  |    \"    | a\" -> ä
+  tilde      |    ~    | a~ -> ã
+  cedilla    |    /`   | c/ -> ç   c` -> ç
+  ogonek     |    `    | a` -> ą
+  breve      |    ~    | a~ -> ă
+  caron      |    ~    | c~ -> č
+  dbl. acute |    :    | o: -> ő
+  ring       |    `    | u` -> ů
+  dot        |    `    | z` -> ż
+  stroke     |    /    | d/ -> đ
+  nordic     |    /    | d/ -> ð   t/ -> þ   a/ -> å   e/ -> æ   o/ -> ø
+  others     |   /<>   | s/ -> ß   ?/ -> ¿   !/ -> ¡
+             | various | << -> «   >> -> »   o_ -> º   a_ -> ª
+
+It would be natural to use comma for cedillas, but that would be
+inconvenient in practice because commas are needed very often after a
+letter.
+
+Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
+" nil t nil nil nil nil nil nil nil nil t)
+
+;; Fixme: ¦ § ¨ © ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ ¼ ½ ¾ × ÷
+(quail-define-rules
+ (" _" ? )
+ ("!/" ?¡)
+ ("//" ?°)
+ ("<<" ?«)
+ (">>" ?»)
+ ("?/" ?¿)
+ ("$/" ?£)
+ ("$/" ?¤)
+ ("A'" ?Á)
+ ("A-" ?Ā)
+ ("A/" ?Å)
+ ("A\"" ?Ä)
+ ("A^" ?Â)
+ ("A`" ?À)
+ ("A`" ?Ą)
+ ("A~" ?Ã)
+ ("A~" ?Ă)
+ ("C'" ?Ć)
+ ("C/" ?Ç)
+ ("C/" ?Ċ)
+ ("C^" ?Ĉ)
+ ("C`" ?Ç)
+ ("C~" ?Č)
+ ("D/" ?Ð)
+ ("D/" ?Đ)
+ ("D~" ?Ď)
+ ("E'" ?É)
+ ("E-" ?Ē)
+ ("E/" ?Æ)
+ ("E\"" ?Ë)
+ ("E^" ?Ê)
+ ("E`" ?È)
+ ("E`" ?Ę)
+ ("E~" ?Ė)
+ ("E~" ?Ě)
+ ("G/" ?Ġ)
+ ("G^" ?Ĝ)
+ ("G`" ?Ģ)
+ ("G~" ?Ğ)
+ ("H/" ?Ħ)
+ ("H^" ?Ĥ)
+ ("I'" ?Í)
+ ("I-" ?Ī)
+ ("I/" ?İ)
+ ("I\"" ?Ï)
+ ("I^" ?Î)
+ ("I`" ?Ì)
+ ("I`" ?Į)
+ ("I~" ?Ĩ)
+ ("J^" ?Ĵ)
+ ("K`" ?Ķ)
+ ("L'" ?Ĺ)
+ ("L/" ?Ł)
+ ("L`" ?Ļ)
+ ("L~" ?Ľ)
+ ("N'" ?Ń)
+ ("N/" ?Ŋ)
+ ("N`" ?Ņ)
+ ("N~" ?Ñ)
+ ("N~" ?Ň)
+ ("O'" ?Ó)
+ ("O-" ?Ō)
+ ("O/" ?Ø)
+ ("O:" ?Ő)
+ ("O\"" ?Ö)
+ ("O^" ?Ô)
+ ("O`" ?Ò)
+ ("O~" ?Õ)
+ ("R'" ?Ŕ)
+ ("R`" ?Ŗ)
+ ("R~" ?Ř)
+ ("S'" ?Ś)
+ ("S^" ?Ŝ)
+ ("S`" ?Ş)
+ ("S~" ?Š)
+ ("T/" ?Þ)
+ ("T/" ?Ŧ)
+ ("T`" ?Ţ)
+ ("T~" ?Ť)
+ ("U'" ?Ú)
+ ("U-" ?Ū)
+ ("U:" ?Ű)
+ ("U\"" ?Ü)
+ ("U^" ?Û)
+ ("U`" ?Ù)
+ ("U`" ?Ů)
+ ("U`" ?Ų)
+ ("U~" ?Ũ)
+ ("U~" ?Ŭ)
+ ("Y'" ?Ý)
+ ("Y\"" ?Ÿ)
+ ("Y=" ?¥)
+ ("Z'" ?Ź)
+ ("Z/" ?Ż)
+ ("Z`" ?Ż)
+ ("Z~" ?Ž)
+ ("a'" ?á)
+ ("a-" ?ā)
+ ("a/" ?å)
+ ("a\"" ?ä)
+ ("a^" ?â)
+ ("a_" ?ª)
+ ("a`" ?à)
+ ("a`" ?ą)
+ ("a~" ?ã)
+ ("a~" ?ă)
+ ("c'" ?ć)
+ ("c/" ?ç)
+ ("c/" ?ċ)
+ ("c/" ?¢)
+ ("c^" ?ĉ)
+ ("c`" ?ç)
+ ("c~" ?č)
+ ("d/" ?ð)
+ ("d/" ?đ)
+ ("d~" ?ď)
+ ("e'" ?é)
+ ("e-" ?ē)
+ ("e/" ?æ)
+ ("e\"" ?ë)
+ ("e^" ?ê)
+ ("e`" ?è)
+ ("e`" ?ę)
+ ("e~" ?ė)
+ ("e~" ?ě)
+ ("e=" ?€)
+ ("g/" ?ġ)
+ ("g^" ?ĝ)
+ ("g`" ?ģ)
+ ("g~" ?ğ)
+ ("h/" ?ħ)
+ ("h^" ?ĥ)
+ ("i'" ?í)
+ ("i-" ?ī)
+ ("i/" ?ı)
+ ("i\"" ?ï)
+ ("i^" ?î)
+ ("i`" ?ì)
+ ("i`" ?į)
+ ("i~" ?ĩ)
+ ("j^" ?ĵ)
+ ("k/" ?ĸ)
+ ("k`" ?ķ)
+ ("l'" ?ĺ)
+ ("l/" ?ł)
+ ("l`" ?ļ)
+ ("l~" ?ľ)
+ ("n'" ?ń)
+ ("n/" ?ŋ)
+ ("n`" ?ņ)
+ ("n~" ?ñ)
+ ("n~" ?ň)
+ ("o'" ?ó)
+ ("o-" ?ō)
+ ("o/" ?ø)
+ ("o:" ?ő)
+ ("o\"" ?ö)
+ ("o^" ?ô)
+ ("o_" ?º)
+ ("o`" ?ò)
+ ("o~" ?õ)
+ ("r'" ?ŕ)
+ ("r`" ?ŗ)
+ ("r~" ?ř)
+ ("s'" ?ś)
+ ("s/" ?ß)
+ ("s^" ?ŝ)
+ ("s`" ?ş)
+ ("s~" ?š)
+ ("t/" ?þ)
+ ("t/" ?ŧ)
+ ("t`" ?ţ)
+ ("t~" ?ť)
+ ("u'" ?ú)
+ ("u-" ?ū)
+ ("u:" ?ű)
+ ("u\"" ?ü)
+ ("u^" ?û)
+ ("u`" ?ù)
+ ("u`" ?ů)
+ ("u`" ?ų)
+ ("u~" ?ũ)
+ ("u~" ?ŭ)
+ ("y'" ?ý)
+ ("y\"" ?ÿ)
+ ("z'" ?ź)
+ ("z/" ?ż)
+ ("z`" ?ż)
+ ("z~" ?ž)
+
+ (" __" [" _"])
+ ("!//" ["!/"])
+ ("<<<" ["<<"])
+ (">>>" [">>"])
+ ("?//" ["?/"])
+ ("///" ["//"])
+ ("$//" ["$/"])
+ ("A''" ["A'"])
+ ("A--" ["A-"])
+ ("A//" ["A/"])
+ ("A\"\"" ["A\""])
+ ("A^^" ["A^"])
+ ("A``" ["A`"])
+ ("A~~" ["A~"])
+ ("C''" ["C'"])
+ ("C//" ["C/"])
+ ("C^^" ["C^"])
+ ("C``" ["C`"])
+ ("C~~" ["C~"])
+ ("D//" ["D/"])
+ ("D~~" ["D~"])
+ ("E''" ["E'"])
+ ("E--" ["E-"])
+ ("E//" ["E/"])
+ ("E\"\"" ["E\""])
+ ("E^^" ["E^"])
+ ("E``" ["E`"])
+ ("E~~" ["E~"])
+ ("G//" ["G/"])
+ ("G^^" ["G^"])
+ ("G``" ["G`"])
+ ("G~~" ["G~"])
+ ("H//" ["H/"])
+ ("H^^" ["H^"])
+ ("I''" ["I'"])
+ ("I--" ["I-"])
+ ("I//" ["I/"])
+ ("I\"\"" ["I\""])
+ ("I^^" ["I^"])
+ ("I``" ["I`"])
+ ("I~~" ["I~"])
+ ("J^^" ["J^"])
+ ("K``" ["K`"])
+ ("L''" ["L'"])
+ ("L//" ["L/"])
+ ("L``" ["L`"])
+ ("L~~" ["L~"])
+ ("N''" ["N'"])
+ ("N//" ["N/"])
+ ("N``" ["N`"])
+ ("N~~" ["N~"])
+ ("O''" ["O'"])
+ ("O--" ["O-"])
+ ("O//" ["O/"])
+ ("O::" ["O:"])
+ ("O\"\"" ["O\""])
+ ("O^^" ["O^"])
+ ("O``" ["O`"])
+ ("O~~" ["O~"])
+ ("R''" ["R'"])
+ ("R``" ["R`"])
+ ("R~~" ["R~"])
+ ("S''" ["S'"])
+ ("S^^" ["S^"])
+ ("S``" ["S`"])
+ ("S~~" ["S~"])
+ ("T//" ["T/"])
+ ("T``" ["T`"])
+ ("T~~" ["T~"])
+ ("U''" ["U'"])
+ ("U--" ["U-"])
+ ("U::" ["U:"])
+ ("U\"\"" ["U\""])
+ ("U^^" ["U^"])
+ ("U``" ["U`"])
+ ("U~~" ["U~"])
+ ("Y''" ["Y'"])
+ ("Z''" ["Z'"])
+ ("Z//" ["Z/"])
+ ("Z``" ["Z`"])
+ ("Z~~" ["Z~"])
+ ("a''" ["a'"])
+ ("a--" ["a-"])
+ ("a//" ["a/"])
+ ("a\"\"" ["a\""])
+ ("a^^" ["a^"])
+ ("a__" ["a_"])
+ ("a``" ["a`"])
+ ("a~~" ["a~"])
+ ("c''" ["c'"])
+ ("c//" ["c/"])
+ ("c^^" ["c^"])
+ ("c``" ["c`"])
+ ("c~~" ["c~"])
+ ("d//" ["d/"])
+ ("d~~" ["d~"])
+ ("e''" ["e'"])
+ ("e--" ["e-"])
+ ("e//" ["e/"])
+ ("e\"\"" ["e\""])
+ ("e^^" ["e^"])
+ ("e``" ["e`"])
+ ("e~~" ["e~"])
+ ("e==" ["e="])
+ ("g//" ["g/"])
+ ("g^^" ["g^"])
+ ("g``" ["g`"])
+ ("g~~" ["g~"])
+ ("h//" ["h/"])
+ ("h^^" ["h^"])
+ ("i''" ["i'"])
+ ("i--" ["i-"])
+ ("i//" ["i/"])
+ ("i\"\"" ["i\""])
+ ("i^^" ["i^"])
+ ("i``" ["i`"])
+ ("i~~" ["i~"])
+ ("j^^" ["j^"])
+ ("k//" ["k/"])
+ ("k``" ["k`"])
+ ("l''" ["l'"])
+ ("l//" ["l/"])
+ ("l``" ["l`"])
+ ("l~~" ["l~"])
+ ("n''" ["n'"])
+ ("n//" ["n/"])
+ ("n``" ["n`"])
+ ("n~~" ["n~"])
+ ("o''" ["o'"])
+ ("o--" ["o-"])
+ ("o//" ["o/"])
+ ("o::" ["o:"])
+ ("o\"\"" ["o\""])
+ ("o^^" ["o^"])
+ ("o__" ["o_"])
+ ("o``" ["o`"])
+ ("o~~" ["o~"])
+ ("r''" ["r'"])
+ ("r``" ["r`"])
+ ("r~~" ["r~"])
+ ("s''" ["s'"])
+ ("s//" ["s/"])
+ ("s^^" ["s^"])
+ ("s``" ["s`"])
+ ("s~~" ["s~"])
+ ("t//" ["t/"])
+ ("t``" ["t`"])
+ ("t~~" ["t~"])
+ ("u''" ["u'"])
+ ("u--" ["u-"])
+ ("u::" ["u:"])
+ ("u\"\"" ["u\""])
+ ("u^^" ["u^"])
+ ("u``" ["u`"])
+ ("u~~" ["u~"])
+ ("y''" ["y'"])
+ ("y\"\"" ["y\""])
+ ("z''" ["z'"])
+ ("z//" ["z/"])
+ ("z``" ["z`"])
+ ("z~~" ["z~"])
+ )
+
+;;; arch-tag: 722466a6-363d-431c-9161-879e16e2da5d
+;;; latin-alt.el ends here