Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: Completion is incomplete
Date: Thu, 07 Oct 2010 21:09:08 +0200	[thread overview]
Message-ID: <m3vd5dakh7.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <87hbh0pe2u.fsf@escher.home>

Stephen Berman <stephen.berman@gmx.net> writes:

> I start Gnus either with `M-x gnus' or often, since my newsgroups are
> agentized, with gnus-unplugged (which I have wrapped in a function that
> either switches to the Group buffer or calls gnus-unplugged).

I think the issue is probably this:

(defun gnus-valid-move-group-p (group)
  (and (symbolp group)
       (boundp group)
       (symbol-name group)
       (symbol-value group)
       (gnus-get-function (gnus-find-method-for-group
			   (symbol-name group)) 'request-accept-article t)))

If the group hasn't been activated at all, then its value will probably
be nil.

So the root cause here might be that the group hasn't been handled at
all by the Gnus startup.  Is that likely?  Is it displayed in the Group
buffer? 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  reply	other threads:[~2010-10-07 19:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05  9:01 Stephen Berman
2010-10-05 10:15 ` Julien Danjou
2010-10-05 11:12   ` Stephen Berman
2010-10-05 11:26     ` Julien Danjou
2010-10-05 11:59       ` Stephen Berman
2010-10-05 12:33         ` Julien Danjou
2010-10-05 13:55           ` Stephen Berman
2010-10-05 16:50             ` Lars Magne Ingebrigtsen
2010-10-05 19:09               ` Stephen Berman
2010-10-05 20:12                 ` Lars Magne Ingebrigtsen
2010-10-05 20:41                   ` Stephen Berman
2010-10-07 19:09                     ` Lars Magne Ingebrigtsen [this message]
2010-10-07 21:41                       ` Stephen Berman

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=m3vd5dakh7.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    /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).