From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30095 Path: main.gmane.org!not-for-mail From: Arcady Genkin Newsgroups: gmane.emacs.gnus.general Subject: Bug in 5.8.5 (copying articles) Date: 21 Apr 2000 16:20:57 -0400 Organization: thpoon.com Sender: owner-ding@hpc.uh.edu Message-ID: <877ldrgq8m.fsf@tea.thpoon.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166669 6632 80.91.224.250 (21 Oct 2002 02:17:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:17:49 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 811D4D051E for ; Fri, 21 Apr 2000 16:22:09 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB28443; Fri, 21 Apr 2000 15:21:23 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Apr 2000 15:20:54 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA06818 for ; Fri, 21 Apr 2000 15:20:43 -0500 (CDT) Original-Received: from mail2.rdc3.on.home.com (mail2.rdc3.on.home.com [24.2.9.41]) by mailhost.sclp.com (Postfix) with ESMTP id 62934D051E for ; Fri, 21 Apr 2000 16:20:59 -0400 (EDT) Original-Received: from tea.thpoon.com ([24.114.152.71]) by mail2.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000421202058.WSVP910.mail2.rdc3.on.home.com@tea.thpoon.com> for ; Fri, 21 Apr 2000 13:20:58 -0700 Original-Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 12ijv7-0001cv-00 for ; Fri, 21 Apr 2000 16:20:57 -0400 Original-To: ding@gnus.org X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Original-Lines: 20 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30095 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.