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: Wed, 9 Jul 2008 03:51:27 +0200 Message-ID: References: <484F1FAB.6070005@gmail.com> 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 1215568301 32017 80.91.229.12 (9 Jul 2008 01:51:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 01:51:41 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 09 03:52:28 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 1KGOr5-0007vs-SE for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 03:52:28 +0200 Original-Received: from localhost ([127.0.0.1]:36783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGOqE-0007S1-HN for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 21:51:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGOqB-0007RP-5V for emacs-devel@gnu.org; Tue, 08 Jul 2008 21:51:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGOq9-0007R3-N7 for emacs-devel@gnu.org; Tue, 08 Jul 2008 21:51:30 -0400 Original-Received: from [199.232.76.173] (port=40374 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGOq9-0007R0-IO for emacs-devel@gnu.org; Tue, 08 Jul 2008 21:51:29 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:63734) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGOq8-0004C9-Vi for emacs-devel@gnu.org; Tue, 08 Jul 2008 21:51:29 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so778752nfi.26 for ; Tue, 08 Jul 2008 18:51:28 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yZNdKaUQkf3Z/CXP0xo32B0rixKgEfx7W5ERLsfC5/k=; b=twnw47KZyINqculG4aIaDfVtord2fCn5J1PneVqnZG4O3EB22sih+cdmR/dWeDvF38 430cYnT4A9+goYrJkbVWnzWJaDZG+18ymsGdG+QH6NQFlmeg1ilZ3GOKhVixklb55iQm 5hrbMtVqpMIGv4Q9OZFipsTapV4I34ZcIHkhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jTn0tz8srzscghxCjKN/YWRveG8J5D+AnbboAdlFttCDlUS4PYhKpzBw2GD8dRgdBz Eu9o93cVaiBaMsu+IhCFvmgN+olyvjFvS4Mj5RzZpB5AmVGURGB/mUeJ/nSQi4hfFORm Sthmdar6VMpGd0NY9oqNYZpv2vFdvy7mm8d6c= Original-Received: by 10.210.43.11 with SMTP id q11mr4656199ebq.196.1215568287919; Tue, 08 Jul 2008 18:51:27 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Tue, 8 Jul 2008 18:51:27 -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:100472 Archived-At: Has this one been forgotten? On Wed, Jun 11, 2008 at 17:56, Juanma Barranquero wrote: > On Wed, Jun 11, 2008 at 06:42, dhruva wrote: > >> Same here, I kept quiet as I am using GIT and thought I had messed >> around with something! >> >> 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