Mercurial > emacs
comparison lisp/language/kannada.el @ 91280:5f6a28bb4a31
Register font-shape-text in
composition-function-table.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 25 Dec 2007 10:59:23 +0000 |
parents | f55f9811f5d7 |
children | 606f2d163a64 |
comparison
equal
deleted
inserted
replaced
91279:514550f2a5ff | 91280:5f6a28bb4a31 |
---|---|
44 environment.")) | 44 environment.")) |
45 '("Indian")) | 45 '("Indian")) |
46 | 46 |
47 ;; For automatic composition. | 47 ;; For automatic composition. |
48 (set-char-table-range composition-function-table '(#x0c80 . #x0cff) | 48 (set-char-table-range composition-function-table '(#x0c80 . #x0cff) |
49 'kannada-composition-function) | 49 '(("[\x0c80-\x0CFF]+" . font-shape-text))) |
50 | 50 |
51 (provide 'kannada) | 51 (provide 'kannada) |
52 | 52 |
53 ;;; arch-tag: 880ba90b-f6f5-4131-bc1d-930705b78416 | 53 ;;; arch-tag: 880ba90b-f6f5-4131-bc1d-930705b78416 |
54 ;;; kannada.el ends here | 54 ;;; kannada.el ends here |