# HG changeset patch # User Kenichi Handa # Date 1198580749 0 # Node ID 52f31f16499e9808521b6c138b9a06a7a6704c57 # Parent d1ec766050a627a555f48a895895024204c66234 Register font-shape-text in composition-function-table. diff -r d1ec766050a6 -r 52f31f16499e lisp/language/tibetan.el --- a/lisp/language/tibetan.el Tue Dec 25 11:05:22 2007 +0000 +++ b/lisp/language/tibetan.el Tue Dec 25 11:05:49 2007 +0000 @@ -606,7 +606,7 @@ ;; For automatic composition. (set-char-table-range composition-function-table '(#xF00 . #xFD1) - 'tibetan-composition-function) + '(("[\xF00-\xFD1]+" . font-shape-text))) (provide 'tibetan)