unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: German umlaut problems after moving from Windows to Linux
Date: Sun, 29 Feb 2004 14:29:45 +0100	[thread overview]
Message-ID: <m3y8qmhv3q.fsf@defun.localdomain> (raw)
In-Reply-To: m3u11a8295.fsf@linux.local

Thomas Gehrlein <thomas.gehrlein@t-online.de> writes:

> ;; problems with latin-9 on Windows
> (define-coding-system-alias 'latin-9 'latin-1)
> (define-coding-system-alias 'iso-8859-15 'latin-1)
>
> I don't remember exactly, why I added the last two lines.  I think
> it had to do with Gnus.

Previous versions of Emacs didn't support Latin-9, which is probably
why you added them.  Now that Emacs 21.3 does, you'll want to get rid
of the two lines.

By the way, when you do things like that it's always a good idea to
guard it with a test, e.g.

(unless (coding-system-p 'latin-9)
  (define-coding-system-alias 'latin-9 'latin-1))

which makes it more future-proof.

  reply	other threads:[~2004-02-29 13:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-27 10:30 German umlaut problems after moving from Windows to Linux Thomas Gehrlein
2004-02-28 16:26 ` LEE Sau Dan
2004-03-01 14:27   ` Thomas Gehrlein
2004-03-01 16:14   ` Piet van Oostrum
2004-02-29 11:12 ` Jesper Harder
2004-02-29 13:05   ` Thomas Gehrlein
2004-02-29 13:29     ` Jesper Harder [this message]
2004-03-01  7:02       ` Thomas Gehrlein

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=m3y8qmhv3q.fsf@defun.localdomain \
    --to=harder@myrealbox.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.
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).