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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
27a132c3
Commit
27a132c3
authored
Mar 29, 2005
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Position Info): Update the description about the
command C-u C-x =.
parent
0f58da4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
21 deletions
+43
-21
man/basic.texi
man/basic.texi
+43
-21
No files found.
man/basic.texi
View file @
27a132c3
...
...
@@ -677,36 +677,58 @@ point=26957 of 26956(100%) column 0
@cindex character set of character at point
@cindex font 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; @acronym{ASCII} characters are
identified as belonging to the @code{ascii} character set. It also
shows the character's syntax, categories, and encodings both
internally in the buffer and externally if you save the file. It also
shows the character's text properties (@pxref{Text Properties,,,
@w{@kbd{C-u C-x =}} displays these additional information about a
character.
@itemize @bullet
@item
The character set name and the codes that identify the character
within that character set; @acronym{ASCII} characters are identified
as belonging to the @code{ascii} character set.
@item
The character's syntax and categories.
@item
The cahracter's encodings both internally in the buffer and externally
if you save the file.
@item
What to type to input the character if an input method is activated
and it supports the character.
@item
If you are running Emacs on a window system, the font name and glyph
code for the character. If you are running Emacs on a terminal, the
code(s) sent to the terminal.
@item
The character's text properties (@pxref{Text Properties,,,
elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
(@pxref{Overlays,,, elisp, the same manual}).
@end itemize
Here's an example showing the Latin-1 character A with grave accent,
in a buffer whose coding system is @code{iso-
2022-7bit
}, whose
in a buffer whose coding system is @code{iso-
latin-1
}, whose
terminal coding system is @code{iso-latin-1} (so the terminal actually
displays the character as @samp{@`A}), and which has font-lock-mode
(@pxref{Font Lock}) enabled:
@smallexample
character: @`A (04300, 2240, 0x8c
0)
charset: latin-iso8859-1
(Right-Hand Part of Latin Alphabet 1@dots{}
code point: 64
syntax: w which means: word
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
font-lock-face: font-lock-variable-name-face
fontified
:
t
character: @`A (04300, 2240, 0x8c0, U+00C
0)
charset: latin-iso8859-1
(Right-Hand Part of Latin Alphabet 1@dots{}
code point: 64
syntax: w which means: word
category: l:Latin
to input: type "`A"
buffer code: 0x81 0xC0
file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
display: terminal code 0xC0
There are text properties here:
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