Mercurial > emacs
annotate etc/nxml/01680-0169F.el @ 106885:908cefda5ea2
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
(ada-ident-re): Delete ., allow multibyte characters.
(ada-goto-label-re): New; matches goto labels.
(ada-block-label-re): New; matches block labels.
(ada-label-re): New; matches both.
(ada-named-block-re): Deleted; callers changed to use
`ada-block-label-re' instead.
(ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
Use `ada-block-label-re'.
(ada-indent-on-previous-lines): Improve handling of goto labels.
(ada-get-indent-block-start): Special-case block label.
(ada-get-indent-label): Split into `ada-indent-block-label' and
`ada-indent-goto-label'.
(ada-goto-stmt-start, ada-goto-next-non-ws): Optionally ignore goto labels.
(ada-goto-next-word): Simplify.
(ada-indent-newline-indent-conditional): Insert newline before
trying to fix indentation; doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 17 Jan 2010 20:15:32 +0100 |
parents | 1945c39baaa7 |
children | ef719132ddfa |
rev | line source |
---|---|
86601
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
1 (nxml-define-char-name-set 'ogham |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
2 '(("OGHAM SPACE MARK" #x1680) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
3 ("OGHAM LETTER BEITH" #x1681) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
4 ("OGHAM LETTER LUIS" #x1682) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
5 ("OGHAM LETTER FEARN" #x1683) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
6 ("OGHAM LETTER SAIL" #x1684) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
7 ("OGHAM LETTER NION" #x1685) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
8 ("OGHAM LETTER UATH" #x1686) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
9 ("OGHAM LETTER DAIR" #x1687) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
10 ("OGHAM LETTER TINNE" #x1688) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
11 ("OGHAM LETTER COLL" #x1689) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
12 ("OGHAM LETTER CEIRT" #x168A) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
13 ("OGHAM LETTER MUIN" #x168B) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
14 ("OGHAM LETTER GORT" #x168C) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
15 ("OGHAM LETTER NGEADAL" #x168D) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
16 ("OGHAM LETTER STRAIF" #x168E) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
17 ("OGHAM LETTER RUIS" #x168F) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
18 ("OGHAM LETTER AILM" #x1690) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
19 ("OGHAM LETTER ONN" #x1691) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
20 ("OGHAM LETTER UR" #x1692) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
21 ("OGHAM LETTER EADHADH" #x1693) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
22 ("OGHAM LETTER IODHADH" #x1694) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
23 ("OGHAM LETTER EABHADH" #x1695) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
24 ("OGHAM LETTER OR" #x1696) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
25 ("OGHAM LETTER UILLEANN" #x1697) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
26 ("OGHAM LETTER IFIN" #x1698) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
27 ("OGHAM LETTER EAMHANCHOLL" #x1699) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
28 ("OGHAM LETTER PEITH" #x169A) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
29 ("OGHAM FEATHER MARK" #x169B) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
30 ("OGHAM REVERSED FEATHER MARK" #x169C) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
31 )) |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
32 |
1945c39baaa7
Move here from lisp/nxml/char-name/unicode
Glenn Morris <rgm@gnu.org>
parents:
diff
changeset
|
33 ;; arch-tag: db8ea8fc-61b4-4f83-97f5-d2a952b9d8b6 |