all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: "Timo Myyrä" <timo.myyra@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Problem with umlaut printing
Date: Mon, 4 May 2009 14:10:30 +0200	[thread overview]
Message-ID: <402CB872-9E0D-48DB-A71D-A4A11B3F367C@Web.DE> (raw)
In-Reply-To: <87my9tt831.fsf@gmail.com>


Am 04.05.2009 um 13:34 schrieb Timo Myyrä:

> I use same config on Linux and OpenBSD. OpenBSD doesn't use locales  
> 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  
variant, runs, so that I can't test whether this could ease your  
situation: you can add environment variables from your init file, for  
example:

	(setenv "INFOPATH" (concat "/Applications/Aquamacs Emacs.app/ 
Contents/Resources/site-lisp/edit-modes/info" ":" (getenv "INFOPATH")))

You can also restrict parts of your init file to be valid only for  
this or that system type (or better system-configuration or system- 
name?). IMO set-language-environment should not be used in a non-7 or  
non-8 bit environment.

>
> Pressing the C-q ä in *scratch* printed ä on buffer immidiately after
> pressing the ä 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) "ä"
>     XmbLookupString gives 2 bytes: (c3 a4) "ä"
>     XFilterEvent returns: False


Both are OK. C3 A4 is the UTF-8 representation of ä.


Which of your two systems shows this behaviour? Are you able to  
compile GNU Emacs 23.0.93 from CVS? It's more of an Unicode Emacs  
than all Emacsen before.

--
Greetings

   Pete

These are my principles and if you don't like them... well, I have  
others.
				- Groucho Marx







  reply	other threads:[~2009-05-04 12:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-03 17:39 Problem with umlaut printing Timo Myyrä
2009-05-04  9:01 ` Peter Dyballa
2009-05-04 11:34   ` Timo Myyrä
2009-05-04 12:10     ` Peter Dyballa [this message]
     [not found]       ` <d55a4d160905040648n2e5d33e1wf9c54413f4e03dd8@mail.gmail.com>
     [not found]         ` <BAE5BA5B-8F76-4B8E-BBFC-B0FADAB513F5@web.de>
2009-05-04 19:23           ` Timo Myyrä

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=402CB872-9E0D-48DB-A71D-A4A11B3F367C@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=timo.myyra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.