unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* saving in latin-9
@ 2005-08-21 22:12 Raimund Kohl-Fuechsle
  2005-08-21 23:08 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Raimund Kohl-Fuechsle @ 2005-08-21 22:12 UTC (permalink / raw)


Hello,

how can I make sure, that every file I save is saved in latin-9
encoding?  I guess there are several settings needed?

ray

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: saving in latin-9
  2005-08-21 22:12 saving in latin-9 Raimund Kohl-Fuechsle
@ 2005-08-21 23:08 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2005-08-21 23:08 UTC (permalink / raw)
  Cc: help-gnu-emacs


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*?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-21 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-21 22:12 saving in latin-9 Raimund Kohl-Fuechsle
2005-08-21 23:08 ` Peter Dyballa

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).