From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: set-char-table-range with charset arguments
Date: Wed, 10 Dec 2003 21:17:58 -0600 (CST) [thread overview]
Message-ID: <200312110317.hBB3HwW29087@raven.dms.auburn.edu> (raw)
In-Reply-To: <200312110252.LAA18410@etlken.m17n.org> (message from Kenichi Handa on Thu, 11 Dec 2003 11:52:00 +0900 (JST))
Ken'ichi Handa wrote:
And, I've just noticed that the docstring says that RANGE
may be a coding system, but the code doesn't handle it. The
only meaningful interpretation of RANGE being a coding
system is to treat all characters supported by the coding
system as target. But, I think we don't have to support
such a facility. So, I suggest to delete that part from the
docstring.
Actually the docstring of `set-char-table-range' says:
Set the value in CHAR-TABLE for a range of characters RANGE to VALUE.
RANGE should be t (for all characters), nil (for the default value)
a vector which identifies a character set or a row of a character set,
a coding system, or a character code.
Note that it not only wrongly mentions "coding system", but also fails
to mention "character set" (as such, that is, a symbol). Maybe the
docstring should say:
Set the value in CHAR-TABLE for a range of characters RANGE to VALUE.
RANGE should be t (for all characters), nil (for the default value),
a character set, a vector which identifies a character set or a row of
a character set, or a character code. Return VALUE.
Sincerely,
Luc.
next prev parent reply other threads:[~2003-12-11 3:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-11 2:13 set-char-table-range with charset arguments Luc Teirlinck
2003-12-11 2:52 ` Kenichi Handa
2003-12-11 3:17 ` Luc Teirlinck [this message]
2003-12-11 4:17 ` Kenichi Handa
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=200312110317.hBB3HwW29087@raven.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
--cc=emacs-devel@gnu.org \
/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).