From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46751 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Change to make gnus-nov-parse-line error free Date: Thu, 26 Sep 2002 14:34:43 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <87hegds874.fsf@pine.kuee.kyoto-u.ac.jp> <87ofalcp0s.fsf@pine.kuee.kyoto-u.ac.jp> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033018697 23499 127.0.0.1 (26 Sep 2002 05:38:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2002 05:38:17 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uRLr-00066l-00 for ; Thu, 26 Sep 2002 07:38:16 +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 17uRJP-0000kC-00; Thu, 26 Sep 2002 00:35:43 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 26 Sep 2002 00:36:23 -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 AAA15490 for ; Thu, 26 Sep 2002 00:36:11 -0500 (CDT) Original-Received: (qmail 6128 invoked by alias); 26 Sep 2002 05:35:18 -0000 Original-Received: (qmail 6122 invoked from network); 26 Sep 2002 05:35:18 -0000 Original-Received: from unknown (HELO mars.web-hosting.com) (207.228.244.150) by gnus.org with SMTP; 26 Sep 2002 05:35:18 -0000 Original-Received: from localhost ([207.228.245.242]) by mars.web-hosting.com (8.11.1/8.11.1) with ESMTP id g8Q5ZHw04116 for ; Thu, 26 Sep 2002 01:35:17 -0400 (EDT) Original-To: ding@gnus.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management, sparc-sun-solaris2.6) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:oyFyHxzph3Anh6r1oyaC3hblX44= X-Hashcash: 020926:ding@gnus.org:fcbf3b493eac2913 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46751 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46751 >>>>> In <87ofalcp0s.fsf@pine.kuee.kyoto-u.ac.jp> >>>>> tsuchiya@namazu.org wrote: jas> It seems that entire code is already wrapped in a unwind-protect jas> to make Gnus cope with corrupt messages. Doesn't it work? > Yes, it works. > However, we tend to miss corrupted messages, because they are simply > ignored and are not displayed in summary. When my proposed change is > installed, undecoded raw subjects and from fields are displayed in > summary. They will call our attention for broken messages. I know only one example. If a user has specified an illegal charset for the `charset' group parameter, Gnus won't show any articles for the group. It will also occur if a user has set the variable `gnus-parameters' as follows: (push '("" (charset . non-existent-charset)) gnus-parameters) TSUCHIYA-san's patch helps such a case. However, it is required that the code should run fast to make summary lines. Is it needless fears though I worry about a speed fall? -- Katsumi Yamaoka