all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Encoding Problems
Date: Tue, 7 Mar 2006 20:30:50 +0100	[thread overview]
Message-ID: <7DD68E82-E591-4B7C-8D53-5A098BB4FAD4@Web.DE> (raw)
In-Reply-To: <1141735128.070047.257240@u72g2000cwu.googlegroups.com>


Am 07.03.2006 um 13:38 schrieb Nicolas Keller:

> How can I tell Emacs to automatically keep the ISO-8859-1 encoding  
> when
> I save the file after inserting this character?

I'd use another encoding, one with € ...

	(prefer-coding-system        'iso-latin-9-unix)
	(prefer-coding-system        'iso-8859-15)

or in the file either among the first few lines:

	;; -*- mode: Emacs-Lisp; coding: iso-8859-15; -*-

or at its end:

	%
	% Local Variables:
	% mode: LaTeX
	% fill-column: 77
	% coding-system: iso-latin-9
	% End:

The differences between ISO Latin-1 and ISO Latin-9/0 are minimal and  
not to advantage for ISO Latin-1.

--
Mit friedvollen Grüßen

   Pete

Gut durch ist besser als unten durch

  reply	other threads:[~2006-03-07 19:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-07 12:38 Encoding Problems Nicolas Keller
2006-03-07 19:30 ` Peter Dyballa [this message]
2006-03-07 21:06 ` Reiner Steib

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=7DD68E82-E591-4B7C-8D53-5A098BB4FAD4@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.
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.