Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: problem moving from Gnus 5.2.39 to Red v0.47
Date: 04 Oct 1996 09:54:41 -0700	[thread overview]
Message-ID: <m2g23ubrfy.fsf@deanna.miranova.com> (raw)
In-Reply-To: Eric Hendrickson's message of 04 Oct 1996 11:06:00 -0500

>>>>> "Eric" == Eric Hendrickson <edh@lenti.med.umn.edu> 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.


  parent reply	other threads:[~1996-10-04 16:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-04 16:06 Eric Hendrickson
1996-10-04 16:34 ` Per Abrahamsen
1996-10-04 16:54 ` Steven L Baur [this message]
1996-10-04 22:46   ` Eric Hendrickson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2g23ubrfy.fsf@deanna.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).