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: ^M in the info files Date: Wed, 09 Jul 2008 13:33:36 +0900 Message-ID: References: <484F1FAB.6070005@gmail.com> 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 1215578036 19841 80.91.229.12 (9 Jul 2008 04:33:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 04:33:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 09 06:34:42 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 1KGRO5-0007mc-2R for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 06:34:41 +0200 Original-Received: from localhost ([127.0.0.1]:60214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGRND-0008KP-Ki for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 00:33:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGRN9-0008IQ-T8 for emacs-devel@gnu.org; Wed, 09 Jul 2008 00:33:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGRN8-0008HY-TT for emacs-devel@gnu.org; Wed, 09 Jul 2008 00:33:43 -0400 Original-Received: from [199.232.76.173] (port=53929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGRN8-0008HM-MI for emacs-devel@gnu.org; Wed, 09 Jul 2008 00:33:42 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:47486) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGRN8-0004Ak-88 for emacs-devel@gnu.org; Wed, 09 Jul 2008 00:33:42 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m694Xbaw007775; Wed, 9 Jul 2008 13:33:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m694Xb8B005147; Wed, 9 Jul 2008 13:33:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m694XaCB005800; Wed, 9 Jul 2008 13:33:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KGRN2-0007G9-RV; Wed, 09 Jul 2008 13:33:36 +0900 In-reply-to: (lekktu@gmail.com) 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:100475 Archived-At: In article , "Juanma Barranquero" writes: > I think you're mixing two different bugs. The one I referred to in the > "has [...] been forgotten" message is about ^M in info files, which > happens right now in the Windows port (there has been at least three > reporters, including me). > > But, I can't reproduce the bug. The diff of the step 4 > > above shows only the entry I added. > What you quote above is from a problem with ChangeLogs that only I > see, apparently, so it's no wonder you cannot reproduce it. *I* cannot > reproduce it at will, alas... Oops, sorry. But, I can't see the ^M problem in info files. Actually, on Windows, when I type C-h i, I get this error: Can't find the Info directory node But, when I type C-u C-h i ~/emacs/info/efag RET (I built Emacs under ~/emacs), I see no '^M's. What is the coding system of emacs/info/efag when you visit that file directly? > > What was the coding > > system of your ChangeLog file when you first visitted it? > utf-8-dos, AFAICS. Hmmm, I tried with a ChangeLog of that encoding, but still can't reproduce the bug. --- Kenichi Handa handa@ni.aist.go.jp