From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: umlauts (8bit characters) input
Date: Tue, 1 Feb 2005 00:47:04 +0100 [thread overview]
Message-ID: <6914BB2C-73E2-11D9-8B7E-000D932A32C4@Web.DE> (raw)
In-Reply-To: <ctmcd3$ai9$05$1@news.t-online.com>
Am 31.01.2005 um 23:44 schrieb Hendrik Sattler:
> Peter Dyballa wrote:
>> Am 31.01.2005 um 17:44 schrieb Hendrik Sattler:
>>
>>> '(default-input-method "german-postfix")
>>
>> Doesn't this setting mean to input all umlauts as `a"??
>
> Does that imply to ignore a real 'ä' key? I deleted that line but the
> behaviour did not change.
Actually I can't tell -- still searching for some answers. Here are
some answers from my .emacs:
; (set-language-environment 'UTF-8)
(set-default-coding-systems 'utf-8)
(setq file-name-coding-system 'utf-8)
(setq default-buffer-file-coding-system 'utf-8)
(setq coding-system-for-write 'utf-8)
; (set-keyboard-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
;; (set-clipboard-coding-system 'utf-8)
;; (set-selection-coding-system 'utf-8)
; (set-language-environment 'German)
This is for X11 on Mac OS X. The following is for "Carbon Emacsen",
i.e. a GNU Emacs that fits into the Aqua environment. These have some
restrictions with fonts or fontsets, so restrict them to use ISO Latin.
(setq file-name-coding-system 'utf-8)
(setq default-buffer-file-coding-system 'iso-latin-9-unix)
(set-language-environment 'German)
(set-default-coding-systems 'iso-latin-9-unix)
(set-keyboard-coding-system 'iso-latin-9)
(prefer-coding-system 'iso-latin-9-unix)
I think the most important is default-buffer-file-coding-system. It
makes Emacs aware and work with umlauts. Using the right fontsets (or
at least fonts) should enable you to see the umlauts too. If you here
the umlauts when you type them you might need
set-keyboard-coding-system and/or set-terminal-coding-system. It's
always helpful to check what Emacs actually receives: C-h k and then
you type the umlaut.
Probably your Linux system too uses UTF-8 as file-name-coding-system ...
--
Mit friedvollen Grüßen
Pete
"They're putting dimes in the hole in my head to see the change in me."
next prev parent reply other threads:[~2005-01-31 23:47 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-31 16:44 umlauts (8bit characters) input Hendrik Sattler
2005-01-31 21:52 ` Peter Dyballa
[not found] ` <mailman.226.1107211155.2841.help-gnu-emacs@gnu.org>
2005-01-31 22:44 ` Hendrik Sattler
2005-01-31 23:47 ` Peter Dyballa [this message]
[not found] ` <mailman.238.1107216437.2841.help-gnu-emacs@gnu.org>
2005-02-01 0:41 ` Hendrik Sattler
2005-02-01 10:31 ` Peter Dyballa
[not found] ` <mailman.279.1107254715.2841.help-gnu-emacs@gnu.org>
2005-02-01 11:37 ` Hendrik Sattler
2005-02-01 12:36 ` David Kastrup
2005-02-01 13:37 ` Hendrik Sattler
2005-02-01 15:25 ` Peter Dyballa
2005-02-02 10:27 ` Peter Dyballa
[not found] ` <mailman.463.1107343604.2841.help-gnu-emacs@gnu.org>
2005-02-02 12:38 ` David Kastrup
2005-02-02 13:12 ` Peter Dyballa
[not found] ` <mailman.482.1107350962.2841.help-gnu-emacs@gnu.org>
2005-02-02 14:10 ` David Kastrup
2005-02-02 14:59 ` Ismael Valladolid Torres
2005-02-02 18:21 ` Peter Dyballa
2005-02-02 18:17 ` Peter Dyballa
2005-02-02 15:19 ` Stefan Monnier
2005-02-02 19:37 ` Peter Dyballa
[not found] ` <mailman.578.1107374620.2841.help-gnu-emacs@gnu.org>
2005-02-03 4:09 ` Stefan Monnier
2005-02-01 13:07 ` Reiner Steib
2005-02-01 13:47 ` Hendrik Sattler
2005-02-01 15:21 ` Peter Dyballa
2005-02-01 15:50 ` Hendrik Sattler
2005-02-01 16:05 ` David Kastrup
2005-02-01 16:08 ` Hendrik Sattler
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6914BB2C-73E2-11D9-8B7E-000D932A32C4@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).