Mercurial > hg > xemacs-beta
comparison lisp/mule/thai-xtis.el @ 780:578cb2932d72
[xemacs-hg @ 2002-03-18 10:07:30 by ben]
config.inc.samp, xemacs.mak: Deal with never-ending perl quoting problems.
README: Include a long, long description of the suggested directory layout
for developing XEmacs. This should probably go as part of a
larger document, a "Getting Started with Developing XEmacs". ####
Does such a document exist?
etc\unicode\mule-ucs\*: New directory, containing translation
files for the remaining charsets that are not in
unicode\unicode-consortium but are in mule-ucs.
etc\unicode\other\*: New directory, containing translation
files made up on an ad-hoc basis.
etc\unicode\README: Update.
* Some ChangeLog entries from stuff that got applied long ago
never got checked in, due to the nasty SCCS "oops, i forgot again
..." bug.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
dumped-lisp.el: Load the remaining languages -- lao, indian, devanagari, tibetan.
Load new file mule-msw-init-late.
unicode.el: Load the new tables for Ethiopic, Vietnamese, and other languages
extracted from mule-ucs.
mule\lao.el: Convert stuff to XEmacs-style.
mule\thai-xtis.el: Move thai-xtis-chars.el stuff to here, since we can now handle
encountering characters of a charset before the charset is defined.
mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
which references charsets and thus needs to be delayed until after
all charsets have been created.
mule\mule-msw-init-late.el: New file, some stuff from
mule-msw-init.el.
fns.c, lread.c: Add variable require-prints-loading-message to cause loading
messages to get printed when a file is loading during a `require',
which normally doesn't happen. This can be set using env var
XEMACSDEBUG to debug problems with non-interactive compilation.
Modify load-internal so it prints "Requiring: ..." instead of
"Loading: ..." when appropriate.
author | ben |
---|---|
date | Mon, 18 Mar 2002 10:07:39 +0000 |
parents | 943eaba38521 |
children | 98af8a976fc3 |
comparison
equal
deleted
inserted
replaced
779:a29c4eef8f00 | 780:578cb2932d72 |
---|---|
31 | 31 |
32 ;; For Thai, the pre-composed character set proposed by | 32 ;; For Thai, the pre-composed character set proposed by |
33 ;; Virach Sornlertlamvanich <virach@links.nectec.or.th> is supported. | 33 ;; Virach Sornlertlamvanich <virach@links.nectec.or.th> is supported. |
34 | 34 |
35 ;;; Code: | 35 ;;; Code: |
36 | |
37 (make-charset 'thai-xtis "Precomposed Thai (XTIS by Virach)." | |
38 '(registry "xtis-0" | |
39 dimension 2 | |
40 columns 1 | |
41 chars 94 | |
42 final ?? | |
43 graphic 0)) | |
44 | |
45 (define-category ?x "Precomposed Thai character.") | |
46 (modify-category-entry 'thai-xtis ?x) | |
36 | 47 |
37 (when (featurep 'xemacs) | 48 (when (featurep 'xemacs) |
38 (let ((deflist '(;; chars syntax | 49 (let ((deflist '(;; chars syntax |
39 ("$(?!0(B-$(?NxP0R0S0`0(B-$(?e0(B" "w") | 50 ("$(?!0(B-$(?NxP0R0S0`0(B-$(?e0(B" "w") |
40 ("$(?p0(B-$(?y0(B" "w") | 51 ("$(?p0(B-$(?y0(B" "w") |