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 <help-gnu-emacs@gnu.org>
Subject: Re: saving in latin-9
Date: Mon, 22 Aug 2005 01:08:05 +0200	[thread overview]
Message-ID: <8d49205cd4cb712b6806d077e7e4299b@Web.DE> (raw)
In-Reply-To: <20050821221257.1C95FEF183@atma-office>


Am 22.08.2005 um 00:12 schrieb Raimund Kohl-Fuechsle:

> how can I make sure, that every file I save is saved in latin-9 
> encoding?

Set the environment variables LC_CTYPE and LANG to de_DE.ISO8859-15. 
Then you won't need to

	(set-default-coding-systems               'iso-latin-9-unix)
	(set-keyboard-coding-system               'iso-latin-9)
	(prefer-coding-system                     'iso-latin-9-unix)
	(setq default-buffer-file-coding-system	'iso-latin-9-unix)

Put in these files' header:

	-*- coding: iso-8859-15; -*-

--
Mit friedvollen Grüßen

   Pete

Heißt 'Wegwerfgesellschaft', dass mensch diese Gesellschaft weg werfen 
*kann* oder *muss*?

      reply	other threads:[~2005-08-21 23:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-21 22:12 saving in latin-9 Raimund Kohl-Fuechsle
2005-08-21 23:08 ` Peter Dyballa [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=8d49205cd4cb712b6806d077e7e4299b@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.