From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26592 Path: main.gmane.org!not-for-mail From: Ted Stern Newsgroups: gmane.emacs.gnus.general Subject: Upgraded to CVS and everything goes to pot Date: 10 Nov 1999 11:01:17 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035163771 20225 80.91.224.250 (21 Oct 2002 01:29:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:29:31 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA06749 for ; Wed, 10 Nov 1999 14:02:18 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB03803; Wed, 10 Nov 1999 13:02:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 10 Nov 1999 13:02:32 -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 NAA22256 for ; Wed, 10 Nov 1999 13:02:22 -0600 (CST) Original-Received: from gershwin.sea.tera.com (gershwin.tera.com [207.224.230.28]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA06743 for ; Wed, 10 Nov 1999 14:01:50 -0500 (EST) Original-Received: from tera.com (orff.sea.tera.com [207.224.230.65]) by gershwin.sea.tera.com (8.8.8/8.8.8) with SMTP id LAA04301 for ; Wed, 10 Nov 1999 11:01:18 -0800 (PST) Original-Received: by tera.com (SMI-8.6/SMI-SVR4) id LAA14368; Wed, 10 Nov 1999 11:01:18 -0800 Original-To: ding@gnus.org Original-Lines: 49 X-Mailer: Gnus v5.5/Emacs 20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26592 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26592 I upgraded to the CVS pgnus from pgnus-0.96, and got the funny backtrace below. I delved into my .newsrc.eld (I know I'm not supposed to!) and snipped out what I thought was the culprit, the section containing gnus-summary-from-or-to-newsgroups. However, in the process, I'm left with summary buffers that don't show any useful information! For example, in the nnfolder I use for this list (nnfolder+private:lists.gnus), I see a list as follows: R +[ 14: * ] Re: Announce: nnwarchive + [ 19: * ] + < 14: * > + < 17: * > + < 29: * > + [ 27: * ] [ 11: * ] MULE problem? [ 13: * ] [ 15: * ] Re: mysql as a backend [ 23: * ] [ 10: * ] [ 12: * ] The names of the senders are gone! What do I do to recover? Please, save me from my stupidity! ;-) Ted -- Tera Computer Company http://www.tera.com 411 First Avenue South, Suite 600 Direct 206/701-2182, Main 701-2000 Seattle, WA 98104-2860 Fax1 206/701-2205, Fax2 701-2500 Signaling: (void-function gnus-summary-from-or-to-or-newsgroups) (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header) (eval (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header)) (let ((val ...)) (if (> ... 20) (substring val 0 20) val)) (format "%c%4d: %-20s%c" gnus-tmp-opening-bracket gnus-tmp-lines (let (...) (if ... ... val)) gnus-tmp-closing-bracket) (insert (format "%c%4d: %-20s%c" gnus-tmp-opening-bracket gnus-tmp-lines (let ... ...) gnus-tmp-closing-bracket)) (progn (insert (format "%c%4d: %-20s%c" gnus-tmp-opening-bracket gnus-tmp-lines ... gnus-tmp-closing-bracket)) (point)) (gnus-put-text-property (point) (progn (insert ...) (point)) gnus-mouse-face-prop gnus-mouse-face) (progn (insert gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n")) eval((progn (insert gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n"))) gnus-summary-insert-line([0 "" "" "" "" "" 0 0 ""] 0 nil 128 t nil "" nil 1) gnus-update-summary-mark-positions() gnus-summary-mode("nnfolder+private:mail.misc") gnus-summary-setup-buffer("nnfolder+private:mail.misc") gnus-summary-read-group-1("nnfolder+private:mail.misc" nil nil nil nil) gnus-summary-read-group("nnfolder+private:mail.misc" nil nil nil nil) gnus-group-read-group(nil nil nil) gnus-topic-read-group(nil) call-interactively(gnus-topic-read-group)