unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hendrik Sattler <sattler2000@gmx.de>
Subject: Re: umlauts (8bit characters) input
Date: Tue, 01 Feb 2005 01:41:03 +0100	[thread overview]
Message-ID: <ctmj6u$hl3$00$1@news.t-online.com> (raw)
In-Reply-To: mailman.238.1107216437.2841.help-gnu-emacs@gnu.org

Peter Dyballa wrote:
> ;       (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)

I don't understand why emacs should need all that. There are locales and
they define a system charset, emacs should use that as default.
 
> It's always helpful to check what Emacs actually receives: C-h k and then
> you type the umlaut.

It gets M-| for the 'ü', '|' is 0x7C and 'ü' ist 0xFC, so the 8th bit is
ignored.
Does emacs care for readline settings?

> Probably your Linux system too uses UTF-8 as file-name-coding-system ...

No, the locale de_DE@euro has ISO-8859-15 as character set, nothing fancy.

I really want to get that guy that said that ASCII and thus 7bit is a useful
default :-(((((

HS

  parent reply	other threads:[~2005-02-01  0:41 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
     [not found]     ` <mailman.238.1107216437.2841.help-gnu-emacs@gnu.org>
2005-02-01  0:41       ` Hendrik Sattler [this message]
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='ctmj6u$hl3$00$1@news.t-online.com' \
    --to=sattler2000@gmx.de \
    /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).