From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: set-language-environment Date: Fri, 04 Aug 2006 20:10:39 +0900 Message-ID: References: <279CB791-0A55-4D57-B369-B6581DEE3AC8@Web.DE> <85bqr0hihg.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1154689920 4509 80.91.229.2 (4 Aug 2006 11:12:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 4 Aug 2006 11:12:00 +0000 (UTC) Cc: Peter_Dyballa@web.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 04 13:11:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8xau-0001ZQ-2X for ged-emacs-devel@m.gmane.org; Fri, 04 Aug 2006 13:11:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8xat-00049n-Gz for ged-emacs-devel@m.gmane.org; Fri, 04 Aug 2006 07:11:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G8xai-00049T-PX for emacs-devel@gnu.org; Fri, 04 Aug 2006 07:11:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G8xag-00047z-6R for emacs-devel@gnu.org; Fri, 04 Aug 2006 07:11:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8xag-00047u-1R for emacs-devel@gnu.org; Fri, 04 Aug 2006 07:11:42 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G8xeB-0006Yh-Pj; Fri, 04 Aug 2006 07:15:20 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k74BBYOq023678; Fri, 4 Aug 2006 20:11:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k74BBScY025436; Fri, 4 Aug 2006 20:11:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1G8xZf-0001lX-00; Fri, 04 Aug 2006 20:10:39 +0900 Original-To: David Kastrup In-reply-to: <85bqr0hihg.fsf@lola.goethe.zz> (message from David Kastrup on Fri, 04 Aug 2006 13:02:03 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:58089 Archived-At: In article <85bqr0hihg.fsf@lola.goethe.zz>, David Kastrup writes: >> Setting this value to German executes line #2170 in mule-cmds.el: >> >> ("de" "German" iso-8859-1) >> >> Since almost one decade we live in the Euro zone. Iso-8859-1 is >> completely wrong, iso-8859-15 is the right choice in the 8 bit >> encoding. > I don't think so. "de" is iso-8859-1. "de@euro" is iso-8859-15. Yes. > The problem is rather that we don't have the "@euro" > correspondes in the file. ?? When you run Emacs as this: % LANG=de_DE@euro emacs Emacs is in German language environment and the default coding system is set to iso-8859-15. --- Kenichi Handa handa@m17n.org