Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: Plugging the agent asks many questions
Date: Wed, 30 Apr 2003 08:06:40 -0500	[thread overview]
Message-ID: <uel3kgmn3.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <84el3k30qu.fsf@lucy.is.informatik.uni-duisburg.de> (Kai =?iso-8859-1?q?Gro=DFjohann's?= message of "Wed, 30 Apr 2003 09:25:45 +0200")

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> Starting today, hitting `J j' to plug Gnus asks me a lot of
> questions: Switch server foo to online mode? (y/n)
>
> It didn't do that before, I think.  It just plugged them servers.

The stack trace is fairly thin so there's not much room to change the
behavior. :).

  y-or-n-p("Switch nntp:news.aaaaa into online status? ")
  gnus-y-or-n-p("Switch nntp:news.aaaaa into online status? ")
  gnus-agent-go-online(ask)
  gnus-agent-toggle-plugged(t)
* call-interactively(gnus-agent-toggle-plugged)

Here's what you can do.  Customize gnus-agent-go-online to t rather
than 'ask.

Here's what may have happened.  I checked-in a fix to
gnus-open-server.  Sometime ago, I changed gnus-open-server to call
nnagent-open-server when opening an offline server.  Unfortunitely,
that change resulted in gnus-open-server calling XXXX-open-server for
each backend even though gnus-plugged was nil.  That bug has now been
fixed so that may explain the change in behavior when toggling between
plugged/unplugged.

Kevin




  reply	other threads:[~2003-04-30 13:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-30  7:25 Kai Großjohann
2003-04-30 13:06 ` Kevin Greiner [this message]
2003-05-01 10:58   ` Kai Großjohann

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=uel3kgmn3.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).