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, 11 Jun 2008 17:56:36 +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 1213199834 3117 80.91.229.12 (11 Jun 2008 15:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 15:57:14 +0000 (UTC) Cc: Emacs Devel , "Lennart Borgman \(gmail\)" , Kenichi Handa To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 11 17:57:55 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 1K6Shr-000737-NE for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 17:57:51 +0200 Original-Received: from localhost ([127.0.0.1]:40491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Sh4-00031X-8l for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 11:57:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6Sgr-0002tO-Rt for emacs-devel@gnu.org; Wed, 11 Jun 2008 11:56:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6Sgq-0002re-AA for emacs-devel@gnu.org; Wed, 11 Jun 2008 11:56:48 -0400 Original-Received: from [199.232.76.173] (port=53904 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Sgp-0002rT-Tc for emacs-devel@gnu.org; Wed, 11 Jun 2008 11:56:47 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:45339) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6Sgp-00081r-Ht for emacs-devel@gnu.org; Wed, 11 Jun 2008 11:56:47 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so1800496ywk.66 for ; Wed, 11 Jun 2008 08:56:37 -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=/7FYV78HZgme6tGqUSErm0fnngHTW+g1su7zBcBPgrI=; b=vGRCy9jX3rbFgsOO2pj2tWCK2iKxT8FF8DofEy9CIeaJTaXW3OknzAA2lYpeNjiAFQ HviMSH9EAZjaHxaLdghqVUEgDyhQpl9KVQxX4daBZU/ydTRqYZAoanQp/CGJm0bISiut RvYdFrHsQjkj+Hd+Brec4B2FCw8TKtCKt0sQI= 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=cryIOpvPtwmf9XHoMBZWjFyU6dExIljflKVaij5uvZpVrErIprlstceb1XZVOi6vVN Pe0N9ySO8bu5l3MwBTAvjZOWNz5n/t0+BYBfQ3P6SZZcds/xz3dAZLa5x8Ehk1Uwt83G rttANQXmpJC9mxnDd5Ja9IS8SpzMSTUKh5B3E= Original-Received: by 10.114.194.1 with SMTP id r1mr6745219waf.205.1213199796342; Wed, 11 Jun 2008 08:56:36 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Wed, 11 Jun 2008 08:56:36 -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:98958 Archived-At: 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