Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: Plugged or not?
Date: Mon, 03 Mar 2003 10:30:27 -0600	[thread overview]
Message-ID: <un0kc9zvg.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <86bs0sa1n9.fsf@i3d.home>

Robert Epprecht <epprecht@solnet.ch> writes:

> Kevin Greiner <kgreiner@xpediantsolutions.com> writes:
>
>> Robert Epprecht <epprecht@solnet.ch> writes:
>
>> Just as a test, try replacing (setq gnus-plugged nil) with (gnus-agent-toggle-plugged nil).
>
> .gnus.el:
> (gnus-agent-toggle-plugged nil)
>
> Error in ~/.gnus: gnus-agent-toggle-plugged
>
> (Another CVS update did not change this...)
>
> After changing back .gnus.el I tried:
> M-x apropos <RET> gnus-agent-toggle-plugged <RET>
>
> gnus-agent-toggle-plugged
>   Command: Toggle whether Gnus is unplugged or not.
>
> So I try:
> .gnus.el:
> (gnus-agent-toggle-plugged) ;; without parameter nil
>
> Error in ~/.gnus: gnus-agent-toggle-plugged
>
>
> Next try:
> .gnus.el:
> (setq debug-on-error t)
> (gnus-agent-toggle-plugged nil)

I think that you need to load gnus-agent.  Try this in your .gnus

(require 'gnus-agent)
(gnus-agent-toggle-plugged nil)

Thanks,
Kevin



  reply	other threads:[~2003-03-03 16:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-03 14:36 Robert Epprecht
2003-03-03 15:03 ` Kevin Greiner
2003-03-03 15:52   ` Robert Epprecht
2003-03-03 16:30     ` Kevin Greiner [this message]
2003-03-03 17:05       ` Robert Epprecht
2003-03-03 17:55         ` Kevin Greiner
2003-03-03 18:15           ` Robert Epprecht
2003-03-04  1:25             ` Kevin Greiner
2003-03-04  5:58               ` Robert Epprecht
2003-03-03 16:55 ` Kai Großjohann
2003-03-03 17:07   ` Robert Epprecht

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=un0kc9zvg.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.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).