Gnus development mailing list
 help / color / mirror / Atom feed
From: Christoph Conrad <christoph.conrad@gmx.de>
Cc: Oliver Scholz <alkibiades@gmx.de>
Subject: utf-8 for decoding mails, but composing eeventually with iso-latin-9
Date: Mon, 03 Mar 2003 17:55:54 +0100	[thread overview]
Message-ID: <m3k7fg1jad.fsf@ID-24456.user.dfncis.de> (raw)

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



             reply	other threads:[~2003-03-03 16:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-03 16:55 Christoph Conrad [this message]
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

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=m3k7fg1jad.fsf@ID-24456.user.dfncis.de \
    --to=christoph.conrad@gmx.de \
    --cc=alkibiades@gmx.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.
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).