From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#14822: ^M in info files Date: Tue, 09 Jul 2013 11:08:26 +0200 Message-ID: <51DBD30A.1020807@gmx.at> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373366837 9615 80.91.229.3 (9 Jul 2013 10:47:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2013 10:47:17 +0000 (UTC) Cc: 14822@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 09 12:47:17 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UwVS0-0007tk-15 for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Jul 2013 12:47:16 +0200 Original-Received: from localhost ([::1]:47388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwVRz-0000QD-JL for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Jul 2013 06:47:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwVRw-0000P1-BW for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2013 06:47:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwVRu-0000ot-RV for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2013 06:47:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwTux-0000WU-09 for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2013 05:09:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UwTuw-0008Fb-69 for bug-gnu-emacs@gnu.org; Tue, 09 Jul 2013 05:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Jul 2013 09:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14822 X-GNU-PR-Package: emacs,w32 X-GNU-PR-Keywords: Original-Received: via spool by 14822-submit@debbugs.gnu.org id=B14822.137336092331658 (code B ref 14822); Tue, 09 Jul 2013 09:09:02 +0000 Original-Received: (at 14822) by debbugs.gnu.org; 9 Jul 2013 09:08:43 +0000 Original-Received: from localhost ([127.0.0.1]:41277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwTud-0008EY-9f for submit@debbugs.gnu.org; Tue, 09 Jul 2013 05:08:43 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:50429) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwTub-0008E5-9M for 14822@debbugs.gnu.org; Tue, 09 Jul 2013 05:08:42 -0400 Original-Received: from [62.47.46.161] ([62.47.46.161]) by mail.gmx.com (mrgmx001) with ESMTPA (Nemesis) id 0MCLQ1-1V52V12ixt-009COe; Tue, 09 Jul 2013 11:08:34 +0200 In-Reply-To: X-Provags-ID: V03:K0:eSbZU6RLlULX4wBfn5HGRYpjnU8FVTc/KdV19JQ92v2r9Ryn9Ln 90zF/ARyxDIS776ZVTpB80xTdScA+Cer8Y22Gfpa4Xm8nInbAH0a4vcO1eA96/64iCWVLCc 5/6Ip28Iy+vAO7LiZquBU+l85hPm3DIBmez/xfz9/rsAtNWpC8riuDjh0UmTd9ohNlpsVPr R8x7ogYNxWKVSqf43kwpg== X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76124 Archived-At: > Visiting most info topics (Ada Mode, Emacs Lisp Intro, CC Mode...) on > Windows gives info buffers detected as Unix-style and with lines > ending in ^M. Some other topics (Emacs, Emacs Lisp, Gnus) work as > expected. > > All info files (in both groups) have CRLF endings, were generated with > the same tool and appear to be correct. > > This is a Windows issue, though there hasn't been any Windows-specific > coding-related change lately, so it's likely caused by some generic > change. > > The problem does not happen on 24.3, only trunk. Ever since this happens etags has stopped to work on routines written in C here. I get something like that it couldn't find an identifier with a ^M prepended to the symbol not being found. Since building the trunk is currently broken here, I can't send the precise message though. martin