projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3269532
)
Register font-shape-text in
author
Kenichi Handa
<handa@m17n.org>
Tue, 25 Dec 2007 11:05:49 +0000
(11:05 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 25 Dec 2007 11:05:49 +0000
(11:05 +0000)
composition-function-table.
lisp/language/tibetan.el
patch
|
blob
|
history
diff --git
a/lisp/language/tibetan.el
b/lisp/language/tibetan.el
index 0b966f3d1269d2acf3b6dcc5055cf8e43863a4bd..bad81e4a69eebb04e10aed4dd2a267ff6ad42725 100644
(file)
--- a/
lisp/language/tibetan.el
+++ b/
lisp/language/tibetan.el
@@
-606,7
+606,7
@@
This also matches some punctuation characters which need conversion.")
;; For automatic composition.
(set-char-table-range composition-function-table '(#xF00 . #xFD1)
- '
tibetan-composition-function
)
+ '
(("[\xF00-\xFD1]+" . font-shape-text))
)
(provide 'tibetan)