Gnus development mailing list
 help / color / mirror / Atom feed
* Bug in 5.8.5 (copying articles)
@ 2000-04-21 20:20 Arcady Genkin
  2000-04-21 21:34 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Arcady Genkin @ 2000-04-21 20:20 UTC (permalink / raw)


I think I discovered another bug in the latest CVS gnus. I tried to
copy an article from an nntp group into an nnimap one, or from an
nnimap into nnimap. I use "B c" from summary buffer. Here's the trace:

Signaling: (wrong-type-argument listp "archive")
  car("archive")
  (gnus-check-backend-function (quote request-accept-article) (car to-method))
)
  (if (gnus-check-backend-function (quote request-accept-article) (car to-method)) nil (error "%s does not support article copying" (car to-method)))
)
  (unless (gnus-check-backend-function (quote request-accept-article) (car to-method)) (error "%s does not support article copying" (car to-method)))
)
  (let ((articles ...) (prefix ...) (names ...) (copy-buf ...) art-group to-method new-xref article to-groups) (unless (assq action names) (error "Unknown action %s" action)) (when (and ... ...) (setq to-newsgroup ...) (set ... to-newsgroup)) (setq to-method (or select-method ...)) (unless (gnus-check-backend-function ... ...) (error "%s does not support article copying" ...)) (unless (gnus-check-server to-method) (error "Can't open server %s" ...)) (gnus-message 6 "%s to %s: %s..." (caddr ...) (or ... to-newsgroup) articles) (while articles (setq article ...) (setq art-group ...) (cond ... ... ...) (gnus-summary-remove-process-mark article)) (while to-groups (save-excursion ... ... ...)) (gnus-kill-buffer copy-buf) (gnus-summary-position-point) (gnus-set-mode-line (quote summary)))
)
  gnus-summary-move-article(nil nil nil copy)
  gnus-summary-copy-article(nil)
  call-interactively(gnus-summary-copy-article)
-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.



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

end of thread, other threads:[~2000-04-21 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-21 20:20 Bug in 5.8.5 (copying articles) Arcady Genkin
2000-04-21 21:34 ` Simon Josefsson
2000-04-21 21:50   ` Arcady Genkin
2000-04-21 22:00     ` Simon Josefsson

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