From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Problem with umlaut printing Date: Mon, 4 May 2009 14:10:30 +0200 Message-ID: <402CB872-9E0D-48DB-A71D-A4A11B3F367C@Web.DE> References: <87my9tt831.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241439072 28940 80.91.229.12 (4 May 2009 12:11:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 May 2009 12:11:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-1?Q?Timo_Myyr=E4?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 04 14:11:02 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M0x0f-0007Nj-Th for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2009 14:11:02 +0200 Original-Received: from localhost ([127.0.0.1]:46075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0x0e-00009i-Mo for geh-help-gnu-emacs@m.gmane.org; Mon, 04 May 2009 08:11:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0x0J-00009d-3Q for help-gnu-emacs@gnu.org; Mon, 04 May 2009 08:10:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0x0E-000068-OV for help-gnu-emacs@gnu.org; Mon, 04 May 2009 08:10:38 -0400 Original-Received: from [199.232.76.173] (port=34131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0x0E-000065-Gq for help-gnu-emacs@gnu.org; Mon, 04 May 2009 08:10:34 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:48805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0x0D-0002cq-Vs for help-gnu-emacs@gnu.org; Mon, 04 May 2009 08:10:34 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 18D69FBB86A0; Mon, 4 May 2009 14:10:32 +0200 (CEST) Original-Received: from [91.35.236.124] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #277) id 1M0x0B-00026f-00; Mon, 04 May 2009 14:10:31 +0200 In-Reply-To: <87my9tt831.fsf@gmail.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/GrhgR9DnQso07oTXOqor4HaoSBHUIHRI3YHMT HVkCsrSq4dAbkUjSpVJ1Ye36gMrRjp+WBX7R1nxkWVoA17ClHQ cLFSD/qPisoZfnc3A7gw== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64173 Archived-At: Am 04.05.2009 um 13:34 schrieb Timo Myyr=E4: > I use same config on Linux and OpenBSD. OpenBSD doesn't use locales =20= > so I > specify the options in the config file. It's a pity that I am using hardware on which only Mac OS X, a BSD =20 variant, runs, so that I can't test whether this could ease your =20 situation: you can add environment variables from your init file, for =20= example: (setenv "INFOPATH" (concat "/Applications/Aquamacs Emacs.app/=20 Contents/Resources/site-lisp/edit-modes/info" ":" (getenv "INFOPATH"))) You can also restrict parts of your init file to be valid only for =20 this or that system type (or better system-configuration or system-=20 name?). IMO set-language-environment should not be used in a non-7 or =20= non-8 bit environment. > > Pressing the C-q =E4 in *scratch* printed =E4 on buffer immidiately = after > pressing the =E4 so it seems to work correctly. > > xev gives following output: > KeyPress event, serial 28, synthetic NO, window 0xe00001, > root 0x125, subw 0xe00002, time 4227595, (61,56), root:(62,57), > state 0x10, keycode 94 (keysym 0xe4, adiaeresis), same_screen YES, > XLookupString gives 2 bytes: (c3 a4) "=E4" > XmbLookupString gives 2 bytes: (c3 a4) "=E4" > XFilterEvent returns: False Both are OK. C3 A4 is the UTF-8 representation of =E4. Which of your two systems shows this behaviour? Are you able to =20 compile GNU Emacs 23.0.93 from CVS? It's more of an Unicode Emacs =20 than all Emacsen before. -- Greetings Pete These are my principles and if you don't like them... well, I have =20 others. - Groucho Marx