From: Kenichi Handa <handa@m17n.org>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 3526@emacsbugs.donarmstrong.com
Subject: bug#3526: 23.0.94; `list-character-sets' display
Date: Wed, 17 Jun 2009 15:42:57 +0900 [thread overview]
Message-ID: <E1MGorJ-0004Hk-52@etlken> (raw)
In-Reply-To: <3057BD2C673B48079D31AC58DBF72C08@us.oracle.com> (drew.adams@oracle.com)
In article <3057BD2C673B48079D31AC58DBF72C08@us.oracle.com>, "Drew Adams" <drew.adams@oracle.com> writes:
> > I updated the Info node (emacs)Charsets for the new way of
> > charsets handling and added @findex for list-character-sets
> > (in doc/emacs/mule.texi), and modified list-character-sets-1
> > to do above (in lisp/international/mule-diag.el). Please
> > check the English wording of the new text and fix/improve
> > it.
> Thanks for the fix.
> If you can send me the new text or point me to a URL that has it, I'll take a
> look at the English. If not, someone else can perhaps help with this. Thx.
This is the one-line help in *Character Set List* buffer,
------------------------------------------------------------
Character sets for defining another charset or obsolete now
------------------------------------------------------------
and this is the "Charsets" node of mule.texi.
------------------------------------------------------------
@node Charsets
@section Charsets
@cindex charsets
Emacs defines most of popular character sets (e.g. ascii,
iso-8859-1, cp1250, big5, unicode) as @dfn{charsets} and a few of its
own charsets (e.g. emacs, unicode-bmp, eight-bit). All supported
characters belong to one or more charsets. Usually you don't have to
take care of ``charset'', but knowing about it may help understanding
the behavior of Emacs in some cases.
One example is a font selection. In each language environment,
charsets have different priorities. Emacs, at first, tries to use a
font that matches with charsets of higher priority. For instance, in
Japanese language environment, the charset @code{japanese-jisx0208}
has the highest priority (@xref{describe-language-environment}). So,
Emacs tries to use a font whose @code{registry} property is
``JISX0208.1983-0'' for characters belonging to that charset.
Another example is a use of @code{charset} text property. When
Emacs reads a file encoded in a coding systems that uses escape
sequences to switch charsets (e.g. iso-2022-int-1), the buffer text
keep the information of the original charset by @code{charset} text
property. By using this information, Emacs can write the file with
the same byte sequence as the original.
@findex list-charset-chars
@cindex characters in a certain charset
@findex describe-character-set
There are two commands for obtaining information about Emacs
charsets. The command @kbd{M-x list-charset-chars} prompts for a
charset name, and displays all the characters in that character set.
The command @kbd{M-x describe-character-set} prompts for a charset
name and displays information about that charset, including its
internal representation within Emacs.
@findex list-character-sets
To display a list of all the supported charsets, type @kbd{M-x
list-character-sets}. The list gives the names of charsets and
additional information to identity each charset (see ISO/IEC's this
page <http://www.itscj.ipsj.or.jp/ISO-IR/> for the detail). In the
list, charsets are categorized into two; the normal charsets are
listed first, and the supplementary charsets are listed last. A
charset in the latter category is used for defining another charset
(as a parent or a subset), or was used only in Emacs of the older
versions.
To find out which charset a character in the buffer belongs to,
put point before it and type @kbd{C-u C-x =}.
------------------------------------------------------------
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2009-06-17 6:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87k4yb2wbz.fsf@stupidchicken.com>
2009-06-10 20:27 ` bug#3526: 23.0.94; `list-character-sets' display Drew Adams
2009-06-11 0:52 ` Kenichi Handa
2009-06-11 14:46 ` Drew Adams
2009-06-17 1:23 ` Kenichi Handa
2009-06-17 5:05 ` Drew Adams
2009-06-17 6:42 ` Kenichi Handa [this message]
2009-06-17 14:56 ` Drew Adams
2009-06-17 15:55 ` Jason Rumney
2009-06-17 16:13 ` Drew Adams
2009-06-18 0:50 ` Kenichi Handa
2009-06-18 1:01 ` Drew Adams
2009-10-31 19:40 ` bug#3526: marked as done (23.0.94; `list-character-sets' display) Emacs bug Tracking System
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MGorJ-0004Hk-52@etlken \
--to=handa@m17n.org \
--cc=3526@emacsbugs.donarmstrong.com \
--cc=drew.adams@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).