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: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs crashes Date: Thu, 28 Aug 2008 14:53:40 +0900 Message-ID: References: <87y72ju1mg.fsf@cyd.mit.edu> 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 1219902858 5825 80.91.229.12 (28 Aug 2008 05:54:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2008 05:54:18 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, dima@sphinx.net.ru To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 28 07:55:11 2008 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 1KYaTI-0001sB-2N for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2008 07:55:04 +0200 Original-Received: from localhost ([127.0.0.1]:36345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYaSJ-0006Ks-EH for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2008 01:54:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYaSC-0006Jw-S8 for emacs-devel@gnu.org; Thu, 28 Aug 2008 01:53:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYaSB-0006JB-1f for emacs-devel@gnu.org; Thu, 28 Aug 2008 01:53:56 -0400 Original-Received: from [199.232.76.173] (port=34601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYaSA-0006J2-Rp for emacs-devel@gnu.org; Thu, 28 Aug 2008 01:53:54 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYaS5-0007rU-JZ; Thu, 28 Aug 2008 01:53:50 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m7S5rhM0005585; Thu, 28 Aug 2008 14:53:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m7S5rhRw006563; Thu, 28 Aug 2008 14:53:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m7S5renZ014426; Thu, 28 Aug 2008 14:53:40 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KYaRw-0002TF-7E; Thu, 28 Aug 2008 14:53:40 +0900 In-reply-to: (message from Eli Zaretskii on Thu, 28 Aug 2008 06:20:37 +0300) 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 9 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:103093 In article , Eli Zaretskii writes: > > We should, but I don't know the reason. By grepping > > ChangeLog files, I found this item: > > > > 1991-02-21 Richard Stallman (rms@mole.ai.mit.edu) > > > > * fileio.c (report_file_error): Don't downcase "I/O". > > > > Is this the reason? > Yes, that's what I remembered as well. But if the reason is "I/O", > why not test for that explicitly? Do certain locales translate "I/O" > into a different string, which still has a slash as its second > character? I have no idea. > (I'm having a strange feeling that we already discussed this at some > point in the past. Perhaps searching the archives will bring some > useful hits.) I don't remember anything about that, and the oldest emacs-devel archive is 2000-09. --- Kenichi Handa handa@ni.aist.go.jp