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: Why did every line in w32fns.c get a ^M? Date: Thu, 1 Jul 2010 19:08:52 +0200 Message-ID: References: <83sk439lt2.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1278004179 24427 80.91.229.12 (1 Jul 2010 17:09:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 17:09:39 +0000 (UTC) Cc: Lennart Borgman , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 01 19:09:38 2010 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.69) (envelope-from ) id 1OUNGW-0005tO-MW for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 19:09:33 +0200 Original-Received: from localhost ([127.0.0.1]:37851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUNGV-0002R8-Vw for ged-emacs-devel@m.gmane.org; Thu, 01 Jul 2010 13:09:32 -0400 Original-Received: from [140.186.70.92] (port=33388 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUNGJ-0002Mn-Sn for emacs-devel@gnu.org; Thu, 01 Jul 2010 13:09:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUNGD-0008KC-Rr for emacs-devel@gnu.org; Thu, 01 Jul 2010 13:09:19 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:59968) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUNGD-0008Ju-MC; Thu, 01 Jul 2010 13:09:13 -0400 Original-Received: by bwz9 with SMTP id 9so1335399bwz.0 for ; Thu, 01 Jul 2010 10:09:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=/q9ftKKR1BL2nYXHC2+UtqN4WW3BD0ysaHCQ8vXt87k=; b=nz7GwhlC3MBt4HX4wIEV2vjhij/zAfM57N8ql9vI1QPvHVK9/dMbdOzxYq4xvZK2Hy NYANBkZ4EJtnQ/epAn0PoUs3KLccac4wOKcvZl98k4kLMiflH3qL7Tk/PrGq93y/c6dS GebcvuGOwiYG6WfbTZZNkGmEfrUbBqHUFXf0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=cdKCAQBqPmCGj17hY+p6uz9q7tDkNAB+51vb6k6OmYLxx+a7gfHz2fGh6AZV3m/8Zq n4QxQnK9y26ap9+Yt3qkmWpLPj95gByxOx57a0ZI6U62cFWy920zenTFmHKQV+N8vtcR XrCnziqWChPRX4dfTEG9wwt3809aWyc8j4MIo= Original-Received: by 10.204.2.70 with SMTP id 6mr7762502bki.203.1278004152228; Thu, 01 Jul 2010 10:09:12 -0700 (PDT) Original-Received: by 10.204.66.77 with HTTP; Thu, 1 Jul 2010 10:08:52 -0700 (PDT) In-Reply-To: <83sk439lt2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/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:126641 Archived-At: On Thu, Jul 1, 2010 at 19:03, Eli Zaretskii wrote: > Even in your case, it did help you identify the problem right > away, didn't it? Well, no, he first suspected of some general trouble afecting all users... ;-) Juanma