view leim/quail/latin-ltx.el @ 109573:228a5fa4eda0
Remove extern declarations from .c files, and them to .h files.
* src/xsmfns.c (Vuser_login_name):
* src/xrdb.c (Vdouble_click_time):
* src/xfaces.c (xic_create_fontsetname):
* src/w32select.c (waiting_for_input):
* src/print.c (minibuffer_auto_raise):
* src/msdos.c (Qhelp_echo):
* src/macros.c (real_this_command):
* src/keymap.c (Voverriding_local_map):
* src/xterm.c (poll_for_input_1, gray_bitmap_width)
(gray_bitmap_height, gray_bitmap_bits;
* src/xmenu.c ( Voverriding_local_map)
(Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
(use_file_dialog, Xt_app_con):
* src/xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
(Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
(Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
(Qtool_bar_lines, ignore_mouse_drag_p):
* src/minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
(Qrear_nonsticky, nconc2):
* src/keyboard.c (current_global_map, minibuf_level, Qmenu_item)
(Vhistory_length, Vtranslation_table_for_input, Qcomposition)
(Qdisplay, Qafter_string, Qbefore_string, Qundefined):
* src/fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
(minibuf_level, minibuffer_auto_raise, lisp_time_argument):
* src/eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
(gc_in_progress):
* src/doc.c (Voverriding_local_map, Qremap):
* src/dired.c (completion_ignore_case, Qcompletion_ignore_case)
(Vcompletion_regexp_list):
* src/coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
(Qcompletion_ignore_case):
* src/callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
(Vhistory_length, Vthis_original_command, real_this_command)
(Qface, Qminibuffer_prompt, history_delete_duplicates):
* src/image.c (Qrisky_local_variable):
* src/fontset.c (QCname):
* src/fns.c (minibuffer_auto_raise, QCname):
* src/dispnew.c (char_ins_del_cost):
* src/composite.c (font_fill_lglyph_metrics):
* src/cmds.c (Qface, Vtranslation_table_for_input):
* src/charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
* src/ccl.c (charset_unicode):
* src/callproc.c (Vtemporary_file_directory):
* src/buffer.c (emacs_strerror): Remove extern declarations.
Remove extern declarations from .c files, and them to .h files.
* src/keyboard.h (Qhelp_echo, waiting_for_input)
(input_available_clear_time, ignore_mouse_drag_p)
(Vdouble_click_time, real_this_command, Vthis_original_command):
* src/keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
(Voverriding_local_map_menu_flag):
* src/lisp.h (Qinteractive_form, use_file_dialog)
(Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
(Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
(QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
(Qfunction, debug_on_next_call, Qfield)
(Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
(Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
(Qfile_directory_p, Qinsert_file_contents)
(Qcompletion_ignore_case, Qcompletion_ignore_case)
(Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
(history_delete_duplicates, minibuffer_auto_raise, Qonly)
(Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
(Qminibuffer_prompt)
(Vtemporary_file_directory,char_ins_del_vector, Qface):
* src/xterm.h (gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits, xic_create_fontsetname):
* src/coding.h (Vtranslation_table_for_input): Add extern declarations.
* src/data.c (Qwindow): Make non-static, used from other files too.
* src/frame.c (validate_x_resource_name): Remove shadow definition for i.
author |
Dan Nicolaescu <dann@ics.uci.edu> |
date |
Wed, 28 Jul 2010 22:48:06 -0700 (2010-07-29) |
parents |
1d1d5d9bd884 |
children |
9b6d33480216 |
line source
;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*-
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
;; National Institute of Advanced Industrial Science and Technology (AIST)
;; Registration Number H14PRO021
;; Author: TAKAHASHI Naoto <ntakahas@m17n.org>
;; Dave Love <fx@gnu.org>
;; Keywords: multilingual, input, Greek, i18n
;; 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 of the License, 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. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;; Code:
(require 'quail)
(quail-define-package
"TeX" "UTF-8" "\\" t
"LaTeX-like input method for many characters.
These characters are from the charsets used by the `utf-8' coding
system, including many technical ones. Examples:
\\'a -> 叩 \\`{a} -> �
\\pi -> � \\int -> �� ^1 -> 孫"
'(("\t" . quail-completion))
t t nil nil nil nil nil nil nil t)
(quail-define-rules
("!`" ?臓)
("\\pounds" ?贈) ;; ("{\\pounds}" ?贈)
("\\S" ?則) ;; ("{\\S}" ?則)
("\\\"{}" ?即)
("\\copyright" ?息) ;; ("{\\copyright}" ?息)
("$^a$" ?捉)
("\\={}" ?俗)
("$\\pm$" ?賊) ("\\pm" ?賊)
("$^2$" ?族)
("$^3$" ?続)
("\\'{}" ?卒)
("\\P" ?其) ;; ("{\\P}" ?其)
;; Fixme: Yudit has the equivalent of ("\\cdot" ?��), for U+22C5, DOT
;; OPERATOR, whereas 揃 is MIDDLE DOT. JadeTeX translates both to
;; \cdot.
("$\\cdot$" ?揃) ("\\cdot" ?揃)
("\\c{}" ?存)
("$^1$" ?孫)
("$^o$" ?尊)
("?`" ?多)
("\\`{A}" ?�) ("\\`A" ?�)
("\\'{A}" ?�) ("\\'A" ?�)
("\\^{A}" ?�) ("\\^A" ?�)
("\\~{A}" ?�) ("\\~A" ?�)
("\\\"{A}" ?�) ("\\\"A" ?�)
("\\\k{A}" ?�)
("\\AA" ?�) ;; ("{\\AA}" ?�)
("\\AE" ?�) ;; ("{\\AE}" ?�)
("\\c{C}" ?�) ("\\cC" ?�)
("\\`{E}" ?�) ("\\`E" ?�)
("\\'{E}" ?�) ("\\'E" ?�)
("\\^{E}" ?�) ("\\^E" ?�)
("\\\"{E}" ?�) ("\\\"E" ?�)
("\\\k{E}" ?�)
("\\`{I}" ?�) ("\\`I" ?�)
("\\'{I}" ?�) ("\\'I" ?�)
("\\^{I}" ?�) ("\\^I" ?�)
("\\\"{I}" ?�) ("\\\"I" ?�)
("\\\k{I}" ?町)
("\\~{N}" ?�) ("\\~N" ?�)
("\\`{O}" ?�) ("\\`O" ?�)
("\\'{O}" ?�) ("\\'O" ?�)
("\\^{O}" ?�) ("\\^O" ?�)
("\\~{O}" ?�) ("\\~O" ?�)
("\\\"{O}" ?�) ("\\\"O" ?�)
("\\\k{O}" ?祢)
("$\\times$" ?�) ("\\times" ?�)
("\\O" ?�) ;; ("{\\O}" ?�)
("\\`{U}" ?�) ("\\`U" ?�)
("\\'{U}" ?�) ("\\'U" ?�)
("\\^{U}" ?�) ("\\^U" ?�)
("\\\"{U}" ?�) ("\\\"U" ?�)
("\\\k{U}" ?轍)
("\\'{Y}" ?�) ("\\'Y" ?�)
("\\ss" ?�) ;; ("{\\ss}" ?�)
("\\`{a}" ?�) ("\\`a" ?�)
("\\'{a}" ?叩) ("\\'a" ?叩)
("\\^{a}" ?但) ("\\^a" ?但)
("\\~{a}" ?達) ("\\~a" ?達)
("\\\"{a}" ?辰) ("\\\"a" ?辰)
("\\\k{a}" ?�)
("\\aa" ?奪) ;; ("{\\aa}" ?奪)
("\\ae" ?脱) ;; ("{\\ae}" ?脱)
("\\c{c}" ?巽) ("\\cc" ?巽)
("\\`{e}" ?竪) ("\\`e" ?竪)
("\\'{e}" ?辿) ("\\'e" ?辿)
("\\^{e}" ?棚) ("\\^e" ?棚)
("\\\"{e}" ?谷) ("\\\"e" ?谷)
("\\\k{e}" ?�)
("\\`{\\i}" ?狸) ("\\`i" ?狸)
("\\'{\\i}" ?鱈) ("\\'i" ?鱈)
("\\^{\\i}" ?樽) ("\\^i" ?樽)
("\\\"{\\i}" ?誰) ("\\\"i" ?誰)
("\\\k{i}" ?眺)
("\\~{n}" ?単) ("\\~n" ?単)
("\\`{o}" ?嘆) ("\\`o" ?嘆)
("\\'{o}" ?坦) ("\\'o" ?坦)
("\\^{o}" ?担) ("\\^o" ?担)
("\\~{o}" ?探) ("\\~o" ?探)
("\\\"{o}" ?旦) ("\\\"o" ?旦)
("\\\k{o}" ?寧)
("$\\div$" ?歎) ("\\div" ?歎)
("\\o" ?淡) ;; ("{\\o}" ?淡)
("\\`{u}" ?湛) ("\\`u" ?湛)
("\\'{u}" ?炭) ("\\'u" ?炭)
("\\^{u}" ?短) ("\\^u" ?短)
("\\\"{u}" ?端) ("\\\"u" ?端)
("\\\k{u}" ?迭)
("\\'{y}" ?箪) ("\\'y" ?箪)
("\\\"{y}" ?耽) ("\\\"y" ?耽)
("\\={A}" ?�) ("\\=A" ?�)
("\\={a}" ?�) ("\\=a" ?�)
("\\u{A}" ?�) ("\\uA" ?�)
("\\u{a}" ?�) ("\\ua" ?�)
("\\'{C}" ?�) ("\\'C" ?�)
("\\'{c}" ?�) ("\\'c" ?�)
("\\^{C}" ?�) ("\\^C" ?�)
("\\^{c}" ?�) ("\\^c" ?�)
("\\.{C}" ?�) ("\\.C" ?�)
("\\.{c}" ?�) ("\\.c" ?�)
("\\v{C}" ?�) ("\\vC" ?�)
("\\v{c}" ?�) ("\\vc" ?�)
("\\v{D}" ?�) ("\\vD" ?�)
("\\v{d}" ?�) ("\\vd" ?�)
("\\={E}" ?�) ("\\=E" ?�)
("\\={e}" ?�) ("\\=e" ?�)
("\\u{E}" ?�) ("\\uE" ?�)
("\\u{e}" ?�) ("\\ue" ?�)
("\\.{E}" ?�) ("\\.E" ?�)
("\\e{e}" ?�) ("\\ee" ?�)
("\\v{E}" ?�) ("\\vE" ?�)
("\\v{e}" ?�) ("\\ve" ?�)
("\\^{G}" ?�) ("\\^G" ?�)
("\\^{g}" ?�) ("\\^g" ?�)
("\\u{G}" ?�) ("\\uG" ?�)
("\\u{g}" ?�) ("\\ug" ?�)
("\\.{G}" ?�) ("\\.G" ?�)
("\\.{g}" ?帖) ("\\.g" ?帖)
("\\c{G}" ?帳) ("\\cG" ?帳)
("\\c{g}" ?庁) ("\\cg" ?庁)
("\\^{H}" ?弔) ("\\^H" ?弔)
("\\^{h}" ?張) ("\\^h" ?張)
("\\~{I}" ?懲) ("\\~I" ?懲)
("\\~{\\i}" ?挑) ("\\~i" ?挑)
("\\={I}" ?暢) ("\\=I" ?暢)
("\\={\\i}" ?朝) ("\\=i" ?朝)
("\\u{I}" ?潮) ("\\uI" ?潮)
("\\u{\\i}" ?牒) ("\\ui" ?牒)
("\\.{I}" ?聴) ("\\.I" ?聴)
("\\i" ?脹) ;; ("{\\i}" ?脹)
("\\^{J}" ?調) ("\\^J" ?調)
("\\^{\\j}" ?諜) ("\\^j" ?諜)
("\\c{K}" ?超) ("\\cK" ?超)
("\\c{k}" ?跳) ("\\ck" ?跳)
("\\'{L}" ?長) ("\\'L" ?長)
("\\'{l}" ?頂) ("\\'l" ?頂)
("\\c{L}" ?鳥) ("\\cL" ?鳥)
("\\c{l}" ?勅) ("\\cl" ?勅)
("\\L" ?�) ;; ("{\\L}" ?�)
("\\l" ?�) ;; ("{\\l}" ?�)
("\\'{N}" ?�) ("\\'N" ?�)
("\\'{n}" ?�) ("\\'n" ?�)
("\\c{N}" ?�) ("\\cN" ?�)
("\\c{n}" ?�) ("\\cn" ?�)
("\\v{N}" ?�) ("\\vN" ?�)
("\\v{n}" ?�) ("\\vn" ?�)
("\\={O}" ?�) ("\\=O" ?�)
("\\={o}" ?�) ("\\=o" ?�)
("\\u{O}" ?�) ("\\uO" ?�)
("\\u{o}" ?�) ("\\uo" ?�)
("\\H{O}" ?�) ("\\HO" ?�)
("\\U{o}" ?�) ("\\Uo" ?�)
("\\OE" ?�) ;; ("{\\OE}" ?�)
("\\oe" ?�) ;; ("{\\oe}" ?�)
("\\'{R}" ?�) ("\\'R" ?�)
("\\'{r}" ?�) ("\\'r" ?�)
("\\c{R}" ?�) ("\\cR" ?�)
("\\c{r}" ?�) ("\\cr" ?�)
("\\v{R}" ?�) ("\\vR" ?�)
("\\v{r}" ?�) ("\\vr" ?�)
("\\'{S}" ?�) ("\\'S" ?�)
("\\'{s}" ?�) ("\\'s" ?�)
("\\^{S}" ?�) ("\\^S" ?�)
("\\^{s}" ?�) ("\\^s" ?�)
("\\c{S}" ?�) ("\\cS" ?�)
("\\c{s}" ?�) ("\\cs" ?�)
("\\v{S}" ?�) ("\\vS" ?�)
("\\v{s}" ?邸) ("\\vs" ?邸)
("\\c{T}" ?鄭) ("\\cT" ?鄭)
("\\c{t}" ?釘) ("\\ct" ?釘)
("\\v{T}" ?鼎) ("\\vT" ?鼎)
("\\v{t}" ?泥) ("\\vt" ?泥)
("\\~{U}" ?敵) ("\\~U" ?敵)
("\\~{u}" ?滴) ("\\~u" ?滴)
("\\={U}" ?的) ("\\=U" ?的)
("\\={u}" ?笛) ("\\=u" ?笛)
("\\u{U}" ?適) ("\\uU" ?適)
("\\u{u}" ?鏑) ("\\uu" ?鏑)
("\\H{U}" ?徹) ("\\HU" ?徹)
("\\H{u}" ?撤) ("\\Hu" ?撤)
("\\^{W}" ?鉄) ("\\^W" ?鉄)
("\\^{w}" ?典) ("\\^w" ?典)
("\\^{Y}" ?填) ("\\^Y" ?填)
("\\^{y}" ?天) ("\\^y" ?天)
("\\\"{Y}" ?展) ("\\\"Y" ?展)
("\\'{Z}" ?店) ("\\'Z" ?店)
("\\'{z}" ?添) ("\\'z" ?添)
("\\.{Z}" ?纏) ("\\.Z" ?纏)
("\\.{z}" ?甜) ("\\.z" ?甜)
("\\v{Z}" ?貼) ("\\vZ" ?貼)
("\\v{z}" ?転) ("\\vz" ?転)
("\\v{A}" ?�) ("\\vA" ?�)
("\\v{a}" ?�) ("\\va" ?�)
("\\v{I}" ?�) ("\\vI" ?�)
("\\v{\\i}" ?�) ("\\vi" ?�)
("\\v{O}" ?�) ("\\vO" ?�)
("\\v{o}" ?�) ("\\vo" ?�)
("\\v{U}" ?�) ("\\vU" ?�)
("\\v{u}" ?�) ("\\vu" ?�)
("\\={\\AE}" ?尿) ("\\=\\AE" ?尿)
("\\={\\ae}" ?韮) ("\\=\\ae" ?韮)
("\\v{G}" ?忍) ("\\vG" ?忍)
("\\v{g}" ?認) ("\\vg" ?認)
("\\v{K}" ?濡) ("\\vK" ?濡)
("\\v{k}" ?禰) ("\\vk" ?禰)
("\\v{\\j}" ?念) ("\\vj" ?念)
("\\'{G}" ?粘) ("\\'G" ?粘)
("\\'{g}" ?乃) ("\\'g" ?乃)
("\\`{N}" ?埜) ("\\`N" ?埜)
("\\`{n}" ?嚢) ("\\`n" ?嚢)
("\\'{\\AE}" ?納) ("\\'\\AE" ?納)
("\\'{\\ae}" ?能) ("\\'\\ae" ?能)
("\\'{\\O}" ?脳) ("\\'\\O" ?脳)
("\\'{\\o}" ?膿) ("\\'\\o" ?膿)
("\\v{H}" ?�) ("\\vH" ?�)
("\\v{h}" ?�) ("\\vh" ?�)
("\\.{A}" ?筈) ("\\.A" ?筈)
("\\.{a}" ?櫨) ("\\.a" ?櫨)
("\\c{E}" ?幡) ("\\cE" ?幡)
("\\c{e}" ?肌) ("\\ce" ?肌)
("\\.{O}" ?溌) ("\\.O" ?溌)
("\\.{o}" ?発) ("\\.o" ?発)
("\\={Y}" ?伐) ("\\=Y" ?伐)
("\\={y}" ?罰) ("\\=y" ?罰)
("\\v{}" ?�)
("\\u{}" ?�)
("\\.{}" ?�)
("\\~{}" ?�)
("\\H{}" ?�)
("\\'" ?�)
("\\'K" ?畍�)
("\\'M" ?畍�)
("\\'P" ?畊�)
("\\'W" ?畉�)
("\\'k" ?畍�)
("\\'m" ?畍�)
("\\'p" ?畊�)
("\\'w" ?畉�)
("\\," ?��)
("\\." ?�)
("\\.B" ?畍�)
("\\.D" ?畍�)
("\\.F" ?畍�)
("\\.H" ?畍�)
("\\.M" ?畊�)
("\\.N" ?畊�)
("\\.P" ?畊�)
("\\.R" ?畊�)
("\\.S" ?畊�)
("\\.T" ?畊�)
("\\.W" ?畉�)
("\\.X" ?畉�)
("\\.Y" ?畉�)
("\\.b" ?畍�)
("\\.d" ?畍�)
("\\.e" ?�)
("\\.f" ?畍�)
("\\.h" ?畍�)
("\\.m" ?畊�)
("\\.n" ?畊�)
("\\.p" ?畊�)
("\\.r" ?畊�)
("\\.s" ?畊�)
("\\.t" ?畊�)
("\\.w" ?畉�)
("\\.x" ?畉�)
("\\.y" ?畉�)
("\\/" ?��)
("\\:" ?��)
("\\;" ?��)
("\\=" ?�)
("\\=G" ?畍�)
("\\=g" ?畍�)
("^(" ?��)
("^)" ?��)
("^+" ?��)
("^-" ?��)
("^0" ?��)
("^1" ?孫)
("^2" ?族)
("^3" ?続)
("^4" ?��)
("^5" ?��)
("^6" ?��)
("^7" ?��)
("^8" ?��)
("^9" ?��)
("^=" ?��)
("^\\gamma" ?�)
("^h" ?憤)
("^j" ?焚)
("^l" ?法)
("^n" ?��)
("^o" ?尊)
("^r" ?奮)
("^s" ?泡)
("^w" ?雰)
("^x" ?烹)
("^y" ?文)
("^{SM}" ?��)
("^{TEL}" ?��)
("^{TM}" ?��)
("_(" ?��)
("_)" ?��)
("_+" ?��)
("_-" ?��)
("_0" ?��)
("_1" ?��)
("_2" ?��)
("_3" ?��)
("_4" ?��)
("_5" ?��)
("_6" ?��)
("_7" ?��)
("_8" ?��)
("_9" ?��)
("_=" ?��)
("\\~" ?�)
("\\~E" ?畉�)
("\\~V" ?畊�)
("\\~Y" ?畛�)
("\\~e" ?畉�)
("\\~v" ?畊�)
("\\~y" ?畛�)
("\\\"" ?�)
("\\\"H" ?畍�)
("\\\"W" ?畉�)
("\\\"X" ?畉�)
("\\\"h" ?畍�)
("\\\"t" ?畉�)
("\\\"w" ?畉�)
("\\\"x" ?畉�)
("\\^" ?�)
("\\^Z" ?畉�)
("\\^z" ?畉�)
("\\`" ?�)
("\\`W" ?畉�)
("\\`Y" ?畛�)
("\\`w" ?畉�)
("\\`y" ?畛�)
("\\b" ?民)
("\\c" ?箕)
("\\c{D}" ?畍�)
("\\c{H}" ?畍�)
("\\c{d}" ?畍�)
("\\c{h}" ?畍�)
("\\d" ?味)
("\\d{A}" ?畉�)
("\\d{B}" ?畍�)
("\\d{D}" ?畍�)
("\\d{E}" ?畉�)
("\\d{H}" ?畍�)
("\\d{I}" ?畛�)
("\\d{K}" ?畍�)
("\\d{L}" ?畍�)
("\\d{M}" ?畊�)
("\\d{N}" ?畊�)
("\\d{O}" ?畛�)
("\\d{R}" ?畊�)
("\\d{S}" ?畊�)
("\\d{T}" ?畊�)
("\\d{U}" ?畛�)
("\\d{V}" ?畊�)
("\\d{W}" ?畉�)
("\\d{Y}" ?畛�)
("\\d{Z}" ?畉�)
("\\d{a}" ?畉�)
("\\d{b}" ?畍�)
("\\d{d}" ?畍�)
("\\d{e}" ?畉�)
("\\d{h}" ?畍�)
("\\d{i}" ?畛�)
("\\d{k}" ?畍�)
("\\d{l}" ?畍�)
("\\d{m}" ?畊�)
("\\d{n}" ?畊�)
("\\d{o}" ?畛�)
("\\d{r}" ?畊�)
("\\d{s}" ?畊�)
("\\d{t}" ?畊�)
("\\d{u}" ?畛�)
("\\d{v}" ?畊�)
("\\d{w}" ?畉�)
("\\d{y}" ?畛�)
("\\d{z}" ?畉�)
("\\rq" ?��)
("\\u" ?�)
("\\v" ?�)
("\\v{L}" ?捗)
("\\v{i}" ?�)
("\\v{j}" ?念)
("\\v{l}" ?直)
("\\yen" ?促)
("\\Box" ?��)
("\\Bumpeq" ?��)
("\\Cap" ?��)
("\\Cup" ?��)
("\\Delta" ?�)
("\\Diamond" ?��)
("\\Downarrow" ?��)
("\\Gamma" ?�)
("\\H" ?�)
("\\H{o}" ?�)
("\\Im" ?��)
("\\Join" ?��)
("\\Lambda" ?�)
("\\Leftarrow" ?��)
("\\Leftrightarrow" ?��)
("\\Ll" ?��)
("\\Lleftarrow" ?��)
("\\Longleftarrow" ?��)
("\\Longleftrightarrow" ?��)
("\\Longrightarrow" ?��)
("\\Lsh" ?��)
("\\Omega" ?立)
("\\Phi" ?陸)
("\\Pi" ?�)
("\\Psi" ?率)
("\\Re" ?��)
("\\Rightarrow" ?��)
("\\Rrightarrow" ?��)
("\\Rsh" ?��)
("\\Sigma" ?裡)
("\\Subset" ?��)
("\\Supset" ?��)
("\\Theta" ?�)
("\\Uparrow" ?��)
("\\Updownarrow" ?��)
("\\Upsilon" ?離)
("\\Vdash" ?��)
("\\Vert" ?��)
("\\Vvdash" ?��)
("\\Xi" ?�)
("\\aleph" ?�)
("\\alpha" ?留)
("\\amalg" ?��)
("\\angle" ?��)
("\\approx" ?��)
("\\approxeq" ?��)
("\\ast" ?��)
("\\asymp" ?��)
("\\backcong" ?��)
("\\backepsilon" ?��)
("\\backprime" ?��)
("\\backsim" ?��)
("\\backsimeq" ?��)
("\\backslash" ?\\)
("\\barwedge" ?��)
("\\because" ?��)
("\\beta" ?硫)
("\\beth" ?�)
("\\between" ?��)
("\\bigcap" ?��)
("\\bigcirc" ?��)
("\\bigcup" ?��)
("\\bigstar" ?��)
("\\bigtriangledown" ?��)
("\\bigtriangleup" ?��)
("\\bigvee" ?��)
("\\bigwedge" ?��)
("\\blacklozenge" ?��)
("\\blacksquare" ?��)
("\\blacktriangle" ?��)
("\\blacktriangledown" ?��)
("\\blacktriangleleft" ?��)
("\\blacktriangleright" ?��)
("\\bot" ?��)
("\\bowtie" ?��)
("\\boxminus" ?��)
("\\boxplus" ?��)
("\\boxtimes" ?��)
("\\bullet" ?��)
("\\bumpeq" ?��)
("\\cap" ?��)
("\\cdots" ?��)
("\\centerdot" ?揃)
("\\checkmark" ?��)
("\\chi" ?�)
("\\circ" ?��)
("\\circeq" ?��)
("\\circlearrowleft" ?��)
("\\circlearrowright" ?��)
("\\circledR" ?速)
("\\circledS" ?��)
("\\circledast" ?��)
("\\circledcirc" ?��)
("\\circleddash" ?��)
("\\clubsuit" ?��)
("\\colon" ?:)
("\\coloneq" ?��)
("\\complement" ?��)
("\\cong" ?��)
("\\coprod" ?��)
("\\cup" ?��)
("\\curlyeqprec" ?��)
("\\curlyeqsucc" ?��)
("\\curlypreceq" ?��)
("\\curlyvee" ?��)
("\\curlywedge" ?��)
("\\curvearrowleft" ?��)
("\\curvearrowright" ?��)
("\\dag" ?��)
("\\dagger" ?��)
("\\daleth" ?�)
("\\dashv" ?��)
("\\ddag" ?��)
("\\ddagger" ?��)
("\\ddots" ?��)
("\\delta" ?隆)
("\\diamond" ?��)
("\\diamondsuit" ?��)
("\\digamma" ?�)
("\\divideontimes" ?��)
("\\doteq" ?��)
("\\doteqdot" ?��)
("\\dotplus" ?��)
("\\dotsquare" ?��)
("\\downarrow" ?��)
("\\downdownarrows" ?��)
("\\downleftharpoon" ?��)
("\\downrightharpoon" ?��)
("\\ell" ?��)
("\\emptyset" ?��)
("\\epsilon" ?竜)
("\\eqcirc" ?��)
("\\eqcolon" ?��)
("\\eqslantgtr" ?��)
("\\eqslantless" ?��)
("\\equiv" ?��)
("\\eta" ?侶)
("\\euro" ?��)
("\\exists" ?��)
("\\fallingdotseq" ?��)
("\\flat" ?��)
("\\forall" ?��)
("\\frac1" ?��)
("\\frac12" ?遜)
("\\frac13" ?��)
("\\frac14" ?村)
("\\frac15" ?��)
("\\frac16" ?��)
("\\frac18" ?��)
("\\frac23" ?��)
("\\frac25" ?��)
("\\frac34" ?他)
("\\frac35" ?��)
("\\frac38" ?��)
("\\frac45" ?��)
("\\frac56" ?��)
("\\frac58" ?��)
("\\frac78" ?��)
("\\frown" ?��)
("\\gamma" ?粒)
("\\ge" ?��)
("\\geq" ?��)
("\\geqq" ?��)
("\\geqslant" ?��)
("\\gets" ?��)
("\\gg" ?��)
("\\ggg" ?��)
("\\gimel" ?�)
("\\gnapprox" ?��)
("\\gneq" ?��)
("\\gneqq" ?��)
("\\gnsim" ?��)
("\\gtrapprox" ?��)
("\\gtrdot" ?��)
("\\gtreqless" ?��)
("\\gtreqqless" ?��)
("\\gtrless" ?��)
("\\gtrsim" ?��)
("\\gvertneqq" ?��)
("\\hbar" ?��)
("\\heartsuit" ?��)
("\\hookleftarrow" ?��)
("\\hookrightarrow" ?��)
("\\iff" ?��)
("\\imath" ?脹)
("\\in" ?��)
("\\infty" ?��)
("\\int" ?��)
("\\intercal" ?��)
("\\iota" ?旅)
("\\kappa" ?虜)
("\\lambda" ?了)
("\\langle" ?��)
("\\lbrace" ?{)
("\\lbrack" ?[)
("\\lceil" ?��)
("\\ldots" ?��)
("\\le" ?��)
("\\leadsto" ?��)
("\\leftarrow" ?��)
("\\leftarrowtail" ?��)
("\\leftharpoondown" ?��)
("\\leftharpoonup" ?��)
("\\leftleftarrows" ?��)
("\\leftparengtr" ?��)
("\\leftrightarrow" ?��)
("\\leftrightarrows" ?��)
("\\leftrightharpoons" ?��)
("\\leftrightsquigarrow" ?��)
("\\leftthreetimes" ?��)
("\\leq" ?��)
("\\leqq" ?��)
("\\leqslant" ?��)
("\\lessapprox" ?��)
("\\lessdot" ?��)
("\\lesseqgtr" ?��)
("\\lesseqqgtr" ?��)
("\\lessgtr" ?��)
("\\lesssim" ?��)
("\\lfloor" ?��)
("\\lhd" ?��)
("\\rhd" ?��)
("\\ll" ?��)
("\\llcorner" ?��)
("\\lnapprox" ?��)
("\\lneq" ?��)
("\\lneqq" ?��)
("\\lnsim" ?��)
("\\longleftarrow" ?��)
("\\longleftrightarrow" ?��)
("\\longmapsto" ?��)
("\\longrightarrow" ?��)
("\\looparrowleft" ?��)
("\\looparrowright" ?��)
("\\lozenge" ?��)
("\\lq" ?��)
("\\lrcorner" ?��)
("\\ltimes" ?��)
("\\lvertneqq" ?��)
("\\maltese" ?��)
("\\mapsto" ?��)
("\\measuredangle" ?��)
("\\mho" ?��)
("\\mid" ?��)
("\\models" ?��)
("\\mp" ?��)
("\\multimap" ?��)
("\\nLeftarrow" ?��)
("\\nLeftrightarrow" ?��)
("\\nRightarrow" ?��)
("\\nVDash" ?��)
("\\nVdash" ?��)
("\\nabla" ?��)
("\\napprox" ?��)
("\\natural" ?��)
("\\ncong" ?��)
("\\ne" ?��)
("\\nearrow" ?��)
("\\neg" ?測)
("\\neq" ?��)
("\\nequiv" ?��)
("\\newline" ?��)
("\\nexists" ?��)
("\\ngeq" ?��)
("\\ngeqq" ?��)
("\\ngeqslant" ?��)
("\\ngtr" ?��)
("\\ni" ?��)
("\\nleftarrow" ?��)
("\\nleftrightarrow" ?��)
("\\nleq" ?��)
("\\nleqq" ?��)
("\\nleqslant" ?��)
("\\nless" ?��)
("\\nmid" ?��)
("\\not" ?霧)
("\\notin" ?��)
("\\nparallel" ?��)
("\\nprec" ?��)
("\\npreceq" ?��)
("\\nrightarrow" ?��)
("\\nshortmid" ?��)
("\\nshortparallel" ?��)
("\\nsim" ?��)
("\\nsimeq" ?��)
("\\nsubset" ?��)
("\\nsubseteq" ?��)
("\\nsubseteqq" ?��)
("\\nsucc" ?��)
("\\nsucceq" ?��)
("\\nsupset" ?��)
("\\nsupseteq" ?��)
("\\nsupseteqq" ?��)
("\\ntriangleleft" ?��)
("\\ntrianglelefteq" ?��)
("\\ntriangleright" ?��)
("\\ntrianglerighteq" ?��)
("\\nu" ?僚)
("\\nvDash" ?��)
("\\nvdash" ?��)
("\\nwarrow" ?��)
("\\odot" ?��)
("\\oint" ?��)
("\\omega" ?�)
("\\ominus" ?��)
("\\oplus" ?��)
("\\oslash" ?��)
("\\otimes" ?��)
("\\par" ?��)
("\\parallel" ?��)
("\\partial" ?��)
("\\perp" ?��)
("\\phi" ?�)
("\\pi" ?�)
("\\pitchfork" ?��)
("\\prec" ?��)
("\\precapprox" ?��)
("\\preceq" ?��)
("\\precnapprox" ?��)
("\\precnsim" ?��)
("\\precsim" ?��)
("\\prime" ?��)
("\\prod" ?��)
("\\propto" ?��)
("\\psi" ?�)
("\\qed" ?��)
("\\quad" ?��)
("\\rangle" ?��)
("\\rbrace" ?})
("\\rbrack" ?])
("\\rceil" ?��)
("\\rfloor" ?��)
("\\rightarrow" ?��)
("\\rightarrowtail" ?��)
("\\rightharpoondown" ?��)
("\\rightharpoonup" ?��)
("\\rightleftarrows" ?��)
("\\rightleftharpoons" ?��)
("\\rightparengtr" ?��)
("\\rightrightarrows" ?��)
("\\rightthreetimes" ?��)
("\\risingdotseq" ?��)
("\\rtimes" ?��)
("\\sbs" ?鏐�)
("\\searrow" ?��)
("\\setminus" ?��)
("\\sharp" ?��)
("\\shortmid" ?��)
("\\shortparallel" ?��)
("\\sigma" ?�)
("\\sim" ?��)
("\\simeq" ?��)
("\\smallamalg" ?��)
("\\smallsetminus" ?��)
("\\smallsmile" ?��)
("\\smile" ?��)
("\\spadesuit" ?��)
("\\sphericalangle" ?��)
("\\sqcap" ?��)
("\\sqcup" ?��)
("\\sqsubset" ?��)
("\\sqsubseteq" ?��)
("\\sqsupset" ?��)
("\\sqsupseteq" ?��)
("\\square" ?��)
("\\squigarrowright" ?��)
("\\star" ?��)
("\\straightphi" ?�)
("\\subset" ?��)
("\\subseteq" ?��)
("\\subseteqq" ?��)
("\\subsetneq" ?��)
("\\subsetneqq" ?��)
("\\succ" ?��)
("\\succapprox" ?��)
("\\succcurlyeq" ?��)
("\\succeq" ?��)
("\\succnapprox" ?��)
("\\succnsim" ?��)
("\\succsim" ?��)
("\\sum" ?��)
("\\supset" ?��)
("\\supseteq" ?��)
("\\supseteqq" ?��)
("\\supsetneq" ?��)
("\\supsetneqq" ?��)
("\\surd" ?��)
("\\swarrow" ?��)
("\\tau" ?�)
("\\therefore" ?��)
("\\theta" ?慮)
("\\thickapprox" ?��)
("\\thicksim" ?��)
("\\to" ?��)
("\\top" ?��)
("\\triangle" ?��)
("\\triangledown" ?��)
("\\triangleleft" ?��)
("\\trianglelefteq" ?��)
("\\triangleq" ?��)
("\\triangleright" ?��)
("\\trianglerighteq" ?��)
("\\twoheadleftarrow" ?��)
("\\twoheadrightarrow" ?��)
("\\ulcorner" ?��)
("\\uparrow" ?��)
("\\updownarrow" ?��)
("\\upleftharpoon" ?��)
("\\uplus" ?��)
("\\uprightharpoon" ?��)
("\\upsilon" ?�)
("\\upuparrows" ?��)
("\\urcorner" ?��)
("\\u{i}" ?牒)
("\\vDash" ?��)
("\\varkappa" ?楼)
("\\varphi" ?�)
("\\varpi" ?�)
("\\varprime" ?��)
("\\varpropto" ?��)
("\\varrho" ?榔)
("\\varsigma" ?�)
("\\vartheta" ?�)
("\\vartriangleleft" ?��)
("\\vartriangleright" ?��)
("\\vdash" ?��)
("\\vdots" ?��)
("\\vee" ?��)
("\\veebar" ?��)
("\\vert" ?|)
("\\wedge" ?��)
("\\wp" ?��)
("\\wr" ?��)
("\\xi" ?両)
("\\zeta" ?龍)
("\\Bbb{N}" ?��) ; AMS commands for blackboard bold
("\\Bbb{P}" ?��) ; Also sometimes \mathbb.
("\\Bbb{R}" ?��)
("\\Bbb{Z}" ?��)
("--" ?��)
("---" ?��)
;; We used to use ~ for NBSP but that's inconvenient and may even look like
;; a bug where the user finds his ~ key doesn't insert a ~ any more.
("\\ " ?�)
("\\\\" ?\\)
("\\mu" ?亮)
("\\rho" ?�)
("\\mathscr{I}" ?��) ; moment of inertia
("\\Smiley" ?��)
("\\blacksmiley" ?��)
("\\Frowny" ?��)
("\\Letter" ?��)
("\\permil" ?��)
;; Probably not useful enough:
;; ("\\Telefon" ?��) ; there are other possibilities
;; ("\\Radioactivity" ?��)
;; ("\Biohazard" ?��)
;; ("\\Male" ?��)
;; ("\\Female" ?��)
;; ("\\Lightning" ?��)
;; ("\\Mercury" ?��)
;; ("\\Earth" ?��)
;; ("\\Jupiter" ?��)
;; ("\\Saturn" ?��)
;; ("\\Uranus" ?��)
;; ("\\Neptune" ?��)
;; ("\\Pluto" ?��)
;; ("\\Sun" ?��)
;; ("\\Writinghand" ?��)
;; ("\\Yinyang" ?��)
;; ("\\Heart" ?��)
("\\registered" ?速)
("\\currency" ?造)
("\\dh" ?丹)
("\\DH" ?�)
("\\th" ?綻)
("\\TH" ?�)
("\\micro" ?袖)
("\\lnot" ?測)
("\\ordfeminine" ?捉)
("\\ordmasculine" ?尊)
("\\lambdabar" ?�)
("\\celsius" ?��)
;; by analogy with lq, rq:
("\\ldq" ?\��)
("\\rdq" ?\��)
("\\minus" ?��)
("\\defs" ?��) ; per fuzz/zed
;; ("\\sqrt[3]" ?��)
("\\llbracket" ?\��) ; stmaryrd
("\\rrbracket" ?\��)
;; ("\\lbag" ?\��) ; fuzz
;; ("\\rbag" ?\��)
("\\ldata" ?\��) ; fuzz/zed
("\\rdata" ?\��)
;; From Karl Eichwalder.
("\\glq" ?��)
("\\grq" ?��)
("\\glqq" ?��) ("\\\"`" ?��)
("\\grqq" ?��) ("\\\"'" ?��)
("\\flq" ?��)
("\\frq" ?��)
("\\flqq" ?\束) ("\\\"<" ?\束)
("\\frqq" ?\損) ("\\\">" ?\損)
("\\-" ?足) ;; soft hyphen
("\\textmu" ?袖)
("\\textfractionsolidus" ?��)
("\\textbigcircle" ?��)
("\\textmusicalnote" ?��)
("\\textdied" ?��)
("\\textcolonmonetary" ?��)
("\\textwon" ?��)
("\\textnaira" ?��)
("\\textpeso" ?��)
("\\textlira" ?��)
("\\textrecipe" ?��)
("\\textinterrobang" ?��)
("\\textpertenthousand" ?��)
("\\textbaht" ?犖�)
("\\textnumero" ?��)
("\\textdiscount" ?��)
("\\textestimated" ?��)
("\\textopenbullet" ?��)
("\\textlquill" ?��)
("\\textrquill" ?��)
("\\textcircledP" ?��)
("\\textreferencemark" ?��)
)
;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f
;;; latin-ltx.el ends here