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
01005464
Commit
01005464
authored
Apr 26, 2002
by
Eli Zaretskii
Browse files
(Position Info): Add text properties to the example. Add index entries.
parent
64b9637c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
man/basic.texi
man/basic.texi
+10
-4
No files found.
man/basic.texi
View file @
01005464
...
...
@@ -653,9 +653,11 @@ part), the @w{@kbd{C-x =}} output does not describe a character after
point. The output might look like this:
@smallexample
point=26957 of 26956(100%) column 0
point=26957 of 26956(100%) column 0
@end smallexample
@cindex character set of character at point
@cindex text properties at point
@w{@kbd{C-u C-x =}} displays additional information about a
character, including the character set name and the codes that
identify the character within that character set; ASCII characters are
...
...
@@ -665,9 +667,10 @@ internally in the buffer and externally if you save the file. It also
shows the character's text properties, if any.
Here's an example showing the Latin-1 character A with grave accent,
in a buffer whose coding system is @code{iso-2022-7bit}
and
whose
in a buffer whose coding system is @code{iso-2022-7bit}
,
whose
terminal coding system is @code{iso-latin-1} (so the terminal actually
displays the character as @samp{@`A}):
displays the character as @samp{@`A}), and which has font-lock-mode
(@pxref{Font Lock}) enabled:
@smallexample
character: @`A (04300, 2240, 0x8c0)
...
...
@@ -675,10 +678,13 @@ displays the character as @samp{@`A}):
(Right-Hand Part of Latin Alphabet 1@dots{}
code point: 64
syntax: w which means: word
category: l:Latin
category: l:Latin
buffer code: 0x81 0xC0
file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
terminal code: C0
Text properties
face: font-lock-variable-name-face fontified: t
@end smallexample
@node Arguments
...
...
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