Gnus development mailing list
 help / color / mirror / Atom feed
From: SL Baur <steve@xemacs.org>
Subject: Re: 0.28 bug
Date: 16 Feb 1998 14:00:10 -0800	[thread overview]
Message-ID: <m290rbnrbp.fsf@altair.xemacs.org> (raw)
In-Reply-To: Eze Ogwuma's message of "16 Feb 1998 20:11:41 +0000"

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


  parent reply	other threads:[~1998-02-16 22:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-16 19:51 Norman Walsh
1998-02-16 20:11 ` Eze Ogwuma
1998-02-16 20:48   ` Paul Franklin
1998-02-16 22:00   ` SL Baur [this message]
1998-02-17  6:12     ` Lars Magne Ingebrigtsen

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=m290rbnrbp.fsf@altair.xemacs.org \
    --to=steve@xemacs.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).