From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18960 Path: main.gmane.org!not-for-mail From: pahe@daimi.au.dk (Peter von der Ahé) Newsgroups: gmane.emacs.gnus.general Subject: Re: \201 problem (only in news headers) introduced in p0.45 or p0.46 Date: Fri, 20 Nov 1998 01:01:19 GMT Organization: SunSITE Denmark (sunsite.auc.dk) Sender: owner-ding@hpc.uh.edu Message-ID: 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 1035157395 9009 80.91.224.250 (20 Oct 2002 23:43:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:43:15 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA24110 for ; Thu, 19 Nov 1998 20:02:07 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB05267; Thu, 19 Nov 1998 19:01:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 19 Nov 1998 19:01:53 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA12045 for ; Thu, 19 Nov 1998 19:01:42 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id UAA24093 for ; Thu, 19 Nov 1998 20:01:30 -0500 (EST) Original-Received: (qmail 7971 invoked by uid 509); 20 Nov 1998 01:01:28 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding X-Attribution: Ahe Original-Lines: 30 User-Agent: Gnus/5.070051 (Pterodactyl Gnus v0.51) Emacs/20.3 Original-NNTP-Posting-Host: 130.225.19.182 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 911523679 130.225.19.182 (Fri, 20 Nov 1998 02:01:19 MET DST) Original-NNTP-Posting-Date: Fri, 20 Nov 1998 02:01:19 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18960 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18960 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> nospam2159@daimi.au.dk (Peter von der Ahé) writes: >> When I post to a newsgroup I have problems with latin1 characters >> in the headers. Characters like æøåé in headers are still "mule" >> encoded, this means that the From: field, as an example, is: >> >> From: Peter von der Ah\201\351 ... LMI> This sounds like a problem in the nntp code. Has anyone else LMI> seen this? I think it could be a problem in message-send-news or message-generate-headers. I observed that the "Subject:" field has no problems if the message has first gone through the draft folder. I have started using this hook: (defun my-pgnus-201-hack () (mm-encode-coding-region (point-min) (point-max) 'latin-1)) (add-hook 'message-header-hook (function my-pgnus-201-hack)) And now the problem can no longer be observed. Kind Regards Peter Ahé -- period .