Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Sivaram Neelakantan <nsivaram.net@gmail.com>
Cc: ding@gnus.org
Subject: Re: M-x gnus-no-server causes error in opening nnml folders
Date: Tue, 01 Apr 2008 10:30:25 +0900	[thread overview]
Message-ID: <b4mej9q9xam.fsf@jpl.org> (raw)
In-Reply-To: <uod8vs5s7.fsf@gmail.com>

>>>>> Sivaram Neelakantan wrote:
> No Gnus v0.7
> GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE
> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).

> If I launch no-server,I'm not able to enter nnml mail folders but it
> works fine if I just do M-x gnus.  No idea why.

> Debugger entered--Lisp error: (wrong-type-argument consp nil)
>   gnus-agent-possibly-alter-active("sas-l" nil ("sas-l" 3 ((1 . 126)) ((seen ...) (tick 5)) nil ((total-expire . t) (expiry-wait . 10))))
>   gnus-select-newsgroup("sas-l" nil nil)
>   gnus-summary-read-group-1("sas-l" nil t nil nil nil)
>   gnus-summary-read-group("sas-l" nil t nil nil nil nil)
>   gnus-group-read-group(nil t)
>   gnus-group-select-group(nil)
>   gnus-topic-select-group(nil)
>   call-interactively(gnus-topic-select-group)

> ------------------ Environment follows ------------------
[...]
> (setq gnus-select-method
>       '(nnml ""))

The backtrace says that the active data for the sas-l group is
nil, it means the group has not been activated.  It will probably
be because the group level for the sas-l group is 3, although you
use `gnus-no-server':

,---- (info "(gnus)The Server is Down") ----
|                               it will just activate all groups on level
| 1 and 2.  (You should preferably keep no native groups on those two
| levels.) Also *note (info "(gnus)Group Levels").
`----

Furthermore, it will also be one of the causes that the topic
mode shows even the groups that have not been activated (bug?).
Maybe the solution is:

,---- (info "(gnus)Group Levels") ----
| `S l'
|      Set the level of the current group.  If a numeric prefix is given,
|      the next N groups will have their levels set.  The user will be
|      prompted for a level.
`----

Otherwise you can use `M-3 M-x gnus' (`M-3' means `Meta 3', which
can be replaced with `C-u 3' or `ESC 3').

BTW, `M-2 M-x gnus' is similar to `M-x gnus-no-server', but the
former doesn't modify the value of the variable
`gnus-group-use-permanent-levels' while the later does.  I like
the former.

Regards,



  reply	other threads:[~2008-04-01  1:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31  7:37 Sivaram Neelakantan
2008-04-01  1:30 ` Katsumi Yamaoka [this message]
2008-04-01 10:23   ` Sivaram Neelakantan
2008-04-02  2:27     ` Katsumi Yamaoka

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=b4mej9q9xam.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=nsivaram.net@gmail.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).