Gnus development mailing list
 help / color / mirror / Atom feed
* nndraft:queue breaks between Quassia gnus 0.29 and V5.6.3
@ 1998-04-02 15:31 Robley Hall
  1998-04-24 19:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Robley Hall @ 1998-04-02 15:31 UTC (permalink / raw)


Well, it either breaks, or I've done something to it...

If I create a mail message while unplugged, under 0.29 everything is
fine and works just as advertised.

If I create a mail message while unplugged under 5.6.3, the message
seems to "just go away" (not really it's in nndraft:queue but more on
that in a minute).

If I try to select nndraft:queue under 5.6.3, I get the following
three lines in my message buffer:

     Retrieving newsgroup: nndraft:queue...
     Opened server  using directory ~/News/drafts/
     Couldn't request group nndraft:queue: Opened server  using directory ~/News/drafts/

Now, if I create a mail message while unplugged under 5.6.3 and then
switch back to 0.29, nndraft:queue includes the mail message that I
just created.

Doing a "G p" on the nndraft:queue shows "nil", under both 0.29 and 5.6.3.

Backtrace from trying to select nndraft:queue under 5.6.3
Signaling: (error "Couldn't request group nndraft:queue: Opened server  using directory ~/News/drafts/")
  signal(error ("Couldn't request group nndraft:queue: Opened server  using directory ~/News/drafts/"))
  error("Couldn't request group %s: %s" "nndraft:queue" "Opened server  using directory ~/News/drafts/")
  (progn (when (equal major-mode ...) (kill-buffer ...)) (error "Couldn't request group %s: %s" group (gnus-status-message group)))
  (or (and entry (not ...)) (gnus-activate-group group) (progn (when ... ...) (error "Couldn't request group %s: %s" 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) (setq gnus-newsgroup-unselected nil) (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group)) (when info (gnus-adjust-marked-articles info)) (when (gnus-virtual-group-p group) (setq cached gnus-newsgroup-cached)) (setq gnus-newsgroup-unreads (gnus-set-difference ... gnus-newsgroup-dormant)) (setq gnus-newsgroup-processable nil) (gnus-update-read-articles group gnus-newsgroup-unreads) (unless (gnus-ephemeral-group-p gnus-newsgroup-name) (gnus-group-update-group group)) (setq articles (gnus-articles-to-read group read-all)) (cond (... ...) (... nil) (t ... ... ... ... ... ... ... ... ... ... ... ... ... ...
  !
!
...)))
  gnus-select-newsgroup("nndraft:queue" nil)
  (and new-group (gnus-select-newsgroup group show-all))
  (let* ((new-group ...) (quit-config ...) (did-select ...)) (cond (... ... ... ... ... ... ... t) (... ... ... nil) (... ... ... ... ...) (t ... ... ... ... ... ... ... ... ... ... ... ... ...)))
  gnus-summary-read-group-1("nndraft:queue" nil t nil nil)
  (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display) (setq show-all nil))
  (let ((gnus-auto-select-next nil)) (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display) (setq show-all 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("nndraft:queue" nil t nil nil)
  (let ((no-display ...) (group ...) number active marked entry) (when (eq all 0) (setq all nil)) (unless group (error "No group on current line")) (setq marked (gnus-info-marks ...)) (setq number (cond ... ... ...)) (gnus-summary-read-group group (or all ...) no-article nil no-display))
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  call-interactively(gnus-group-select-group)

Have I missed something obvious somewhere? 
How do I get nndraft:queue to work under 5.6.3. Obviously I
don't have to preserve during the switch from 0.29 to 5.6.3, so
deleting/re-creating nndraft is ok with me, but how do I 
do that?

Thanks,
Robley



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

* Re: nndraft:queue breaks between Quassia gnus 0.29 and V5.6.3
  1998-04-02 15:31 nndraft:queue breaks between Quassia gnus 0.29 and V5.6.3 Robley Hall
@ 1998-04-24 19:54 ` Lars Magne Ingebrigtsen
  1998-04-26 19:43   ` Robley Hall
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-04-24 19:54 UTC (permalink / raw)


Robley Hall <robley.hall1@virgin.net> writes:

> If I create a mail message while unplugged under 5.6.3, the message
> seems to "just go away" (not really it's in nndraft:queue but more on
> that in a minute).

Does `M-g' on the group do anything?

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


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

* Re: nndraft:queue breaks between Quassia gnus 0.29 and V5.6.3
  1998-04-24 19:54 ` Lars Magne Ingebrigtsen
@ 1998-04-26 19:43   ` Robley Hall
  0 siblings, 0 replies; 3+ messages in thread
From: Robley Hall @ 1998-04-26 19:43 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Robley Hall <robley.hall1@virgin.net> writes:
> 
> > If I create a mail message while unplugged under 5.6.3, the message
> > seems to "just go away" (not really it's in nndraft:queue but more on
> > that in a minute).
> 
> Does `M-g' on the group do anything?
> 
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>   larsi@gnus.org * Lars Magne Ingebrigtsen

Well,  I don't know....

I ended up deleting everything, re-byte-compiling and
restarting. Since, I'm the only one reporting the problem, it was most
likely something gone wrong in my setup. Thanks, though...



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

end of thread, other threads:[~1998-04-26 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-02 15:31 nndraft:queue breaks between Quassia gnus 0.29 and V5.6.3 Robley Hall
1998-04-24 19:54 ` Lars Magne Ingebrigtsen
1998-04-26 19:43   ` Robley Hall

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