From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45499 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mail-extr.el brokenness Date: Tue, 02 Jul 2002 20:52:07 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1025635969 4133 127.0.0.1 (2 Jul 2002 18:52:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2002 18:52:49 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PSlc-00014X-00 for ; Tue, 02 Jul 2002 20:52:48 +0200 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 17PSlD-0000N4-00; Tue, 02 Jul 2002 13:52:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Jul 2002 13:52:44 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA07393 for ; Tue, 2 Jul 2002 13:52:32 -0500 (CDT) Original-Received: (qmail 26209 invoked by alias); 2 Jul 2002 18:52:07 -0000 Original-Received: (qmail 26204 invoked from network); 2 Jul 2002 18:52:07 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 2 Jul 2002 18:52:07 -0000 Original-Received: from latte (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g62Iq5wF032509; Tue, 2 Jul 2002 20:52:05 +0200 Original-To: Jan Rychter Mail-Copies-To: nobody X-Hashcash: 020702:jan@rychter.com:3ba6f994a7a17617 X-Hashcash: 020702:ding@gnus.org:2607a5fbf79142a4 In-Reply-To: (Jan Rychter's message of "Tue, 02 Jul 2002 12:19:14 +0200") Original-Lines: 19 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) X-Spam-Status: No, hits=-2.9 required=5.0 tests=IN_REP_TO,AWL version=2.20 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45499 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45499 Jan Rychter writes: > Maybe this isn't very closely related to gnus, but mail-extr.el seems to > be broken with respect to characters from ISO-8859-2 (and possibly many > other character sets). When do you see these problems? As Josh said, I don't think mail-extr ever should see non-ASCII, it wasn't built for it. The \200-\376 ranges are probably not a good idea, but worked for latin-1 people in the dark ages before MIME. > My temporary workaround was to change them to include some ISO-8859-2 > characters used in Polish: > > (defconst mail-extr-all-letters-but-separators > (purecopy "][A-Za-z{|}'~0-9`\200-\376=B1=E6=EA=F3=B3=F1=B6=BF=BC=A1= =C6=CA=D3=A3=D1=A6=AF=AC")) This means you receive 8bit in headers, doesn't it? Do you? That's bad.