Gnus development mailing list
 help / color / mirror / Atom feed
* utf-8 for decoding mails, but composing eeventually with iso-latin-9
@ 2003-03-03 16:55 Christoph Conrad
  2003-03-03 17:18 ` Kai Großjohann
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christoph Conrad @ 2003-03-03 16:55 UTC (permalink / raw)
  Cc: Oliver Scholz

Hi,

Oliver Scholz has helped me using utf-8 for displaying / writing utf-8
mails. For several reasons i want to be able (a) to override the utf-8
default to something like iso-latin-9, e.g. when writing to people
using older mailclients. On the other side i want to (b) have
iso-latin-9 as standard encoding for files, not! utf-8.

I achieved (b) with

,----[ .emacs.el ]
| (prefer-coding-system 'utf-8)
| (setq default-buffer-file-coding-system
|       (coding-system-change-eol-conversion
|        'iso-latin-9 ;; default-buffer-file-coding-system
|        nil))
`----

Now: How do i achive (a)?

Beste Grüße,
cu, -cc-
-- 
Computers are useless.  They can only give you answers.
     Pablo Picasso



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

end of thread, other threads:[~2003-03-04  8:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-03 16:55 utf-8 for decoding mails, but composing eeventually with iso-latin-9 Christoph Conrad
2003-03-03 17:18 ` Kai Großjohann
2003-03-03 17:21   ` Christoph Conrad
2003-03-03 20:18     ` Kai Großjohann
2003-03-03 21:54       ` Christoph Conrad
2003-03-04  8:17         ` Kai Großjohann
2003-03-03 17:54 ` Simon Josefsson
2003-03-03 20:20 ` Kai Großjohann

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 NNTP newsgroup(s).