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: Fri, 8 Aug 2008 13:02:01 +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 1218193349 18638 80.91.229.12 (8 Aug 2008 11:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2008 11:02:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 08 13:03:19 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 1KRPka-0006CI-Ie for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 13:03:16 +0200 Original-Received: from localhost ([127.0.0.1]:43044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRPje-0005Pc-Lw for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 07:02:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRPjW-0005Na-4A for emacs-devel@gnu.org; Fri, 08 Aug 2008 07:02:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRPjT-0005Hc-I0 for emacs-devel@gnu.org; Fri, 08 Aug 2008 07:02:09 -0400 Original-Received: from [199.232.76.173] (port=36494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRPjT-0005HL-8g for emacs-devel@gnu.org; Fri, 08 Aug 2008 07:02:07 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.186]:46509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRPjS-0005sX-Cu for emacs-devel@gnu.org; Fri, 08 Aug 2008 07:02:06 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so324765nfi.26 for ; Fri, 08 Aug 2008 04:02:02 -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=ywbg3eVgEk+i2Oxk2S1ySyl7HXnKDZWlVG2kzpLTu6k=; b=tEO1savpT1rdkwMVM8v+RkptV6yLDVJZVSCmN5u6mlVvxE8rviBzo4D/HWkICMh1dZ uPPNf+VbWSo2FfFBFLuzKO//s4gDLcUP3qrfr63gci8FZ2twhl634hwxY5P/34aWUgGd uPClGpjlos/pxdLD4NVR8Xvr2sb8ygUid58QA= 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=QWtZhBSqf+GqUql3nGyrJKtT8BeunphS6O14SnSobqXfIG7Tj9DqXYaJtsFEoWHcdd ygD2RKFheG5Tk+tNX62PEYQc2yv/lb2hB/fVQaWUSgCWrq8rnbbG8eGG6L3EM3iAw3/M Tl2kyZllAhhU16i8xXzhblTRJvmG5kyNz1vlQ= Original-Received: by 10.210.43.11 with SMTP id q11mr5288147ebq.199.1218193321955; Fri, 08 Aug 2008 04:02:01 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Fri, 8 Aug 2008 04:02:01 -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:102196 Archived-At: On Fri, Aug 8, 2008 at 03:28, Kenichi Handa wrote: > You handled inhibit_iso_escape_detection only in > detect_coding. Isn't the problem fixed by modifing the > detect_coding_system too. Well, you give me too much credit; I just did the easiest change that could possibly work :-) [It didn't] But AFAICS, the trouble with compressed info files is not because of null-byte detection. If I gzip efaq and then visit it through Info, the buffer is detected as utf-8-unix, not no-conversion. Juanma