From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: Re: bad rfc2047 encoding Date: 22 Aug 2002 12:47:03 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030016820 21590 127.0.0.1 (22 Aug 2002 11:47:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 Aug 2002 11:47:00 +0000 (UTC) Cc: bugs@gnus.org, bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hqQV-0005c0-00 for ; Thu, 22 Aug 2002 13:46:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hqRh-0005NA-00; Thu, 22 Aug 2002 07:48:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hqQj-0005JC-00 for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2002 07:47:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hqQh-0005IP-00 for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2002 07:47:12 -0400 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hqQh-0005IK-00 for bug-gnu-emacs@gnu.org; Thu, 22 Aug 2002 07:47:11 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 17hqQa-0007bG-00; Thu, 22 Aug 2002 12:47:04 +0100 Original-To: Simon Josefsson Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3275 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3275 Simon Josefsson writes: > "To: \"=?iso-8859-1?q?Gro=DFjohann?=, K (Kai)\" > > " Well, that's invalid too. > This is with EMACS_21_1_RC. I was using your patch (in a non-vanilla 21.2). It looks as though some of the insufficiently-tested changes I made for Emacs 22 were responsible for the differences, sorry. I think that just indicates in another way that rfc2047.el doesn't DTRT. I guess the use of Emacs charsets saves it from going badly wrong in this case by chance, but it's not generally right. It's coding systems which are (more-or-less) equivalent to MIME charsets and need to be checked, not Emacs charsets.