From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: char-table-range Date: Fri, 20 Feb 2004 08:42:36 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200402160043.JAA17207@etlken.m17n.org> <200402160130.i1G1UKG04241@raven.dms.auburn.edu> <200402190152.i1J1qWi21231@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077285203 6728 80.91.224.253 (20 Feb 2004 13:53:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2004 13:53:23 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Feb 20 14:53:14 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AuB5e-0000Yq-00 for ; Fri, 20 Feb 2004 14:53:14 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AuB5e-0001wj-00 for ; Fri, 20 Feb 2004 14:53:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuAzf-0003DF-EW for emacs-devel@quimby.gnus.org; Fri, 20 Feb 2004 08:47:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AuAwC-0002Rq-Tq for emacs-devel@gnu.org; Fri, 20 Feb 2004 08:43:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AuAve-0002F2-Lz for emacs-devel@gnu.org; Fri, 20 Feb 2004 08:43:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuAve-0002En-0X for emacs-devel@gnu.org; Fri, 20 Feb 2004 08:42:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AuAvM-0001sh-6Y; Fri, 20 Feb 2004 08:42:36 -0500 Original-To: Luc Teirlinck In-reply-to: <200402190152.i1J1qWi21231@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 18 Feb 2004 19:52:32 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20083 Note how in the ielm run below, the "real" generic character for ipa, 6272, and the invalid character 6300 seem to be treated as identical. Is this intentional? It is a little ugly, but it isn't very bad. If nothing depends on this behavior, then it might be nicer to get an error for an invalid character code, if that is not hard to implement.