Gnus development mailing list
 help / color / mirror / Atom feed
* 0.28 bug
@ 1998-02-16 19:51 Norman Walsh
  1998-02-16 20:11 ` Eze Ogwuma
  0 siblings, 1 reply; 5+ messages in thread
From: Norman Walsh @ 1998-02-16 19:51 UTC (permalink / raw)


Hi,

Emacs 19.34, NT, Gnus 0.28, plugged, (setq debug-on-error t)

Read messages in emacs.ding, an nnml group, type 'q' to return
to the group buffer:

Signaling: (wrong-type-argument stringp ("xml-dev" . 2367))
  nnmail-purge-split-history("nnml:emacs.ding")
  gnus-summary-exit()
  call-interactively(gnus-summary-exit)

FWIW, xml-dev is the next group with unread messages...

--norm



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

* Re: 0.28 bug
  1998-02-16 19:51 0.28 bug Norman Walsh
@ 1998-02-16 20:11 ` Eze Ogwuma
  1998-02-16 20:48   ` Paul Franklin
  1998-02-16 22:00   ` SL Baur
  0 siblings, 2 replies; 5+ messages in thread
From: Eze Ogwuma @ 1998-02-16 20:11 UTC (permalink / raw)


Norman Walsh <norm@berkshire.net> writes:

> Hi,
> 
> Emacs 19.34, NT, Gnus 0.28, plugged, (setq debug-on-error t)
> 
> Read messages in emacs.ding, an nnml group, type 'q' to return
> to the group buffer:
> 
> Signaling: (wrong-type-argument stringp ("xml-dev" . 2367))
>   nnmail-purge-split-history("nnml:emacs.ding")
>   gnus-summary-exit()
>   call-interactively(gnus-summary-exit)
> 
> FWIW, xml-dev is the next group with unread messages...

Same problem here. Hurricane is the first group with unread messages,
mail.misc (which I was in) is partway down the group list.

Signaling: (wrong-type-argument stringp ("hurricane" . 5643))
  nnmail-purge-split-history("nnml:mail.misc")
  gnus-summary-exit()
* call-interactively(gnus-summary-exit)

-- 
Eze Ogwuma


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

* Re: 0.28 bug
  1998-02-16 20:11 ` Eze Ogwuma
@ 1998-02-16 20:48   ` Paul Franklin
  1998-02-16 22:00   ` SL Baur
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Franklin @ 1998-02-16 20:48 UTC (permalink / raw)


 >>   nnmail-purge-split-history("nnml:emacs.ding")

Split history?  Gee, I haven't been paying attention.

One of my dreams is to log message IDs in a split-and-move history,
then check this history using references (and in-reply-to?) to see
where new incoming message should go.  Just think of it.  You move a
few messages and the rest of the email thread (which you haven't
gotten yet) automatically follows.

So much code to write, so little time.

--Paul


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

* Re: 0.28 bug
  1998-02-16 20:11 ` Eze Ogwuma
  1998-02-16 20:48   ` Paul Franklin
@ 1998-02-16 22:00   ` SL Baur
  1998-02-17  6:12     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: SL Baur @ 1998-02-16 22:00 UTC (permalink / raw)


Eze Ogwuma <typhoon@dircon.co.uk> writes:

> Norman Walsh <norm@berkshire.net> writes:
>> Signaling: (wrong-type-argument stringp ("xml-dev" . 2367))

> Signaling: (wrong-type-argument stringp ("hurricane" . 5643))

Me three.  I think it's a conspiracy on Lars' part to fill up his bug
report group again ... :-)

Making a slight change to nnmail-purge-split-history allows me to
quit a group, but I doubt this is the real fix.

--- nnmail.el~	Mon Feb 16 12:15:03 1998
+++ nnmail.el	Mon Feb 16 13:53:29 1998
@@ -1742,7 +1742,7 @@
   (let ((history nnmail-split-history)
 	prev)
     (while history
-      (if (string= (caar history) group)
+      (if (string= (caaar history) group)
 	  (if prev
 	      (setcdr prev (cdr history))
 	    (setq nnmail-split-history (cdr history)))


Signaling: (wrong-type-argument stringp ("xemacs-webmaint" . 335))
  string=(("xemacs-webmaint" . 335) "nnml:xemacs-beta")
  (if (string= (caar history) group) (if prev (setcdr prev ...) (setq nnmail-split-history ...)) (setq prev history history (cdr history)))
)
  (while history (if (string= ... group) (if prev ... ...) (setq prev history history ...)))
)
  (let ((history nnmail-split-history) prev) (while history (if ... ... ...)))
)
  nnmail-purge-split-history("nnml:xemacs-beta")
  #<compiled-function (&optional temporary) "...(494)" [gnus-kill-save-kill-buffer gnus-newsgroup-name group gnus-group-quit-config quit-config major-mode mode nil group-point buf gnus-run-hooks gnus-summary-prepare-exit-hook gnus-single-article-buffer gnus-original-article-buffer buffer get-buffer buffer-name kill-buffer gnus-article-current gnus-use-cache gnus-cache-possibly-remove-articles gnus-cache-save-buffers gnus-async-prefetch-remove-group gnus-suppress-duplicates gnus-dup-enter-articles gnus-use-trees gnus-tree-close nnmail-purge-split-history gnus-exit-group-hook gnus-summary-update-info gnus-newsgroup-adaptive gnus-score-adaptive gnus-use-scoring gnus-score-save gnus-close-group gnus-group-buffer gnus-group-jump-to-group gnus-summary-exit-hook gnus-group-group-name gnus-group-next-unread-group 1 temporary gnus-article-buffer gnus-kill-summary-on-exit gnus-deaden-summary gnus-summary-clear-local-variables bury-buffer gnus-summary-mode gnus-select-method gnus-curren
 t!
!
!
-select-method ...] 4 ("/usr/local/lib/xemacs/packages/lisp/gnus/gnus-sum.elc" . 131142) nil>()
  call-interactively(gnus-summary-exit)

nnmail-split-history
=> ((("xemacs-webmaint" . 335)) (("xemacs-webmaint" . 334)) (("inbox" . 17310)) (("dgnus-list" . 4533)) ...)


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

* Re: 0.28 bug
  1998-02-16 22:00   ` SL Baur
@ 1998-02-17  6:12     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-17  6:12 UTC (permalink / raw)


SL Baur <steve@xemacs.org> writes:

> > Signaling: (wrong-type-argument stringp ("hurricane" . 5643))
> 
> Me three.  I think it's a conspiracy on Lars' part to fill up his bug
> report group again ... :-)

It was a spectacularly successful ploy.

> Making a slight change to nnmail-purge-split-history allows me to
> quit a group, but I doubt this is the real fix.

Yup; the list was a list of alists, not an alist.  Should work OK
again in 0.29.

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


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

end of thread, other threads:[~1998-02-17  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-16 19:51 0.28 bug Norman Walsh
1998-02-16 20:11 ` Eze Ogwuma
1998-02-16 20:48   ` Paul Franklin
1998-02-16 22:00   ` SL Baur
1998-02-17  6:12     ` Lars Magne Ingebrigtsen

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