From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ^M in the info files Date: Thu, 10 Jul 2008 18:11:26 -0400 Message-ID: References: <484F1FAB.6070005@gmail.com> <487481B2.3090302@gnu.org> <87vdzdtwvm.fsf@jurta.org> <87wsjtjwju.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215727912 16031 80.91.229.12 (10 Jul 2008 22:11:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2008 22:11:52 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, jasonr@gnu.org, Kenichi Handa To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 11 00:12:39 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 1KH4NL-0002qG-G1 for ged-emacs-devel@m.gmane.org; Fri, 11 Jul 2008 00:12:31 +0200 Original-Received: from localhost ([127.0.0.1]:48862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KH4MT-0003qt-Eg for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 18:11:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KH4MO-0003qW-2C for emacs-devel@gnu.org; Thu, 10 Jul 2008 18:11:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KH4MN-0003q5-8c for emacs-devel@gnu.org; Thu, 10 Jul 2008 18:11:31 -0400 Original-Received: from [199.232.76.173] (port=43682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KH4MN-0003q1-0t for emacs-devel@gnu.org; Thu, 10 Jul 2008 18:11:31 -0400 Original-Received: from x-132-204-254-1.xtpr.umontreal.ca ([132.204.254.1]:43252 helo=ceviche.home) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KH4MG-00011S-KR; Thu, 10 Jul 2008 18:11:24 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7FE2CB4063; Thu, 10 Jul 2008 18:11:26 -0400 (EDT) In-Reply-To: <87wsjtjwju.fsf@jurta.org> (Juri Linkov's message of "Thu, 10 Jul 2008 23:47:49 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 6256 seconds by postgrey-1.27 at monty-python; Thu, 10 Jul 2008 18:11:24 EDT 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:100554 Archived-At: >> What happens if your TeXinfo file specifies a latin-1 encoding and your >> date is output in utf-8 because of your locale, then? > Then the result of @today is displayed as garbage. Again, my question is not how it's displayed but what is the content of the resulting Info file. If it's a mix of the two encodings, then it's a bug in makeinfo (call it misfeature if you want) and I see no need to try and support it in Emacs. > But we can adjust Makefile to use the correct LANG for every Info manual > that specifies a non-default @documentencoding. That might be a good workaround, Stefan