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: Mon, 21 Jul 2008 13:18:22 +0200 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216639165 10335 80.91.229.12 (21 Jul 2008 11:19:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 11:19:25 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org, monnier@iro.umontreal.ca, cloos@jhcloos.com, jasonr@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 13:20:08 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 1KKtQz-0007Ex-CD for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 13:20:06 +0200 Original-Received: from localhost ([127.0.0.1]:40535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKtQ5-0004BE-Nq for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 07:19:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKtPN-0003pr-Uf for emacs-devel@gnu.org; Mon, 21 Jul 2008 07:18:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKtPM-0003o6-92 for emacs-devel@gnu.org; Mon, 21 Jul 2008 07:18:25 -0400 Original-Received: from [199.232.76.173] (port=50419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKtPM-0003nw-4B for emacs-devel@gnu.org; Mon, 21 Jul 2008 07:18:24 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:51528) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKtPL-00089x-Og for emacs-devel@gnu.org; Mon, 21 Jul 2008 07:18:23 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so5433622nfi.26 for ; Mon, 21 Jul 2008 04:18:22 -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=rvC0hmgmp8Q3XBE0yfw+I/2eoPkpM7Vy7IxDgSMO8Ws=; b=I0bzKIyEhRPdoQUkhw71FpiB/GIYjwfizp8YJbUELe4b4wMHg0F5yp10J4mbhaXQGH wbjQ4DErUS+qCFNv8HaDElZx3zYih+b3e1xvTb4H7t4QJh2C8zzWlWkkZo8Jbb6eK+ch meXKh5UMflPXDKNescRtmDs+acq04AAQVpUjk= 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=D5AcEe+tYM/PeqhEH4B94R7edPbuqa7aFAgwhSbayKmGNt6EVc0UOn2617JxDfFoi8 fj6UtUEBqbPB7cbXO63ZBXdiorwBbsSEcUSkd/LTjV0kWBeu8eOYjB1AivlqWbWdVVEI jqp1/Ot7qj2CCTmFpLKgQq4R+3U6JxU/Fl9ow= Original-Received: by 10.210.80.17 with SMTP id d17mr3149093ebb.163.1216639102052; Mon, 21 Jul 2008 04:18:22 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 21 Jul 2008 04:18:21 -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:101065 Archived-At: On Mon, Jul 14, 2008 at 13:44, Kenichi Handa wrote: > 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. With an up-to-date CVS Emacs, reverting the patches for revisions 1.388 and 1.389 of coding.c (and with no other change), the problem does not happen on Windows. There are no spurious ^Ms, and info/efaq is detected as undecided-dos. Juanma