Mercurial > emacs
annotate etc/nxml/00E80-00EFF.el @ 103273:c32ec20d0ab5
* abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
* backups.texi (Making Backups): backup-directory-alist and
make-backup-file-name-function are options.
(Auto-Saving): auto-save-list-file-prefix is an option.
* buffers.texi (Killing Buffers): buffer-offer-save is an
option.
* display.texi (Refresh Screen): no-redraw-on-reenter is an
option.
(Echo Area Customization): echo-keystrokes is an option.
(Selective Display): selective-display-ellipses is an option.
(Temporary Displays): temp-buffer-show-function is an option.
(Face Attributes): underline-minimum-offset and x-bitmap-file-path
are options.
(Font Selection): face-font-family-alternatives,
face-font-selection-order, face-font-registry-alternatives, and
scalable-fonts-allowed are options.
(Fringe Indicators): indicate-buffer-boundaries is an option.
(Fringe Cursors): overflow-newline-into-fringe is an option.
(Scroll Bars): scroll-bar-mode is an option.
* eval.texi (Eval): max-lisp-eval-depth is an option.
* files.texi (Visiting Functions): find-file-hook is an option.
(Directory Names): directory-abbrev-alist is an option.
(Unique File Names): temporary-file-directory and
small-temporary-file-directory are options.
* frames.texi (Initial Parameters): initial-frame-alist,
minibuffer-frame-alist and default-frame-alist are options.
(Cursor Parameters): blink-cursor-alist and
cursor-in-non-selected-windows ar options.
(Window System Selections): selection-coding-system is an
option.
(Display Feature Testing): display-mm-dimensions-alist is an
option.
* help.texi (Help Functions): help-char and help-event-list are
options.
* keymaps.texi (Functions for Key Lookup): meta-prefix-char is
an option.
* minibuf.texi (Minibuffer History): history-length and
history-delete-duplicates are options.
(High-Level Completion): read-buffer-function and
read-buffer-completion-ignore-case are options.
(Reading File Names): read-file-name-completion-ignore-case is
an option.
* modes.texi (Mode Line Top): mode-line-format is an option.
(Mode Line Variables): mode-line-position and mode-line-modes
are options.
* nonascii.texi (Text Representations):
enable-multibyte-characters is an option.
(Default Coding Systems): auto-coding-regexp-alist,
file-coding-system-alist, auto-coding-alist and
auto-coding-functions are options.
(Specifying Coding Systems): inhibit-eol-conversion is an
option.
* os.texi (Init File): site-run-file is an option.
(System Environment): mail-host-address is an option.
(User Identification): user-mail-address is an option.
(Terminal Output): baud-rate is an option.
* positions.texi (Word Motion): words-include-escapes is an
option.
* searching.texi (Standard Regexps): page-delimiter,
paragraph-separate, paragraph-separate and sentence-end are
options.
* text.texi (Margins): left-margin and fill-nobreak-predicate
are options.
* variables.texi (Local Variables): max-specpdl-size is an
option.
* windows.texi (Choosing Window):
split-window-preferred-function, special-display-function and
display-buffer-function are options.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Thu, 21 May 2009 15:31:31 +0000 |
parents | 8962eefe16b5 |
children | ef719132ddfa |
rev | line source |
---|---|
86593
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 (nxml-define-char-name-set 'lao |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 '(("LAO LETTER KO" #x0E81) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 ("LAO LETTER KHO SUNG" #x0E82) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 ("LAO LETTER KHO TAM" #x0E84) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 ("LAO LETTER NGO" #x0E87) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 ("LAO LETTER CO" #x0E88) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 ("LAO LETTER SO TAM" #x0E8A) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 ("LAO LETTER NYO" #x0E8D) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 ("LAO LETTER DO" #x0E94) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
10 ("LAO LETTER TO" #x0E95) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
11 ("LAO LETTER THO SUNG" #x0E96) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
12 ("LAO LETTER THO TAM" #x0E97) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
13 ("LAO LETTER NO" #x0E99) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
14 ("LAO LETTER BO" #x0E9A) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
15 ("LAO LETTER PO" #x0E9B) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
16 ("LAO LETTER PHO SUNG" #x0E9C) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
17 ("LAO LETTER FO TAM" #x0E9D) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
18 ("LAO LETTER PHO TAM" #x0E9E) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
19 ("LAO LETTER FO SUNG" #x0E9F) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
20 ("LAO LETTER MO" #x0EA1) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
21 ("LAO LETTER YO" #x0EA2) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
22 ("LAO LETTER LO LING" #x0EA3) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
23 ("LAO LETTER LO LOOT" #x0EA5) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
24 ("LAO LETTER WO" #x0EA7) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
25 ("LAO LETTER SO SUNG" #x0EAA) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
26 ("LAO LETTER HO SUNG" #x0EAB) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
27 ("LAO LETTER O" #x0EAD) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
28 ("LAO LETTER HO TAM" #x0EAE) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
29 ("LAO ELLIPSIS" #x0EAF) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
30 ("LAO VOWEL SIGN A" #x0EB0) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
31 ("LAO VOWEL SIGN MAI KAN" #x0EB1) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
32 ("LAO VOWEL SIGN AA" #x0EB2) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
33 ("LAO VOWEL SIGN AM" #x0EB3) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
34 ("LAO VOWEL SIGN I" #x0EB4) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
35 ("LAO VOWEL SIGN II" #x0EB5) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
36 ("LAO VOWEL SIGN Y" #x0EB6) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
37 ("LAO VOWEL SIGN YY" #x0EB7) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
38 ("LAO VOWEL SIGN U" #x0EB8) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
39 ("LAO VOWEL SIGN UU" #x0EB9) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
40 ("LAO VOWEL SIGN MAI KON" #x0EBB) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
41 ("LAO SEMIVOWEL SIGN LO" #x0EBC) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
42 ("LAO SEMIVOWEL SIGN NYO" #x0EBD) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
43 ("LAO VOWEL SIGN E" #x0EC0) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
44 ("LAO VOWEL SIGN EI" #x0EC1) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
45 ("LAO VOWEL SIGN O" #x0EC2) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
46 ("LAO VOWEL SIGN AY" #x0EC3) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
47 ("LAO VOWEL SIGN AI" #x0EC4) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
48 ("LAO KO LA" #x0EC6) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
49 ("LAO TONE MAI EK" #x0EC8) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
50 ("LAO TONE MAI THO" #x0EC9) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
51 ("LAO TONE MAI TI" #x0ECA) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
52 ("LAO TONE MAI CATAWA" #x0ECB) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
53 ("LAO CANCELLATION MARK" #x0ECC) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
54 ("LAO NIGGAHITA" #x0ECD) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
55 ("LAO DIGIT ZERO" #x0ED0) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
56 ("LAO DIGIT ONE" #x0ED1) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
57 ("LAO DIGIT TWO" #x0ED2) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
58 ("LAO DIGIT THREE" #x0ED3) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
59 ("LAO DIGIT FOUR" #x0ED4) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
60 ("LAO DIGIT FIVE" #x0ED5) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
61 ("LAO DIGIT SIX" #x0ED6) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
62 ("LAO DIGIT SEVEN" #x0ED7) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
63 ("LAO DIGIT EIGHT" #x0ED8) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
64 ("LAO DIGIT NINE" #x0ED9) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
65 ("LAO HO NO" #x0EDC) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
66 ("LAO HO MO" #x0EDD) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
67 )) |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
68 |
8962eefe16b5
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
69 ;; arch-tag: 36f98cb4-447d-49e0-bae5-03a026adabac |