all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Gehrlein <thomas.gehrlein@t-online.de>
Subject: Re: German umlaut problems after moving from Windows to Linux
Date: Mon, 01 Mar 2004 08:02:25 +0100	[thread overview]
Message-ID: <m3znb159tq.fsf@linux.local> (raw)
In-Reply-To: m3y8qmhv3q.fsf@defun.localdomain

Jesper Harder <harder@myrealbox.com> 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.

Good piece of advice.  I think I'll need to go through my .emacs line by line
and check for other stuff that that is OS or version specific and might cause
trouble.

Thank you for your help.

Thomas

      reply	other threads:[~2004-03-01  7:02 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
2004-03-01  7:02       ` Thomas Gehrlein [this message]

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=m3znb159tq.fsf@linux.local \
    --to=thomas.gehrlein@t-online.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.
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.