From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Coding system detection: Emacs 23 vs. 22 Date: Tue, 11 Mar 2008 22:15:28 -0400 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 1205288145 9443 80.91.229.12 (12 Mar 2008 02:15:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 02:15:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 12 03:16:13 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 1JZGVm-0001hi-Ds for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 03:16:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZGVE-00076O-3O for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 22:15:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZGVA-00075l-Fu for emacs-devel@gnu.org; Tue, 11 Mar 2008 22:15:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZGV9-00075X-2V for emacs-devel@gnu.org; Tue, 11 Mar 2008 22:15:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZGV8-00075P-Se for emacs-devel@gnu.org; Tue, 11 Mar 2008 22:15:30 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZGV8-0006M0-KX for emacs-devel@gnu.org; Tue, 11 Mar 2008 22:15:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugEAPrZ1kfO+JwVUGdsb2JhbACQZgEBJxKXSoEH X-IronPort-AV: E=Sophos;i="4.25,483,1199682000"; d="scan'208";a="15891824" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 11 Mar 2008 22:15:28 -0400 Original-Received: from pastel.home ([206.248.156.21]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id SFB94628; Tue, 11 Mar 2008 22:15:28 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A1A627F05; Tue, 11 Mar 2008 22:15:28 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Wed, 12 Mar 2008 10:05:04 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:92241 Archived-At: >> > 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. Stefan