From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27127 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Bugs in PGnus Date: 21 Nov 1999 21:15:38 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2nso1zi851.fsf@tiger.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164210 23010 80.91.224.250 (21 Oct 2002 01:36:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:36:50 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA06616 for ; Sun, 21 Nov 1999 21:16:46 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB13742; Sun, 21 Nov 1999 20:16:43 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Nov 1999 20:16:59 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA07123 for ; Sun, 21 Nov 1999 20:16:47 -0600 (CST) Original-Received: from mailout1.nyroc.rr.com (mailout1-0.nyroc.rr.com [24.92.226.81]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA06603 for ; Sun, 21 Nov 1999 21:16:21 -0500 (EST) Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Sun, 21 Nov 1999 21:14:26 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id VAA04755; Sun, 21 Nov 1999 21:15:38 -0500 Original-To: Brian May X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Brian May's message of "22 Nov 1999 11:51:12 +1100" Original-Lines: 55 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27127 >>>>> "B" == Brian May writes: [...] B> 3. Pressing "W T o", "W T l", "W T s", change the time zone of the B> displayed date as expected. Pressing "W T e" also works. However, B> once I push "W T e" to display the elapsed time, none of the "W T" B> time zone commands work anymore until I redisplay the message. Gnus does not parse elapsed time, so after `W T e', it can not get the time. But you can (setq gnus-article-date-lapsed-new-header t) not erase the orignal one. B> 3. I get lots of ~/Mail/Incoming* files, which never seem to be B> deleted. Perhaps this is to keep a backup in case things go wrong, B> however I already do that via my .forward file. (setq mail-source-delete-incoming t) [...] B> 5. Somebody sent me this badly formed HTML file, it starts off as: B> B> B> B> B> B> B> B> According to weblint, the "content=" should be quoted. However, B> I didn't write this HTML, so it is outside my control. PGnus B> gets *very* confused and displays: B> html;charset=iso-8859-1 http-equiv=Content-Type> B> Is it possible to get PGnus to display this OK? Or is this outside B> the scope of PGnus? It is outside of pGnus control. [...] -- Shenghuo