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: Coding system detection: Emacs 23 vs. 22 Date: Wed, 12 Mar 2008 12:45:40 +0900 Message-ID: References: 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 1205293585 20841 80.91.229.12 (12 Mar 2008 03:46:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 03:46:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 12 04:46:53 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 1JZHvZ-0004Kx-5a for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 04:46:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZHv0-00038j-Q3 for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 23:46:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZHuv-00038O-O2 for emacs-devel@gnu.org; Tue, 11 Mar 2008 23:46:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZHut-000385-4a for emacs-devel@gnu.org; Tue, 11 Mar 2008 23:46:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZHus-000380-VZ for emacs-devel@gnu.org; Tue, 11 Mar 2008 23:46: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 1JZHun-0004Ok-60 for emacs-devel@gnu.org; Tue, 11 Mar 2008 23:46:10 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m2C3jr0N028229; Wed, 12 Mar 2008 12:45:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m2C3jrdn027434; Wed, 12 Mar 2008 12:45:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m2C3je8r002820; Wed, 12 Mar 2008 12:45:40 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JZHuO-0006cF-2m; Wed, 12 Mar 2008 12:45:40 +0900 In-reply-to: (message from Stefan Monnier on Tue, 11 Mar 2008 22:15:28 -0400) 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 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:92244 Archived-At: In article , Stefan Monnier writes: >>> > Emacs 23 should detect that the attached file is not iso-latin-1 (even >>> > `file' detects this) but emacs-mule. >>> I suspect this is related to bug #16 >>> http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=16 > Any comment on this bug report? > > If gnus writes score files in emacs-mule, it must read that > > file by explicitly specifying emacs-mule. Or, it must write > > score files with coding: tag. > I guess that's fair. But the inability to detect "obviously binary" > files (as in bug#16) still seems like a bug to me. Ouch! I installed the null-byte detection in the trunk before unicode-merge, but it seems that the change was lost by the merge. I'll re-install the change soon. --- Kenichi Handa handa@ni.aist.go.jp