From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Coding system conversion error Date: Thu, 10 Feb 2005 15:17:59 -0500 Message-ID: References: <20050205170221.ZTBD24781.mxfep02.bredband.com@coolsville.localdomain> <738f9db09f1986269b8f5719d45d2dd5@swipnet.se> <4207DAF0.6000204@swipnet.se> <4209342E.5010701@swipnet.se> <165be0ad579be34852d18cc600114175@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108066910 24541 80.91.229.2 (10 Feb 2005 20:21:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 20:21:50 +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:49 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzKoE-0000hU-H4 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 21:21:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzL31-00088k-T1 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 15:36:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzL2Q-00080K-5p for emacs-devel@gnu.org; Thu, 10 Feb 2005 15:35:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzL2J-0007w8-7K for emacs-devel@gnu.org; Thu, 10 Feb 2005 15:35:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzL2J-0007vH-2J; Thu, 10 Feb 2005 15:35:39 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzKlK-00057U-1C; Thu, 10 Feb 2005 15:18:06 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 246B48282A7; Thu, 10 Feb 2005 15:18:05 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 6B9642CC004; Thu, 10 Feb 2005 15:17:59 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 4FF1C4BCC3; Thu, 10 Feb 2005 15:17:59 -0500 (EST) Original-To: "Jan D." In-Reply-To: <165be0ad579be34852d18cc600114175@swipnet.se> (Jan D.'s message of "Thu, 10 Feb 2005 21:11:30 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.792, requis 5, autolearn=not spam, AWL 0.11, BAYES_00 -4.90) 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:33213 gmane.emacs.pretest.bugs:5818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33213 >> 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 :-) Well, maybe we can help, if you tell us what you know, ;-) Stefan