Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e159624d
Commit
e159624d
authored
Apr 19, 2007
by
Kenichi Handa
Browse files
(Special Properties): Document composition property.
parent
34f23456
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
lispref/ChangeLog
lispref/ChangeLog
+4
-0
lispref/text.texi
lispref/text.texi
+21
-1
No files found.
lispref/ChangeLog
View file @
e159624d
2007
-
04
-
19
Kenichi
Handa
<
handa
@
m17n
.
org
>
*
text
.
texi
(
Special
Properties
):
Document
composition
property
.
2007
-
04
-
19
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
files
.
texi
(
File
Name
Expansion
):
Mention
"superroot"
.
...
...
lispref/text.texi
View file @
e159624d
...
...
@@ -3241,7 +3241,6 @@ functions (which may be the same function). In any case, all the
It is possible with @code{char-after} to examine characters at various
buffer positions without moving point to those positions. Only an
actual change in the value of point runs these hook functions.
@end table
@defvar inhibit-point-motion-hooks
When this variable is non-@code{nil}, @code{point-left} and
...
...
@@ -3260,6 +3259,27 @@ string to display. Tooltip mode (@pxref{Tooltips,,, emacs, The GNU Emacs
Manual}) provides an example.
@end defvar
@item composition
@kindex composition @r{(text property)}
This text property is used to display a sequence of characters as a
single glyph composed from components. For instance, Thai base
consonant is composed with the following combining vowel as a single
glyph.
The value is a character or a sequence (vector, list, or
string) of integers.
If it is a character, it is an alternate character to display instead
of the text in the region.
If it is a string, it is an alternate character sequences to
display.
If it is a vector or list, it is a sequence of alternate
characters interleaved with internal codes specifying how to
compose the following character with the previous one.
@end table
@node Format Properties
@subsection Formatted Text Properties
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment