From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27504 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: PATCH: error (v5.8.0) in mail-source-set-common-1 Date: 01 Dec 1999 23:05:27 -0500 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <2n7liy56ns.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 1035164520 24922 80.91.224.250 (21 Oct 2002 01:42:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:42:00 +0000 (UTC) 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 XAA10153 for ; Wed, 1 Dec 1999 23:12:33 -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 WAB04702; Wed, 1 Dec 1999 22:07:23 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Dec 1999 22:07:29 -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 WAA02432 for ; Wed, 1 Dec 1999 22:07:18 -0600 (CST) Original-Received: from mailout2.nyroc.rr.com (mailout2-0.nyroc.rr.com [24.92.226.121]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA10065 for ; Wed, 1 Dec 1999 23:06:54 -0500 (EST) Original-Received: from heart.cs.rochester.edu ([24.24.58.252]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Wed, 1 Dec 1999 22:58:45 -0500 Original-Received: (from zsh@localhost) by heart.cs.rochester.edu (8.9.3/8.9.3) id XAA06950; Wed, 1 Dec 1999 23:05:28 -0500 X-Authentication-Warning: tiger.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: ding@gnus.org 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: Lloyd Zusman's message of "01 Dec 1999 20:52:16 -0500" Original-Lines: 27 User-Agent: Gnus/5.08 (Gnus v5.8.0) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27504 >>>>> "Lloyd" == Lloyd Zusman writes: Lloyd> There's a problem I noticed in the (?nearly-)latest cvs patches Lloyd> to v5.8.0. The error occurs for me upon Gnus startup in the Lloyd> `mail-source-set-common-1' function in `mail-source.el'. Lloyd> Attached are my patch and also the backtrace of the error. Lloyd> Those of you who understand the guts of the `mail-source' Lloyd> processing could probably determine if this is a true fix or Lloyd> simply a band-aid to cover up a more fundamental problem Lloyd> ... but it at least got Gnus running for me again. Lloyd> Because I'm not sure if this is a real fix or just a band-aid, Lloyd> I'm not attempting to apply this patch to cvs (and so far no Lloyd> having tried to apply anything else to cvs, I'm not even sure Lloyd> if I'd be authorized to do so). Therefore, if someone who can Lloyd> apply cvs patches determines that this indeed is a bona-fide Lloyd> fix, then it would still have to be applied to the archive. Thank you for your patch. But your patch just disabled getting the default values. I fix it in latest CVS patch. Please test it. [...] -- Shenghuo