Gnus development mailing list
 help / color / mirror / Atom feed
* Can't open group while unplugged
@ 2002-10-03 14:33 Kai Großjohann
  2002-10-03 14:52 ` Kai Großjohann
  2002-10-03 15:25 ` Wes Hardaker
  0 siblings, 2 replies; 4+ messages in thread
From: Kai Großjohann @ 2002-10-03 14:33 UTC (permalink / raw)


Trying to enter an nnimap group while unplugged, I get this:

/----
| Debugger entered--Lisp error: (error "Couldn't request group nnimap+dtm:ir.announce: Invalid group (no such directory)")
|   signal(error ("Couldn't request group nnimap+dtm:ir.announce: Invalid group (no such directory)"))
|   error("Couldn't request group %s: %s" "nnimap+dtm:ir.announce" "Invalid group (no such directory)")
|   (if (gnus-request-group group t) nil (when (equal major-mode ...) (kill-buffer ...)) (error "Couldn't request group %s: %s" group (gnus-status-message group)))
|   (unless (gnus-request-group group t) (when (equal major-mode ...) (kill-buffer ...)) (error "Couldn't request group %s: %s" group (gnus-status-message group)))
|   (let* ((entry ...) (gnus-summary-ignore-duplicates ...) (info ...) articles fetched-articles cached) (unless (gnus-check-server ...) (error "Couldn't open server")) (or (and entry ...) (gnus-activate-group group) (progn ... ...)) (unless (gnus-request-group group t) (when ... ...) (error "Couldn't request group %s: %s" group ...)) (setq gnus-newsgroup-name group gnus-newsgroup-unselected nil gnus-newsgroup-unreads (gnus-list-of-unread-articles group)) (let (...) (setq gnus-newsgroup-display ...)) (gnus-summary-setup-default-charset) (when (gnus-virtual-group-p group) (setq cached gnus-newsgroup-cached)) (setq gnus-newsgroup-unreads (gnus-sorted-ndifference ... gnus-newsgroup-dormant)) (setq gnus-newsgroup-processable nil) (gnus-update-read-articles group gnus-newsgroup-unreads) (when info (gnus-adjust-marked-articles info)) (if (setq articles select-articles) (setq gnus-newsgroup-unselected ...) (setq articles ...)) (cond (... ...) (... nil) (t ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...)))
|   gnus-select-newsgroup("nnimap+dtm:ir.announce" 11 nil)
|   (and new-group (gnus-select-newsgroup group show-all select-articles))
|   (let* ((new-group ...) (quit-config ...) (did-select ...)) (cond (... ... ... ... ... ... ... t) (... ... ... nil) (... ... ... ... ...) (t ... ... ... ... ... ... ... ... ... ... ... ... ...)))
|   gnus-summary-read-group-1("nnimap+dtm:ir.announce" 11 t nil nil nil)
|   (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display select-articles) (setq show-all nil select-articles nil))
|   (let ((gnus-auto-select-next nil)) (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display select-articles) (setq show-all nil select-articles nil)))
|   (setq result (let (...) (or ... ...)))
|   (null (setq result (let ... ...)))
|   (and group (null (setq result ...)) (eq gnus-auto-select-next (quote quietly)))
|   (while (and group (null ...) (eq gnus-auto-select-next ...)) (set-buffer gnus-group-buffer) (when backward (gnus-group-prev-unread-group 2)) (if (not ...) (setq group ...) (setq group nil)))
|   (let (result) (while (and group ... ...) (set-buffer gnus-group-buffer) (when backward ...) (if ... ... ...)) result)
|   gnus-summary-read-group("nnimap+dtm:ir.announce" 11 t nil nil nil nil)
|   gnus-group-read-group(11 t)
|   gnus-group-select-group(11)
|   gnus-topic-select-group(11)
|   call-interactively(gnus-topic-select-group)
\----

Any ideas?

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't open group while unplugged
  2002-10-03 14:33 Can't open group while unplugged Kai Großjohann
@ 2002-10-03 14:52 ` Kai Großjohann
  2002-10-03 15:25 ` Wes Hardaker
  1 sibling, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2002-10-03 14:52 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Trying to enter an nnimap group while unplugged, I get this:

It works fine to enter nntp groups, fwiw.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't open group while unplugged
  2002-10-03 14:33 Can't open group while unplugged Kai Großjohann
  2002-10-03 14:52 ` Kai Großjohann
@ 2002-10-03 15:25 ` Wes Hardaker
  2002-10-03 15:32   ` Kai Großjohann
  1 sibling, 1 reply; 4+ messages in thread
From: Wes Hardaker @ 2002-10-03 15:25 UTC (permalink / raw)
  Cc: ding

>>>>> On Thu, 03 Oct 2002 16:33:04 +0200, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) said:

Kai> Trying to enter an nnimap group while unplugged, I get this:

Did you add the server to the list of things the agent should use?
(ie, did you hit "^" then "J a" on the appropriate nnimap server).

-- 
"The trouble with having an open mind, of course, is that people will
 insist on coming along and trying to put things in it."   -- Terry Pratchett



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can't open group while unplugged
  2002-10-03 15:25 ` Wes Hardaker
@ 2002-10-03 15:32   ` Kai Großjohann
  0 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2002-10-03 15:32 UTC (permalink / raw)


Wes Hardaker <wes@hardakers.net> writes:

>>>>>> On Thu, 03 Oct 2002 16:33:04 +0200, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) said:
>
> Kai> Trying to enter an nnimap group while unplugged, I get this:
>
> Did you add the server to the list of things the agent should use?
> (ie, did you hit "^" then "J a" on the appropriate nnimap server).

The server buffer says "(agent)" after the server (and all nntp
servers).  Gnus was recently changed to automatically agentize all
nntp and nnimap servers which are primary or secondary.

(I started a new account after that Gnus change was made.)

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-03 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-03 14:33 Can't open group while unplugged Kai Großjohann
2002-10-03 14:52 ` Kai Großjohann
2002-10-03 15:25 ` Wes Hardaker
2002-10-03 15:32   ` Kai Großjohann

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