From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.help Subject: Re: global-set-key [? =?iso-8859-1?q?=5CM-=F6?=] Date: Sat, 24 May 2003 11:02:04 +0200 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3EC936AD.41BBBEC8@gmx.net> <87of1ybr5p.fsf@bach.composers> <3ECB2DA2.107EDA4@gmx.net> <5lu1bomh0q.fsf@rum.cs.yale.edu> <3ECC9F70.A6829B3E@gmx.net> <5lllwzdsh8.fsf@rum.cs.yale.edu> <3ECCFE4C.38009117@gmx.net> Reply-To: Harald Maier NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053767018 21598 80.91.224.249 (24 May 2003 09:03:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 09:03:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat May 24 11:03:37 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JUwD-0005cD-00 for ; Sat, 24 May 2003 11:03:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JUy2-0006Xq-ID for gnu-help-gnu-emacs@m.gmane.org; Sat, 24 May 2003 05:05:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.t-online.com 1053766925 00 18119 SoeSVXDESOYaKl 030524 09:02:05 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: SIFrQ+ZOgeWOoe-QBFbJhf9tRW-yNt1Tyc9nr5CXcxSkUPGt-B2jYI User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:FFmx8Yx8nqyxqRPUQFBkKWZ+iG0= Original-Xref: shelby.stanford.edu gnu.emacs.help:113647 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10143 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10143 Martin aus Chemnitz writes: >> And your locale is ? > > Sorry, I'm a very new user of emacs. The manual uses `locale' in many > different ways. Please be more specific. > > If you mean > M-x getenv LANG > then my locale is `deu'. Can you try to set your LOCAL to 'C' under 'Einstellungen/Systemsteuerung/System/Erweitert/Umgebungsvariablen' In the ".emacs" file please add the following: (set-locale-environment "de_DE") This settings works fine for me, especially with emacs-21.3. You can try too to set "de_DE@euro" as emacs local environment but then you need a font that supports the Euro sign. The default font supports it. Harald