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: Sat, 16 Aug 2008 01:09:58 +0200 Message-ID: References: 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 1218841814 8496 80.91.229.12 (15 Aug 2008 23:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2008 23:10:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 16 01:11:07 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 1KU8Rl-0001x0-Ps for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2008 01:11:06 +0200 Original-Received: from localhost ([127.0.0.1]:49756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU8Qo-0001mq-Vp for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 19:10:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU8Ql-0001mh-Va for emacs-devel@gnu.org; Fri, 15 Aug 2008 19:10:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU8Qk-0001mN-H7 for emacs-devel@gnu.org; Fri, 15 Aug 2008 19:10:03 -0400 Original-Received: from [199.232.76.173] (port=56717 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU8Qk-0001mK-BN for emacs-devel@gnu.org; Fri, 15 Aug 2008 19:10:02 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.184]:56966) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KU8Qj-00054d-Vl for emacs-devel@gnu.org; Fri, 15 Aug 2008 19:10:02 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so773918nfi.26 for ; Fri, 15 Aug 2008 16:09:58 -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=NMvicmspjRSIxUUlMJbZog+FgGBh2gEQE3Knkuo5VcU=; b=G3bwJ2qPavvupZ9fIwGV2BAkqB53Q8noDwbrRyVJgL9iBaPrHF6Hkj9IDFESvhc9np z53YRiUmtheF/V39u6drcxfOUwWE10duNwSQsAK36DIzCq3YOTD3HWS6J2HFuLBEkJLe BdbsnZaUOZiTUggWBy+TgiK81amWIDanogXkQ= 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=xHoKb9IwzqRuUNZI0NidY2EHqWF0j7jrICiD2LMxvvzTIJ7VRIbv5SFV7PF1gGFHb6 ttgMeNjjbND1SD1gRdniUWoUFzKL+aXyH9wNxxfB3wAkUhet9wPRr9Fvu8UjUZ8RPKON JKHNRxEXpZtk41jYUvuCWcpGf/XvIZtBFpemU= Original-Received: by 10.210.60.8 with SMTP id i8mr3869997eba.183.1218841798205; Fri, 15 Aug 2008 16:09:58 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Fri, 15 Aug 2008 16:09:58 -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:102505 Archived-At: On Wed, Aug 13, 2008 at 12:08, Kenichi Handa wrote: > Do you mean that utf-8-unix is an incorrect detection? Well, I would have expected that, if it detected the file as utf-8-dos the CR/LF pairs would be correctly shown... (I'm talking of the case of a gzipped Windows-generated info file). Juanma