From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: (aset UNIBYTE-STRING MULTIBYTE-CHAR) Date: Thu, 17 Apr 2008 10:13:47 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1208394856 21965 80.91.229.12 (17 Apr 2008 01:14:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2008 01:14:16 +0000 (UTC) Cc: kazu@iij.ad.jp, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 17 03:14:49 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JmIi6-0001UP-M3 for ged-emacs-devel@m.gmane.org; Thu, 17 Apr 2008 03:14:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmIhP-0005cW-W7 for ged-emacs-devel@m.gmane.org; Wed, 16 Apr 2008 21:14:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmIhL-0005bo-K4 for emacs-devel@gnu.org; Wed, 16 Apr 2008 21:13:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmIhK-0005bM-BF for emacs-devel@gnu.org; Wed, 16 Apr 2008 21:13:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmIhK-0005bH-1g for emacs-devel@gnu.org; Wed, 16 Apr 2008 21:13:58 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JmIhJ-0004jK-HJ for emacs-devel@gnu.org; Wed, 16 Apr 2008 21:13:58 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m3H1DnNV022970; Thu, 17 Apr 2008 10:13:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m3H1DmBZ019619; Thu, 17 Apr 2008 10:13:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m3H1DlN3016200; Thu, 17 Apr 2008 10:13:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JmIh9-0005RH-IQ; Thu, 17 Apr 2008 10:13:47 +0900 In-reply-to: (message from Stefan Monnier on Tue, 15 Apr 2008 11:52:31 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95381 Archived-At: In article , Stefan Monnier writes: >>> I want to avoid treating non-ASCII chars different from >>> ASCII. Then, the only solution is to make aset work well >>> for multibyte characters. > > The attached simple change does the work. May I install it? > I guess it's OK. It's pretty ugly in terms of code, but in terms of > behavior it more or less matches the behavior of what I use (where > I distinguish between unibyte/anybyte/multibyte), Ok, I've just installed it. --- Kenichi Handa handa@ni.aist.go.jp