From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Coding system conversion error Date: Thu, 10 Feb 2005 21:11:30 +0100 Message-ID: <165be0ad579be34852d18cc600114175@swipnet.se> References: <20050205170221.ZTBD24781.mxfep02.bredband.com@coolsville.localdomain> <738f9db09f1986269b8f5719d45d2dd5@swipnet.se> <4207DAF0.6000204@swipnet.se> <4209342E.5010701@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108066900 24514 80.91.229.2 (10 Feb 2005 20:21:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 20:21:40 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 21:21:40 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzKog-0000on-5R for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 21:21:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzL3T-0008ND-E3 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 15:36:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzL2T-00081j-3t for emacs-devel@gnu.org; Thu, 10 Feb 2005 15:35:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzL2P-0007xy-HS for emacs-devel@gnu.org; Thu, 10 Feb 2005 15:35:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzL2L-0007vH-BD; Thu, 10 Feb 2005 15:35:41 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzKg5-0004hA-Bn; Thu, 10 Feb 2005 15:12:41 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep02.bredband.com with ESMTP id <20050210201239.YCT24781.mxfep02.bredband.com@coolsville.localdomain>; Thu, 10 Feb 2005 21:12:39 +0100 In-Reply-To: Original-To: Stefan Monnier X-Mailer: Apple Mail (2.619.2) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33212 gmane.emacs.pretest.bugs:5817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33212 > > This doesn't look like the right fix. > Normally, the caller would instead use `STRING_SET_UNIBYTE' after the > call > (or rather calls one of make_foo_string which does it for him) if > needed. You are right, the problem is finding where this should be done :-) Jan D.