From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30546 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with 8-bit headers Date: 01 May 2000 09:08:28 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <8766syzr0z.fsf@deneb.cygnus.argh.org> References: <2PKD5sdXbG4Y091yn@mimuw.edu.pl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167067 9081 80.91.224.250 (21 Oct 2002 02:24:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:24:27 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id EA7D6D051F for ; Mon, 1 May 2000 03:08:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB28068; Mon, 1 May 2000 02:08:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 01 May 2000 02:07:46 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA28037 for ; Mon, 1 May 2000 02:07:35 -0500 (CDT) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id CE7A3D051F for ; Mon, 1 May 2000 03:06:31 -0400 (EDT) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.111 via remotehost cygnus.argh.org with esmtp for mailhost.sclp.com id m12mAHm-001X2wC; Mon, 1 May 2000 09:06:30 +0200 (CEST) Original-Received: from deneb.cygnus.argh.org ([192.168.1.2] ident=exim) by cygnus.argh.org with esmtp (Exim 3.12 #1) id 12mAFI-0000YN-00 for ding@gnus.org; Mon, 01 May 2000 09:03:56 +0200 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.12 #1) id 12mAJg-0000ba-00 for ding@gnus.org; Mon, 01 May 2000 09:08:28 +0200 Original-To: ding@gnus.org In-Reply-To: jsbien@mimuw.edu.pl's message of "Sun, 30 Apr 2000 22:21:58 +0100" Original-Lines: 18 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30546 jsbien@mimuw.edu.pl (Janusz S. Bien) writes: > Could you please elaborate? When you save or write a buffer, Emacs > can decide whether the buffer content (e.g. input directly from the > keyboard) can be represented in the default buffer coding system; if > not, Emacs offers the choice of appropriate coding systems.=20=20 Try the following: Insert an ISO-8859-1 "=E4" and an ISO-8859-2 "=E4" i= nto a buffer and save it. Emacs should allow you to save the buffer in either charset, but currently, neither is possible. > Why do you think that an analogical treatment of the preferred MIME > charset it is impossible? What is wrong with such Emacs functions as > `select-safe-coding-system-function', `detect-coding-with-priority', > `detect-coding-region', `prefer-coding-system' etc.? I still think these functions aren't useful for this kind of job at the moment.