Mercurial > emacs
changeset 96418:3dff73218ec3
(compose-region): Mention the special handling of TAB.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 29 Jun 2008 14:44:12 +0000 |
parents | e6031b31dab0 |
children | b5e89d359b84 |
files | lisp/composite.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/composite.el Sun Jun 29 14:42:35 2008 +0000 +++ b/lisp/composite.el Sun Jun 29 14:44:12 2008 +0000 @@ -197,7 +197,12 @@ If it is a character, it is an alternate character to display instead of the text in the region. -If it is a string, the elements are alternate characters. +If it is a string, the elements are alternate characters. In +this case, TAB element has a special meaning. If the first +characer is TAB, the glyphs are displayed with left padding space +so that no pixel overlaps with the previous column. If the last +character is TAB, the glyphs are displayed with rigth padding +space so that no pixel overlaps with the following column. If it is a vector or list, it is a sequence of alternate characters and composition rules, where (2N)th elements are characters and (2N+1)th