From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8197 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: problem moving from Gnus 5.2.39 to Red v0.47 Date: 04 Oct 1996 09:54:41 -0700 Sender: steve@miranova.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.89) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035148398 10677 80.91.224.250 (20 Oct 2002 21:13:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:13:18 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id KAA03254 for ; Fri, 4 Oct 1996 10:06:03 -0700 Original-Received: from deanna.miranova.com (root@deanna.miranova.com [206.190.83.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 4 Oct 1996 18:51:24 +0200 Original-Received: from geordi.miranova.com (qmailr@geordi.miranova.com [206.190.83.3]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id JAA03105 for ; Fri, 4 Oct 1996 09:54:43 -0700 Original-Received: (qmail 11354 invoked from smtpd); 4 Oct 1996 16:55:28 -0000 Original-Received: from deanna.miranova.com (steve@206.190.83.1) by geordi.miranova.com with SMTP; 4 Oct 1996 16:55:28 -0000 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Mail-Copies-To: never X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5" f8*@r4ipO6Jl!:Ccqp:9I OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+ In-Reply-To: Eric Hendrickson's message of 04 Oct 1996 11:06:00 -0500 Original-Lines: 36 X-Mailer: Red Gnus v0.47/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:8197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8197 >>>>> "Eric" == Eric Hendrickson writes: Eric> I have been using 5.2.39 since it came out and am finally making Eric> the move to Red Gnus here. I don't remember the specifics, but Eric> I had an error first off with my gnus-visible-headers in .gnus, Eric> so I commented it out. I'll add this to the FAQ tonight. This is going to be a very common problem. What I do is something like: (unless (boundp 'gnus-visible-headers) (require 'article)) (cond ((stringp gnus-visible-headers) (setq gnus-visible-headers (concat gnus-visible-headers "\\|^X-Diagnostic:\\|^X-Newsreader:\\|^X-Mailer:"))) ((listp gnus-visible-headers) (setq gnus-visible-headers (append gnus-visible-headers '("^X-Diagnostic" "^X-Newsreader" "^X-Mailer"))))) Which is Gnus 5.2 and Red Gnus compatible. Eric> Now, everything seems fine except when I try to select an Eric> article, I get the following error: Eric> Signalling: (void-variable gnus-doing-request-article) This is a typo, and already reported. The workaround I am using is to M-: (setq gnus-doing-request-article nil) after starting Gnus. -- steve@miranova.com baur Unsolicited commercial e-mail will be billed at $250/message. What are the last two letters of "doesn't" and "can't"? Coincidence? I think not.