From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65677 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: [Unicode-2] `read' always returns multibyte symbol Date: Thu, 15 Nov 2007 10:22:12 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195140151 28267 80.91.229.12 (15 Nov 2007 15:22:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2007 15:22:31 +0000 (UTC) Cc: Katsumi Yamaoka , ding@gnus.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 15 16:22:36 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 1IsgY4-0001OS-Sq for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 16:22:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsgXr-00037l-Di for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 10:22:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsgXo-00034E-0K for emacs-devel@gnu.org; Thu, 15 Nov 2007 10:22:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsgXm-0002zH-51 for emacs-devel@gnu.org; Thu, 15 Nov 2007 10:22:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsgXl-0002z3-TI for emacs-devel@gnu.org; Thu, 15 Nov 2007 10:22:13 -0500 Original-Received: from tomts13-srv.bellnexxia.net ([209.226.175.34]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsgXl-00046W-GK for emacs-devel@gnu.org; Thu, 15 Nov 2007 10:22:13 -0500 Original-Received: from ceviche.home ([70.53.194.136]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071115152212.FLVJ13659.tomts13-srv.bellnexxia.net@ceviche.home> for ; Thu, 15 Nov 2007 10:22:12 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id A4874B4059; Thu, 15 Nov 2007 10:22:12 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Thu, 15 Nov 2007 20:08:34 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) 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:83275 gmane.emacs.gnus.general:65677 Archived-At: > If "modifies" means that 8-bit bytes are converted to > multibyte characters as what string-as-multibyte does, it's > an expected behaviour. 99% of the uses of string-as-multibyte are bugs. Stefan