view etc/nxml/00E80-00EFF.el @ 97107:138e8a4ee5a6

* verilog-mode.el (verilog-do-indent): Remove special indent for declarations inside a parenthetical list. The code is ill-advised, and doesn't work given user defined types. (verilog-set-auto-endcomments): Enhance function automatic endcomment to support functions that return user defined types. (verilog-mode): Add code to tell which-function-mode minor mode that Verilog supports this feature. (verilog-beg-block-re-ordered, verilog-indent-re) (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) (verilog-leap-to-head): Support the new virtual and/or protected tasks, as well as extern declarations of tasks for indenting and for foward/backward expression. * verilog-mode (verilog-read-decls): Allow AUTORESET to work with SV 'logic' signals. [Julian Gorfajn] (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. (verilog-string-replace-matches): Avoid recursion with small replacements. (verilog-auto-inst-param-value, verilog-mode-version) (verilog-mode-version-date, verilog-read-inst-param-value) (verilog-auto-inst, verilog-auto-inst-param) (verilog-auto-inst-port, verilog-simplify-range-expression): Add verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] This allows parameters to be replaced with their values, on the expansion of an AUTOINST with Verilog 2001 style parameter settings.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 30 Jul 2008 07:03:17 +0000
parents 8962eefe16b5
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'lao
  '(("LAO LETTER KO" #x0E81)
    ("LAO LETTER KHO SUNG" #x0E82)
    ("LAO LETTER KHO TAM" #x0E84)
    ("LAO LETTER NGO" #x0E87)
    ("LAO LETTER CO" #x0E88)
    ("LAO LETTER SO TAM" #x0E8A)
    ("LAO LETTER NYO" #x0E8D)
    ("LAO LETTER DO" #x0E94)
    ("LAO LETTER TO" #x0E95)
    ("LAO LETTER THO SUNG" #x0E96)
    ("LAO LETTER THO TAM" #x0E97)
    ("LAO LETTER NO" #x0E99)
    ("LAO LETTER BO" #x0E9A)
    ("LAO LETTER PO" #x0E9B)
    ("LAO LETTER PHO SUNG" #x0E9C)
    ("LAO LETTER FO TAM" #x0E9D)
    ("LAO LETTER PHO TAM" #x0E9E)
    ("LAO LETTER FO SUNG" #x0E9F)
    ("LAO LETTER MO" #x0EA1)
    ("LAO LETTER YO" #x0EA2)
    ("LAO LETTER LO LING" #x0EA3)
    ("LAO LETTER LO LOOT" #x0EA5)
    ("LAO LETTER WO" #x0EA7)
    ("LAO LETTER SO SUNG" #x0EAA)
    ("LAO LETTER HO SUNG" #x0EAB)
    ("LAO LETTER O" #x0EAD)
    ("LAO LETTER HO TAM" #x0EAE)
    ("LAO ELLIPSIS" #x0EAF)
    ("LAO VOWEL SIGN A" #x0EB0)
    ("LAO VOWEL SIGN MAI KAN" #x0EB1)
    ("LAO VOWEL SIGN AA" #x0EB2)
    ("LAO VOWEL SIGN AM" #x0EB3)
    ("LAO VOWEL SIGN I" #x0EB4)
    ("LAO VOWEL SIGN II" #x0EB5)
    ("LAO VOWEL SIGN Y" #x0EB6)
    ("LAO VOWEL SIGN YY" #x0EB7)
    ("LAO VOWEL SIGN U" #x0EB8)
    ("LAO VOWEL SIGN UU" #x0EB9)
    ("LAO VOWEL SIGN MAI KON" #x0EBB)
    ("LAO SEMIVOWEL SIGN LO" #x0EBC)
    ("LAO SEMIVOWEL SIGN NYO" #x0EBD)
    ("LAO VOWEL SIGN E" #x0EC0)
    ("LAO VOWEL SIGN EI" #x0EC1)
    ("LAO VOWEL SIGN O" #x0EC2)
    ("LAO VOWEL SIGN AY" #x0EC3)
    ("LAO VOWEL SIGN AI" #x0EC4)
    ("LAO KO LA" #x0EC6)
    ("LAO TONE MAI EK" #x0EC8)
    ("LAO TONE MAI THO" #x0EC9)
    ("LAO TONE MAI TI" #x0ECA)
    ("LAO TONE MAI CATAWA" #x0ECB)
    ("LAO CANCELLATION MARK" #x0ECC)
    ("LAO NIGGAHITA" #x0ECD)
    ("LAO DIGIT ZERO" #x0ED0)
    ("LAO DIGIT ONE" #x0ED1)
    ("LAO DIGIT TWO" #x0ED2)
    ("LAO DIGIT THREE" #x0ED3)
    ("LAO DIGIT FOUR" #x0ED4)
    ("LAO DIGIT FIVE" #x0ED5)
    ("LAO DIGIT SIX" #x0ED6)
    ("LAO DIGIT SEVEN" #x0ED7)
    ("LAO DIGIT EIGHT" #x0ED8)
    ("LAO DIGIT NINE" #x0ED9)
    ("LAO HO NO" #x0EDC)
    ("LAO HO MO" #x0EDD)
    ))

;; arch-tag: 36f98cb4-447d-49e0-bae5-03a026adabac