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: Mon, 14 Jul 2008 20:44:26 +0900 Message-ID: References: <484F1FAB.6070005@gmail.com> <487481B2.3090302@gnu.org> <87k5fu94vx.fsf@jurta.org> 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 1216035919 25392 80.91.229.12 (14 Jul 2008 11:45:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 11:45:19 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, cloos@jhcloos.com, jasonr@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 14 13:46:05 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 1KIMV7-000802-36 for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 13:45:53 +0200 Original-Received: from localhost ([127.0.0.1]:60146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIMUF-0001zx-1w for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 07:44:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIMU9-0001xy-UJ for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:44:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIMU8-0001wk-Om for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:44:53 -0400 Original-Received: from [199.232.76.173] (port=44670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIMU8-0001wh-5r for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:44:52 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:54362) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIMTy-0006cu-AX; Mon, 14 Jul 2008 07:44:43 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m6EBicPr027150; Mon, 14 Jul 2008 20:44:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m6EBibWl016802; Mon, 14 Jul 2008 20:44:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m6EBiQNt010793; Mon, 14 Jul 2008 20:44:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KIMTi-0000xN-MT; Mon, 14 Jul 2008 20:44:26 +0900 In-reply-to: <87k5fu94vx.fsf@jurta.org> (message from Juri Linkov on Wed, 09 Jul 2008 23:19:59 +0300) 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:100677 Archived-At: In article <87k5fu94vx.fsf@jurta.org>, Juri Linkov writes: > > I have texinfo-4.12 installed, but some of the relevant files date back > > as far as 2004/August, so it isn't just a recent thing. > This is an old feature, so I wonder why it starts causing problems > just now. I believe that it's because of the introduction of null-byte detection code, but it was done in this April. What I don't understand is that.... Juanma wrote: >>> On Wed, Jun 11, 2008 at 6:13 AM, Lennart Borgman (gmail) >>> wrote: >>>> I see a lot of ^M in the info files on w32, CVS from today. For example in >>>> these files > > > > Apparently related to these changes: > > > > 2008-06-05 Kenichi Handa > > > > * coding.c (detect_coding): Fix previous change. > > (detect_coding_system): Likewise. > > > > 2008-06-04 Kenichi Handa > > > > * coding.c (detect_coding): Fix handling of coding->head_ascii. > > Be sure to call setup_coding_system when we find a proper coding system. > > (detect_coding_system): Fix handling of coding->head_ascii. > > > > Removing them fixes the problem for me. > > > > Juanma I've just checked out the Emacs of 2008-06-03 (it doesn't have the above change), and still info/efag is detected as no-conversion. --- Kenichi Handa handa@ni.aist.go.jp