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: Using empty_string as the only "" string Date: Wed, 25 Apr 2007 09:55:02 +0900 Message-ID: References: <462E310C.20400@yandex.ru> <85k5w1cu64.fsf@lola.goethe.zz> <462E7FB5.7090905@gmail.com> <857is1csoy.fsf@lola.goethe.zz> 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: sea.gmane.org 1177462534 14954 80.91.229.12 (25 Apr 2007 00:55:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2007 00:55:34 +0000 (UTC) Cc: lekktu@gmail.com, dmantipov@yandex.ru, lennart.borgman@gmail.com, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 02:55:32 2007 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 1HgVn9-0004FY-Dr for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2007 02:55:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgVsi-0005tY-BA for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 21:01:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgVsf-0005tT-6X for emacs-devel@gnu.org; Tue, 24 Apr 2007 21:01:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgVsd-0005tF-S0 for emacs-devel@gnu.org; Tue, 24 Apr 2007 21:01:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgVsd-0005tB-KF for emacs-devel@gnu.org; Tue, 24 Apr 2007 21:01:11 -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 1HgVmy-0003TO-1U; Tue, 24 Apr 2007 20:55:25 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l3P0t3hO014235; Wed, 25 Apr 2007 09:55:05 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l3P0t3O3019065; Wed, 25 Apr 2007 09:55:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l3P0t2hr011417; Wed, 25 Apr 2007 09:55:02 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HgVmg-0004mt-50; Wed, 25 Apr 2007 09:55:02 +0900 In-reply-to: (message from Andreas Schwab on Wed, 25 Apr 2007 00:35:35 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: 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:70029 Archived-At: In article , Andreas Schwab writes: > Since you can't modify the empty string there is no contradiction. You can modify the multibyteness of an empty string, and a unibyte empty string and a multibyte empty string behave a little bit differently, for instance, when concatinated with an unibyte 8-bit string. --- Kenichi Handa handa@m17n.org