mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
Fix setting of composition-function-table.
This commit is contained in:
parent
8b1c87bf32
commit
d51659522f
@ -1,3 +1,13 @@
|
|||||||
|
2008-09-05 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
|
* language/tibetan.el: Fix setting of composition-function-table.
|
||||||
|
|
||||||
|
* composite.el (find-composition): Mention about the automatic
|
||||||
|
composition in the docstring.
|
||||||
|
|
||||||
|
* descr-text.el (describe-char): Fix handling of automatic
|
||||||
|
composition.
|
||||||
|
|
||||||
2008-09-04 Juanma Barranquero <lekktu@gmail.com>
|
2008-09-04 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
|
* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
|
||||||
|
@ -604,8 +604,9 @@ This also matches some punctuation characters which need conversion.")
|
|||||||
(defvar tibetan-decomposed-temp nil)
|
(defvar tibetan-decomposed-temp nil)
|
||||||
|
|
||||||
;; For automatic composition.
|
;; For automatic composition.
|
||||||
(set-char-table-range composition-function-table '(#xF00 . #xFD1)
|
(set-char-table-range
|
||||||
'(("[\xF00-\xFD1]+" . tibetan-composition-function)))
|
composition-function-table '(#xF00 . #xFD1)
|
||||||
|
(list (vector tibetan-composable-pattern 0 'font-shape-gstring)))
|
||||||
|
|
||||||
(provide 'tibetan)
|
(provide 'tibetan)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user