From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: ^M in the info files Date: Wed, 9 Jul 2008 12:02:54 +0200 Message-ID: References: <484F1FAB.6070005@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215598230 12065 80.91.229.12 (9 Jul 2008 10:10:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 10:10:30 +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 Jul 09 12:11:16 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 1KGWdo-0006sj-Ik for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 12:11:16 +0200 Original-Received: from localhost ([127.0.0.1]:53080 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGWcw-0006EA-5d for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 06:10:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGWVq-0004jU-Sn for emacs-devel@gnu.org; Wed, 09 Jul 2008 06:03:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGWVn-0004iZ-ET for emacs-devel@gnu.org; Wed, 09 Jul 2008 06:03:01 -0400 Original-Received: from [199.232.76.173] (port=58417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGWVl-0004iI-V8 for emacs-devel@gnu.org; Wed, 09 Jul 2008 06:02:58 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.186]:48108) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGWVl-0002cx-G6 for emacs-devel@gnu.org; Wed, 09 Jul 2008 06:02:57 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so811706nfi.26 for ; Wed, 09 Jul 2008 03:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DXSkEOE3yIxw+ANMbMPu4vAPFawQi29N1pfoo0Bgy3I=; b=BpKTwIQqnMIpi/vZLITdOuIdj4MSILWyIQOUtOeacCLKIzAIkDxlH4aJ1zAYYwnONq XRAkQY3B3Jou9iDNBo5HtM7abGzkejzJBRBe4S3Oyk0a1b53zi1DYVL1zzKgFHai3Rks p+rjfvj6oVmC/KhL/zqhQEUGmXaRYJoD6TwBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RErEwSF/wNbBo/4lVdbwhiEyo7R1XzA+pjj3qt6qTkZ2xtL+I2teYw85EGp5A/mgOa BMn7atIMtGQQ9uPsYoEBFQnJtXe/kXTM5D1T1wmnxjJNlFXKG0d8NN2kPK+x3Yaow1ya AlhIpZWKc5ImH9verfrKVHnH7HwRY5qsQif0s= Original-Received: by 10.210.66.1 with SMTP id o1mr4984647eba.135.1215597774578; Wed, 09 Jul 2008 03:02:54 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 9 Jul 2008 03:02:54 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100480 Archived-At: On Wed, Jul 9, 2008 at 06:33, Kenichi Handa wrote: > What is the coding system of emacs/info/efag when you visit > that file directly? Both when I visit it directly and when I access it through Info, buffer-file-coding-system is `no-conversion'. > Hmmm, I tried with a ChangeLog of that encoding, but still > can't reproduce the bug. As I said, neither can I reliably. Juanma