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: ^M in the info files Date: Wed, 09 Jul 2008 12:49:25 -0400 Message-ID: References: <484F1FAB.6070005@gmail.com> <487481B2.3090302@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215622194 3144 80.91.229.12 (9 Jul 2008 16:49:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 16:49:54 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, Jason Rumney To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 09 18:50:40 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 1KGcsK-0007uW-4N for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 18:50:40 +0200 Original-Received: from localhost ([127.0.0.1]:38651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGcrR-0006Mv-V5 for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 12:49:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGcrM-0006MO-Ka for emacs-devel@gnu.org; Wed, 09 Jul 2008 12:49:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGcrK-0006Km-U9 for emacs-devel@gnu.org; Wed, 09 Jul 2008 12:49:40 -0400 Original-Received: from [199.232.76.173] (port=41048 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGcrK-0006Kj-RW for emacs-devel@gnu.org; Wed, 09 Jul 2008 12:49:38 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:53508 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGcrB-0004bR-V9; Wed, 09 Jul 2008 12:49:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlsCAKGIdEjO+IfCdGdsb2JhbACBWpB5ASedcoFz X-IronPort-AV: E=Sophos;i="4.30,332,1212379200"; d="scan'208";a="24145864" Original-Received: from 206-248-135-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.135.194]) by ironport2-out.teksavvy.com with ESMTP; 09 Jul 2008 12:49:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 00813842D; Wed, 9 Jul 2008 12:49:25 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Wed, 09 Jul 2008 20:16:14 +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:100489 Archived-At: > I've just found that the file "efaq" contains null-bytes > ('\0') after "Concept Index\n********\n\n". "viper" also > contains null-bytes. Why is that? Isn't it an error in those files? > So, Emacs detects that those files are binary. Does info.el need to use Emacs's auto-detection machinery? I mean don't Info files come with their own scheme to specify the encoding used? Stefan