From unknown Fri Sep 05 11:02:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#14822 <14822@debbugs.gnu.org> To: bug#14822 <14822@debbugs.gnu.org> Subject: Status: ^M in info files Reply-To: bug#14822 <14822@debbugs.gnu.org> Date: Fri, 05 Sep 2025 18:02:38 +0000 retitle 14822 ^M in info files reassign 14822 emacs,w32 submitter 14822 Juanma Barranquero severity 14822 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 12:36:46 2013 Received: (at submit) by debbugs.gnu.org; 8 Jul 2013 16:36:46 +0000 Received: from localhost ([127.0.0.1]:39749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEQf-0000aV-O4 for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:36:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45692) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEQd-0000aA-JS for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:36:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwEQX-0002eX-FW for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:36:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwEQX-0002eJ-Cr for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:36:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwEQW-0002QX-K5 for bug-gnu-emacs@gnu.org; Mon, 08 Jul 2013 12:36:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwEQV-0002dr-Pn for bug-gnu-emacs@gnu.org; Mon, 08 Jul 2013 12:36:36 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:45280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwEQV-0002dm-JV for bug-gnu-emacs@gnu.org; Mon, 08 Jul 2013 12:36:35 -0400 Received: by mail-ea0-f171.google.com with SMTP id m14so3064286eaj.2 for ; Mon, 08 Jul 2013 09:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=881eKA+50XFZ2dkJC7LoE7HaHulWB2APXrnJpacOYVo=; b=RDI3wjcQez8mQhenbQL1YEt9DawflA524MPHjgq9ds9G3QVmm6+JyQhtCzXAsxMIjR 6Ce84sYx2u3mMEy0hapz2fqykRIjN5yCHopfgqHZwn7vWb3c9lryhreqxwQhESG4u7f6 V3wB20Wejp9g5I4pYikkyklxV5VHmq1ThYLn8zPyUop+ey5y4smqY7NjcliiJfF6RwXD fkkmGXEmEfftmAb+jpMQsXDcuZMFvChOc+kxinixG1WdMBrVUe4L63gMdsonzCaQzvED 3AkD8EGI2oZ0hRo5CJtyCh7ldx9u3D9vS9VsQZWBsWDoMnO+9RtnQXbIhJYnDiHkTz9G Bw6A== X-Received: by 10.15.102.68 with SMTP id bq44mr26102034eeb.89.1373301394862; Mon, 08 Jul 2013 09:36:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.142.4 with HTTP; Mon, 8 Jul 2013 09:35:54 -0700 (PDT) From: Juanma Barranquero Date: Mon, 8 Jul 2013 18:35:54 +0200 Message-ID: Subject: ^M in info files To: Bug-Gnu-Emacs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) Package: emacs Version: 24.3.50 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 12:52:54 2013 Received: (at 14822) by debbugs.gnu.org; 8 Jul 2013 16:52:54 +0000 Received: from localhost ([127.0.0.1]:39777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEgH-00015g-OY for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:52:53 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47521) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEgD-00015E-Uh for 14822@debbugs.gnu.org; Mon, 08 Jul 2013 12:52:51 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3bpt4w1Ys0z3hhT7; Mon, 8 Jul 2013 18:52:47 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3bpt4v6rfJzbc62; Mon, 8 Jul 2013 18:52:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id FDSiAvVc770s; Mon, 8 Jul 2013 18:52:47 +0200 (CEST) X-Auth-Info: YuIxrSez687+a7xcrC3YEr4wS+1tQSDqKlfis4dEq8c= Received: from igel.home (ppp-88-217-96-122.dynamic.mnet-online.de [88.217.96.122]) by mail.mnet-online.de (Postfix) with ESMTPA; Mon, 8 Jul 2013 18:52:46 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id AB2BBE34B5; Mon, 8 Jul 2013 18:52:46 +0200 (CEST) From: Andreas Schwab To: Juanma Barranquero Subject: Re: bug#14822: ^M in info files References: X-Yow: NEWARK has been REZONED!! DES MOINES has been REZONED!! Date: Mon, 08 Jul 2013 18:52:46 +0200 In-Reply-To: (Juanma Barranquero's message of "Mon, 8 Jul 2013 18:35:54 +0200") Message-ID: <87obad6lk1.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Juanma Barranquero writes: > All info files (in both groups) have CRLF endings, All lines? Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 12:57:27 2013 Received: (at 14822) by debbugs.gnu.org; 8 Jul 2013 16:57:27 +0000 Received: from localhost ([127.0.0.1]:39791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEkg-0001Fd-P8 for submit@debbugs.gnu.org; Mon, 08 Jul 2013 12:57:27 -0400 Received: from mail-ea0-f178.google.com ([209.85.215.178]:53142) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEkd-0001FM-Vo for 14822@debbugs.gnu.org; Mon, 08 Jul 2013 12:57:24 -0400 Received: by mail-ea0-f178.google.com with SMTP id l15so3123052eak.9 for <14822@debbugs.gnu.org>; Mon, 08 Jul 2013 09:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=TuleIt0xXs63riravEsMfoAlKWVljv9nAm2pLfTQyn4=; b=CXjPm50LRCoJnnBMd9Bq/Lyc218s4Sg5pj5m6njGPwNrgwaxT4b+rlXCKn1KT7KoKG OHioVgzYUhoyeuSDV8knZpSntwUvKySd4oYzzcn2YPjUVFj5GbVkzbva8s+6p3LMfR07 rFIu4VKTu9E9ztOeT9JNINj1IM6dS/9HQDp3DocVZei9IUopKoA5SPg3AyH03YVItumh EG4S1CXgSS2xsWDW7UsEo4byTXg45EalDeCAZwqW1FhNYZdo9CM8Mp1cAvc/t5c/9Ob3 FjlFmzu2r+BePqexhAIBSoGJebBX2/C4eA9E54BN7CRNXi/zPBrqobHu0/xGAQtJ3vDy v/1w== X-Received: by 10.15.36.133 with SMTP id i5mr26349772eev.52.1373302637950; Mon, 08 Jul 2013 09:57:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.142.4 with HTTP; Mon, 8 Jul 2013 09:56:37 -0700 (PDT) In-Reply-To: <87obad6lk1.fsf@igel.home> References: <87obad6lk1.fsf@igel.home> From: Juanma Barranquero Date: Mon, 8 Jul 2013 18:56:37 +0200 Message-ID: Subject: Re: bug#14822: ^M in info files To: Andreas Schwab Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Mon, Jul 8, 2013 at 6:52 PM, Andreas Schwab wrote: > All lines? Didn't check exhaustively, but AFAICS, yes. I mean, it's not a stray ^M here and there, but apparently the full info buffer(s) all the way to the end. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 13:09:58 2013 Received: (at 14822) by debbugs.gnu.org; 8 Jul 2013 17:09:58 +0000 Received: from localhost ([127.0.0.1]:39879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEwn-0002cV-IR for submit@debbugs.gnu.org; Mon, 08 Jul 2013 13:09:58 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:59289) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwEwk-0002cA-7J for 14822@debbugs.gnu.org; Mon, 08 Jul 2013 13:09:56 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MPM00200NL3N300@a-mtaout20.012.net.il> for 14822@debbugs.gnu.org; Mon, 08 Jul 2013 20:09:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPM002F8NO93GF0@a-mtaout20.012.net.il>; Mon, 08 Jul 2013 20:09:45 +0300 (IDT) Date: Mon, 08 Jul 2013 20:09:31 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: X-012-Sender: halo1@inter.net.il To: Juanma Barranquero Message-id: <83k3l1vv04.fsf@gnu.org> References: <87obad6lk1.fsf@igel.home> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org, schwab@linux-m68k.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Juanma Barranquero > Date: Mon, 8 Jul 2013 18:56:37 +0200 > Cc: 14822@debbugs.gnu.org > > On Mon, Jul 8, 2013 at 6:52 PM, Andreas Schwab wrote: > > > All lines? > > Didn't check exhaustively I did. Yes, all of them. I think those files that display correctly have a coding: cookie. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 08 13:22:42 2013 Received: (at 14822) by debbugs.gnu.org; 8 Jul 2013 17:22:42 +0000 Received: from localhost ([127.0.0.1]:39912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwF98-0002zt-4J for submit@debbugs.gnu.org; Mon, 08 Jul 2013 13:22:42 -0400 Received: from mail-ea0-f179.google.com ([209.85.215.179]:56212) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UwF95-0002zd-Lg for 14822@debbugs.gnu.org; Mon, 08 Jul 2013 13:22:40 -0400 Received: by mail-ea0-f179.google.com with SMTP id b15so3091506eae.24 for <14822@debbugs.gnu.org>; Mon, 08 Jul 2013 10:22:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=9Roj9lTMWg0SQvSLjzWThHntMRECpBGlxmW4RTKqT6s=; b=XrsJAWOxQt3cBQFxdE87TwGE2+iBjO4IjSODu4HOlDPLAVc+ThAt82XY/HKVnOTPqX /YAUa1mIh2GLMG6kLP/yhMQGnAbxrzKOg0zCeOH3LVpBCHvjWlFLluZgh7OiR3RlPUzo ukgwRrvMZlyDuUYNdkwAfbmiqd2EAso0CDSjc0q4pjH3YEH73JI0MjQYm8q1U8ZpMawQ 0NU4i4lIVh+VqXVAIHxkvaxyegaSSOPPn1DnKqho/ZLr9CWo/QXPyzaJDgvhg/UXGdlX TqsXOhEBviu5F4YfGmiDRWod4vgCmSEwuzYoeX51mAAgsaSL5V+/HTPdMu97yKUtcM12 5aIA== X-Received: by 10.15.76.71 with SMTP id m47mr25828950eey.70.1373304153925; Mon, 08 Jul 2013 10:22:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.142.4 with HTTP; Mon, 8 Jul 2013 10:21:53 -0700 (PDT) In-Reply-To: <83k3l1vv04.fsf@gnu.org> References: <87obad6lk1.fsf@igel.home> <83k3l1vv04.fsf@gnu.org> From: Juanma Barranquero Date: Mon, 8 Jul 2013 19:21:53 +0200 Message-ID: Subject: Re: bug#14822: ^M in info files To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org, schwab@linux-m68k.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Mon, Jul 8, 2013 at 7:09 PM, Eli Zaretskii wrote: > I think those files that display correctly have a coding: cookie. I though so initially, but some files (like ert.info and edt.info) do not have a coding: cookie and yet are displayed correctly. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 09 05:08:43 2013 Received: (at 14822) by debbugs.gnu.org; 9 Jul 2013 09:08:43 +0000 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 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 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 Message-ID: <51DBD30A.1020807@gmx.at> Date: Tue, 09 Jul 2013 11:08:26 +0200 From: martin rudalics MIME-Version: 1.0 To: Juanma Barranquero Subject: Re: bug#14822: ^M in info files References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:eSbZU6RLlULX4wBfn5HGRYpjnU8FVTc/KdV19JQ92v2r9Ryn9Ln 90zF/ARyxDIS776ZVTpB80xTdScA+Cer8Y22Gfpa4Xm8nInbAH0a4vcO1eA96/64iCWVLCc 5/6Ip28Iy+vAO7LiZquBU+l85hPm3DIBmez/xfz9/rsAtNWpC8riuDjh0UmTd9ohNlpsVPr R8x7ogYNxWKVSqf43kwpg== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 03:48:07 2013 Received: (at 14822) by debbugs.gnu.org; 13 Jul 2013 07:48:07 +0000 Received: from localhost ([127.0.0.1]:51949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxuYo-0006Gt-BO for submit@debbugs.gnu.org; Sat, 13 Jul 2013 03:48:06 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:63926) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxuYk-0006GE-7e for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 03:48:03 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MPV007006C42U00@a-mtaout20.012.net.il> for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 10:47:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPV006S06ZVL7A0@a-mtaout20.012.net.il>; Sat, 13 Jul 2013 10:47:55 +0300 (IDT) Date: Sat, 13 Jul 2013 10:47:52 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: <51DBD30A.1020807@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83y59a52af.fsf@gnu.org> References: <51DBD30A.1020807@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822 Cc: lekktu@gmail.com, 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Tue, 09 Jul 2013 11:08:26 +0200 > From: martin rudalics > Cc: 14822@debbugs.gnu.org > > 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. I cannot reproduce this with etags. You seem to be saying that the TAGS files have DOS-style CRLF EOL format. But I cannot see how this is possible, since etags.c forces all I/O to be in binary mode. Are you using some other program for creating the tags tables, perhaps? From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 06:33:06 2013 Received: (at 14822-done) by debbugs.gnu.org; 13 Jul 2013 10:33:06 +0000 Received: from localhost ([127.0.0.1]:52037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uxx8T-0004b6-I7 for submit@debbugs.gnu.org; Sat, 13 Jul 2013 06:33:05 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:51450) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uxx8Q-0004aA-4F for 14822-done@debbugs.gnu.org; Sat, 13 Jul 2013 06:33:03 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MPV00L00EIHFW00@a-mtaout22.012.net.il> for 14822-done@debbugs.gnu.org; Sat, 13 Jul 2013 13:32:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPV00LPOEMV2C90@a-mtaout22.012.net.il>; Sat, 13 Jul 2013 13:32:55 +0300 (IDT) Date: Sat, 13 Jul 2013 13:32:52 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: X-012-Sender: halo1@inter.net.il To: Juanma Barranquero Message-id: <83wqou4unf.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822-done Cc: 14822-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Juanma Barranquero > Date: Mon, 8 Jul 2013 18:35:54 +0200 > > 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. This was not a Windows-specific issue: we were ignoring the inhibit-null-byte-detection flag when decoding, because the machinery that implements that flag has changed. Should be fixed in trunk revision 113413. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 07:11:09 2013 Received: (at 14822) by debbugs.gnu.org; 13 Jul 2013 11:11:09 +0000 Received: from localhost ([127.0.0.1]:52098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxxjI-00068X-AN for submit@debbugs.gnu.org; Sat, 13 Jul 2013 07:11:09 -0400 Received: from mout.gmx.net ([212.227.15.19]:55488) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxxjG-00067d-0p for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 07:11:06 -0400 Received: from [62.47.48.184] ([62.47.48.184]) by mail.gmx.com (mrgmx001) with ESMTPA (Nemesis) id 0Mdafs-1Uo7Q61jVk-00PIlo; Sat, 13 Jul 2013 13:10:58 +0200 Message-ID: <51E135BD.4070601@gmx.at> Date: Sat, 13 Jul 2013 13:10:53 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#14822: ^M in info files References: <51DBD30A.1020807@gmx.at> <83y59a52af.fsf@gnu.org> In-Reply-To: <83y59a52af.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:wH3TQ6nk4f0EpYSCWPsjUsVUZNVS23kne9G7pKGCCdDAD0N2fQ8 fkEllpLCMvJjil8caPo7cqPWJ4cfzwx2hAbz7YVqbMc9AnIM3W0sjSGpjrSV8L0aR4dfty2 j2xH5D6pyOPhzgTz4TEc7kyBA1iT+6pPHrbuslP4toT/qqmcWyc/XZPYUwbP4uvRcRGI8HQ FAW6kpaTdf16fjJdPk8Cg== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14822 Cc: lekktu@gmail.com, 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) >> 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. > > I cannot reproduce this with etags. You seem to be saying that the > TAGS files have DOS-style CRLF EOL format. No (that is, I'm 99% sure they didn't). > But I cannot see how this > is possible, since etags.c forces all I/O to be in binary mode. Are > you using some other program for creating the tags tables, perhaps? I'm using etags. Unfortunately, I cannot tell what etags produced since I don't have the tags tables around anymore and am currently not able to build new ones. IIRC what happend was that looking up an Elisp routine failed because some strange characters got prepended to the identifiers corresponding to Elisp functions. So I was informed that looking up ^MFnext_window (or so, followed by an extra newline in the minibuffer) failed. And I even forgot whether the tags tables contained Fnext_window at all. Earlier tags tables contained lines like: DEFUN ("next-window", Fnext_window,next-window2571,85206 so looking for Fnext_window prepended with something like "^M" doesn't seem right to me. Problems started about the same time ^Ms appeared in info lines. But maybe it's completely unrelated. I'll tell you more as soon as I'm able to build again. martin From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 07:48:19 2013 Received: (at 14822) by debbugs.gnu.org; 13 Jul 2013 11:48:19 +0000 Received: from localhost ([127.0.0.1]:52151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxyJH-00007P-5R for submit@debbugs.gnu.org; Sat, 13 Jul 2013 07:48:19 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:40224) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UxyJE-00006x-Oi for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 07:48:18 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MPV00B00HYNGB00@a-mtaout23.012.net.il> for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 14:48:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPV00BHVI44GJ00@a-mtaout23.012.net.il>; Sat, 13 Jul 2013 14:48:05 +0300 (IDT) Date: Sat, 13 Jul 2013 14:48:02 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: <51E135BD.4070601@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83txjy4r65.fsf@gnu.org> References: <51DBD30A.1020807@gmx.at> <83y59a52af.fsf@gnu.org> <51E135BD.4070601@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822 Cc: lekktu@gmail.com, 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Jul 2013 13:10:53 +0200 > From: martin rudalics > CC: lekktu@gmail.com, 14822@debbugs.gnu.org > > >> 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. > > > > I cannot reproduce this with etags. You seem to be saying that the > > TAGS files have DOS-style CRLF EOL format. > > No (that is, I'm 99% sure they didn't). Then where could the ^M characters come from? Whatever our bugs regarding EOL decoding do, they don't _invent_ ^M characters. > IIRC what happend was that looking up an Elisp routine > failed because some strange characters got prepended to the identifiers > corresponding to Elisp functions. So I was informed that looking up > ^MFnext_window (or so, followed by an extra newline in the minibuffer) > failed. Strange. > And I even forgot whether the tags tables contained > Fnext_window at all. Earlier tags tables contained lines like: > > DEFUN ("next-window", Fnext_window,next-window2571,85206 They still do. > Problems started about the same time ^Ms appeared in info lines. But > maybe it's completely unrelated. It it's related, it should be solved now. What problems do you have to build Emacs? Did you install autoconf and automake from my site? From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 09:56:45 2013 Received: (at 14822) by debbugs.gnu.org; 13 Jul 2013 13:56:45 +0000 Received: from localhost ([127.0.0.1]:52693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy0JY-0005DR-Q5 for submit@debbugs.gnu.org; Sat, 13 Jul 2013 09:56:45 -0400 Received: from mout.gmx.net ([212.227.17.22]:49924) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy0JT-0005Cx-8S for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 09:56:40 -0400 Received: from [62.47.40.205] ([62.47.40.205]) by mail.gmx.com (mrgmx003) with ESMTPA (Nemesis) id 0MMShK-1V6E2z1AX0-008HnX; Sat, 13 Jul 2013 15:56:31 +0200 Message-ID: <51E15C89.70103@gmx.at> Date: Sat, 13 Jul 2013 15:56:25 +0200 From: martin rudalics MIME-Version: 1.0 To: Eli Zaretskii Subject: Re: bug#14822: ^M in info files References: <51DBD30A.1020807@gmx.at> <83y59a52af.fsf@gnu.org> <51E135BD.4070601@gmx.at> <83txjy4r65.fsf@gnu.org> In-Reply-To: <83txjy4r65.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:yV8JwGfdKN4JBvYHpLhe0/v0UR+3yXe93g3doR75zDFgv9ATsVA qm9raVLhkfe6rQcptGFwY+jelrfFqEBnzMQXtXpoFF9R3ZPd7H8qW0vgepflUxz5KWl2c/7 z6cv9oCx3m8Auc3qdo+IfZOAisIFmKFugBK4s7Daei8/FzQP9djCYVeyrc3qnKGBqohiD4z 1BhAvfYKslhA5IzAeMK1g== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14822 Cc: lekktu@gmail.com, 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > What problems do you have to build Emacs? Did you install autoconf > and automake from my site? Yes. Juanma patiently provided answers to most of my questions but I haven't adapted my (slighly idiosyncratic) build environment yet. Among others I want to build in the source tree but am afraid to crowd my src directories with object files. Juanma told me that if I want to build in-place there's no way to get back the old separate (oo) directories. martin From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 13 10:33:54 2013 Received: (at 14822) by debbugs.gnu.org; 13 Jul 2013 14:33:55 +0000 Received: from localhost ([127.0.0.1]:52788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy0tW-0006XW-JM for submit@debbugs.gnu.org; Sat, 13 Jul 2013 10:33:54 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:64163) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy0tT-0006XF-QM for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 10:33:52 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MPV00700PMNOY00@a-mtaout21.012.net.il> for 14822@debbugs.gnu.org; Sat, 13 Jul 2013 17:33:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPV007UXPS8FDA0@a-mtaout21.012.net.il>; Sat, 13 Jul 2013 17:33:45 +0300 (IDT) Date: Sat, 13 Jul 2013 17:33:42 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: <51E15C89.70103@gmx.at> X-012-Sender: halo1@inter.net.il To: martin rudalics Message-id: <83oba64ji1.fsf@gnu.org> References: <51DBD30A.1020807@gmx.at> <83y59a52af.fsf@gnu.org> <51E135BD.4070601@gmx.at> <83txjy4r65.fsf@gnu.org> <51E15C89.70103@gmx.at> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822 Cc: lekktu@gmail.com, 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Jul 2013 15:56:25 +0200 > From: martin rudalics > CC: lekktu@gmail.com, 14822@debbugs.gnu.org > > Juanma told me that if I want to build in-place there's no way to > get back the old separate (oo) directories. That's true, but why do you need the separate oo directories? FWIW, I build in-place all the time, and never had any trouble with that. If I need the old configure.bat build, I use a separate local branch. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 07:47:18 2013 Received: (at 14822) by debbugs.gnu.org; 15 Jul 2013 11:47:18 +0000 Received: from localhost ([127.0.0.1]:55246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UyhFO-0007ws-9a for submit@debbugs.gnu.org; Mon, 15 Jul 2013 07:47:18 -0400 Received: from mail-ea0-f175.google.com ([209.85.215.175]:55947) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UyhFL-0007wQ-KO for 14822@debbugs.gnu.org; Mon, 15 Jul 2013 07:47:16 -0400 Received: by mail-ea0-f175.google.com with SMTP id z7so7671895eaf.34 for <14822@debbugs.gnu.org>; Mon, 15 Jul 2013 04:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZDhINYJsyW05D+HTvnRDV9GY/qYWOqgolGjEgSS+MQs=; b=fqCJQUGJ669x15KqqtwhlE0o3F9oYAI7ENylA07+40946W/gvY+p1owViqyKFaFEyS 2KgX660uQmxvb7ExUMWn141A1UlJxmmyC+82WLxcM/gma++8m0GQP2H2InWwMD0ktl3Z xzgrdisYatnixEKRj00xj+NZxZ3epu6tAkVOt1foozET69Bi6mOnY5i9jF7xVHPs5v1I p+midnwzhYST461jpL5ccR9v2f7hh2ghsxvXI4746/ySCSQrkuD6HFj8JmAqWoexNB8h RJZRjrpLV/tDSRYpB5BhUQBjCTk0fPMZMa3cOVlK/Pbyaa8faaezKP+jHMIargaxqzEH Saog== X-Received: by 10.14.213.135 with SMTP id a7mr57751074eep.152.1373888829750; Mon, 15 Jul 2013 04:47:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.142.4 with HTTP; Mon, 15 Jul 2013 04:46:29 -0700 (PDT) In-Reply-To: <83wqou4unf.fsf@gnu.org> References: <83wqou4unf.fsf@gnu.org> From: Juanma Barranquero Date: Mon, 15 Jul 2013 13:46:29 +0200 Message-ID: Subject: Re: bug#14822: ^M in info files To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Sat, Jul 13, 2013 at 12:32 PM, Eli Zaretskii wrote: > This was not a Windows-specific issue I meant the symptom that triggered the report: spurious ^M in info files aren't likely to appear in non-Windows builds. > Should be fixed in trunk revision 113413. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 11:43:27 2013 Received: (at 14822) by debbugs.gnu.org; 15 Jul 2013 15:43:28 +0000 Received: from localhost ([127.0.0.1]:56054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uykvv-00028R-KM for submit@debbugs.gnu.org; Mon, 15 Jul 2013 11:43:27 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:39045) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uykvr-00027o-Br for 14822@debbugs.gnu.org; Mon, 15 Jul 2013 11:43:24 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MPZ00500I54DC00@a-mtaout21.012.net.il> for 14822@debbugs.gnu.org; Mon, 15 Jul 2013 18:42:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPZ005ZIIBNDJ00@a-mtaout21.012.net.il>; Mon, 15 Jul 2013 18:42:59 +0300 (IDT) Date: Mon, 15 Jul 2013 18:43:01 +0300 From: Eli Zaretskii Subject: Re: bug#14822: ^M in info files In-reply-to: X-012-Sender: halo1@inter.net.il To: Juanma Barranquero Message-id: <831u6z4ynu.fsf@gnu.org> References: <83wqou4unf.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Juanma Barranquero > Date: Mon, 15 Jul 2013 13:46:29 +0200 > Cc: 14822@debbugs.gnu.org > > On Sat, Jul 13, 2013 at 12:32 PM, Eli Zaretskii wrote: > > > This was not a Windows-specific issue > > I meant the symptom that triggered the report: spurious ^M in info > files aren't likely to appear in non-Windows builds. They would, in any DOS-style file. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 11:59:53 2013 Received: (at 14822) by debbugs.gnu.org; 15 Jul 2013 15:59:53 +0000 Received: from localhost ([127.0.0.1]:56129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UylBo-0002tF-KK for submit@debbugs.gnu.org; Mon, 15 Jul 2013 11:59:53 -0400 Received: from mail-ee0-f44.google.com ([74.125.83.44]:58077) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UylBl-0002su-PJ for 14822@debbugs.gnu.org; Mon, 15 Jul 2013 11:59:50 -0400 Received: by mail-ee0-f44.google.com with SMTP id c13so7780591eek.3 for <14822@debbugs.gnu.org>; Mon, 15 Jul 2013 08:59:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=UHePndp5JGOd6HXvs42319MV916DxoRzWhHsf+s5OT4=; b=tIswkfP0u4SaMVjQJsuzTF8hk+Q79KKuQaZ0uVrgHUX0SPab8QYkQKjKxgtd+Ii4xe sEhcMvI/93IJG/aAKcHU9PXpZcElxO2XxulezP8x2bxySB98nknQT2ag90KGOnIWdlRD UWGFcs6+U4h2N83281bnh1nCIJcMr/7B9zTGGVFoaibGyBpUNTGO5IAWgq35Vrb+msuN eQ8HPntGBf/e5gPTS/qTWkGR8O07iOtpGPvP/OWQNp/UYW6t67EA+VpLi2mQiPUl+efG Fx2pgVdnjTdogautLyERSePeFRxnVW4KjQuVClrGZN65Tc/kLz0fS5MYNiy9poYVFeHQ 601w== X-Received: by 10.15.76.71 with SMTP id m47mr58806950eey.70.1373903983572; Mon, 15 Jul 2013 08:59:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.142.4 with HTTP; Mon, 15 Jul 2013 08:59:03 -0700 (PDT) In-Reply-To: <831u6z4ynu.fsf@gnu.org> References: <83wqou4unf.fsf@gnu.org> <831u6z4ynu.fsf@gnu.org> From: Juanma Barranquero Date: Mon, 15 Jul 2013 17:59:03 +0200 Message-ID: Subject: Re: bug#14822: ^M in info files To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14822 Cc: 14822@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Mon, Jul 15, 2013 at 5:43 PM, Eli Zaretskii wrote: > They would, in any DOS-style file. Yes. That's why I said "info files". Non-Windows (or MS-DOS port, I suppose) info files do not have CRLF. Of course the bug you fixed would be noticeable with some CRLF files. From unknown Fri Sep 05 11:02:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Aug 2013 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator