From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16598 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: Re: 7bit and iso-8859-1 Date: 02 Sep 1998 15:12:43 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <0faf4i64l0.fsf@fenris.mjolner.dk> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155445 28803 80.91.224.250 (20 Oct 2002 23:10:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:10:45 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA08706 for ; Wed, 2 Sep 1998 09:14:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id HAF00487; Wed, 2 Sep 1998 07:44:19 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 02 Sep 1998 08:13:05 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAA27696 for ; Wed, 2 Sep 1998 08:12:56 -0500 (CDT) Original-Received: from fenris.mjolner.dk (fenris.mjolner.dk [130.225.8.214]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA08686 for ; Wed, 2 Sep 1998 09:12:49 -0400 (EDT) Original-Received: (from lbr@localhost) by fenris.mjolner.dk (8.8.7/8.8.7) id PAA02084; Wed, 2 Sep 1998 15:12:43 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Jon Kvebaek's message of "02 Sep 1998 14:43:08 +0200" Original-Lines: 30 X-Mailer: Gnus v5.5/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16598 Jon Kvebaek writes: > Lars Magne Ingebrigtsen writes: > | Even if the text is 8bit? Thïs message is in Latin-1, and should go > | out with an 8bit-encoding if everything is ok... If there is only > | ASCII chars in the messages, you should get a charset=us-ascii and a > | CTE of 7bit. > > Let's see. Thät mëans that this one should be as well. Maybe just > using æ, ø and å isn't good enough... I've seen this behaviour as well with Emacs 20.2 and Gnus 5.4-5.6. Apparantly the (re-search-forward "[^\000-\177]" nil t) in gnus-inews-insert-mime-headers (gnus-msg.el) isn't too terribly thrilled with multibyte buffers, but I haven't been able to pinpoint why. Possibly all this is caused by a wrongly configured Emacs? I do (setq mime-editor/transfer-level 8) (setup-latin1-environment) (setq sendmail-coding-system 'iso-latin-1) (load-library "iso-insert") (require 'latin-1) in my .emacs. Anything wrong with that? (This is sent from an MBSK'ed 20.2, which gets the re-search-forward right.) -- Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS lbr@mjolner.dk