From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50513 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: utf-8 for decoding mails, but composing eeventually with iso-latin-9 Date: Mon, 03 Mar 2003 17:55:54 +0100 Organization: Church of GNU Emacs Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1046710791 4173 80.91.224.249 (3 Mar 2003 16:59:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 16:59:51 +0000 (UTC) Cc: Oliver Scholz Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ptHP-00010K-00 for ; Mon, 03 Mar 2003 17:59:07 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18ptHJ-0008Ki-00; Mon, 03 Mar 2003 10:59:02 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 11:00:02 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA27907 for ; Mon, 3 Mar 2003 10:59:50 -0600 (CST) Original-Received: (qmail 99732 invoked by alias); 3 Mar 2003 16:58:45 -0000 Original-Received: (qmail 99727 invoked from network); 3 Mar 2003 16:58:45 -0000 Original-Received: from mail.gmx.net (213.165.65.60) by 66.230.238.6 with SMTP; 3 Mar 2003 16:58:45 -0000 Original-Received: (qmail 12661 invoked by uid 0); 3 Mar 2003 16:58:20 -0000 Original-Received: from p508E848A.dip0.t-ipconnect.de (HELO linux.local) (80.142.132.138) by mail.gmx.net (mp009-rz3) with SMTP; 3 Mar 2003 16:58:20 -0000 Original-Received: (from cc@localhost) by linux.local (8.11.6/8.11.6/SuSE Linux 0.5) id h23Gtsg22485; Mon, 3 Mar 2003 17:55:54 +0100 X-Authentication-Warning: linux.local: cc set sender to christoph.conrad@gmx.de using -f Original-To: ding@gnus.org X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA Mail-Followup-To: ding@gnus.org, Oliver Scholz User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50513 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50513 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=C3=BC=C3=9Fe, cu, -cc- --=20 Computers are useless. They can only give you answers. Pablo Picasso