]> git.eshelyaron.com Git - emacs.git/commitdiff
Register lao-composition-function in
authorKenichi Handa <handa@m17n.org>
Mon, 25 Feb 2008 01:36:48 +0000 (01:36 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 25 Feb 2008 01:36:48 +0000 (01:36 +0000)
composition-function-table.

lisp/language/lao.el

index 561884e91d0131d28dedee22c0267509d6da7079..e79b20a443857013d6434139d23c64d3d393492b 100644 (file)
         (features lao-util)
         (documentation . t)))
 
-;; For automatic composition.
-;; (let ((chars "\e(1QTUVWXY[\hijklm\e(B"))
-;;  (dotimes (i (length chars))
-;;    (aset composition-function-table (aref chars i)
-;;       'lao-composition-function)))
 (set-char-table-range composition-function-table '(#xE80 . #xEDF)
-                     '(("[\xE80-\xEDF]+" . font-shape-text)))
+                     '(("[\xE80-\xEDF]+" . lao-composition-function)))
 
 (provide 'lao)