Gnus development mailing list
 help / color / mirror / Atom feed
From: Arcady Genkin <a.genkin@utoronto.ca>
Subject: Bug in 5.8.5 (copying articles)
Date: 21 Apr 2000 16:20:57 -0400	[thread overview]
Message-ID: <877ldrgq8m.fsf@tea.thpoon.com> (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.



             reply	other threads:[~2000-04-21 20:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-21 20:20 Arcady Genkin [this message]
2000-04-21 21:34 ` Simon Josefsson
2000-04-21 21:50   ` Arcady Genkin
2000-04-21 22:00     ` Simon Josefsson

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=877ldrgq8m.fsf@tea.thpoon.com \
    --to=a.genkin@utoronto.ca \
    /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).