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: ELPA auctex package Date: Fri, 11 Oct 2013 20:40:25 -0400 Message-ID: References: <82eh7ro42f.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381538443 32546 80.91.229.3 (12 Oct 2013 00:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Oct 2013 00:40:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 12 02:40:45 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VUnG9-0001AG-2f for ged-emacs-devel@m.gmane.org; Sat, 12 Oct 2013 02:40:45 +0200 Original-Received: from localhost ([::1]:56659 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUnG8-0004dX-L6 for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2013 20:40:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUnFy-0004dH-E6 for emacs-devel@gnu.org; Fri, 11 Oct 2013 20:40:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUnFr-0006Bj-3q for emacs-devel@gnu.org; Fri, 11 Oct 2013 20:40:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:44112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUnFq-0006Be-SB for emacs-devel@gnu.org; Fri, 11 Oct 2013 20:40:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFFMCreE/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNEAETiB4GwS2RCgOSWwOSHIFegxOBSiQ X-IPAS-Result: Av8EABK/CFFMCreE/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNEAETiB4GwS2RCgOSWwOSHIFegxOBSiQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="35323032" Original-Received: from 76-10-183-132.dsl.teksavvy.com (HELO pastel.home) ([76.10.183.132]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 11 Oct 2013 20:36:32 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 987D0609DB; Fri, 11 Oct 2013 20:40:25 -0400 (EDT) In-Reply-To: <82eh7ro42f.fsf@gmail.com> (Andy Moreton's message of "Fri, 11 Oct 2013 23:06:32 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164124 Archived-At: > I was recently puzzled to find the Info buffer directory header was > written in French (on Windows with UK English everything). > It turns out that this is caused by the 'dir' file in the auctex 11.87.1 > package from GNU ELPA. I would expect this text to be in English. Indeed, I would expect that as well. I guess it's because I generated it from one of my computers with a fr_CH or fr_CA locale (I generally prefer my computers to talk to me in English, but when GNU/Linux started to support other languages, I temporarily changed locale to see how it worked in practice, and since then I have a mishmash of various locales on various computers and I can't even remember where it's configured ;-). Thanks for the heads up, I'll see about fixing it, Stefan