From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2725 invoked from network); 17 Dec 2020 22:49:02 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 17 Dec 2020 22:49:02 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kq24x-00BJrJ-0P for ml@inbox.vuxu.org; Thu, 17 Dec 2020 16:48:59 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1kq24w-000NSx-D0 for ml@inbox.vuxu.org; Thu, 17 Dec 2020 16:48:58 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kpW7M-0005ch-1o for ding@lists.math.uh.edu; Wed, 16 Dec 2020 06:41:20 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kpW7J-00GI9o-Is for ding@lists.math.uh.edu; Wed, 16 Dec 2020 06:41:19 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Message-ID:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Ku0vpbDPESt8fBXOd20DGCBGM9f9MMWkVTLePlVhH6U=; b=dxRezKwC8TQW/GBXwjcrLEju45 29RiU6AlTN659r4AXQSFcTfkAVa6Ndryv85pIKlLGE7WRejjvKM3BJpbFLe4JfOaJnpeYp6q+9OHe dfMsI/NCQsGtuuD7wgt9sKqH4pDx1t0HyT0THMwwLTq/eQxn/y2UjcgXAVBOlW5+jkGc=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kpW7C-0007aS-3j for ding@gnus.org; Wed, 16 Dec 2020 13:41:13 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kpW7A-00035F-Cw for ding@gnus.org; Wed, 16 Dec 2020 13:41:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Peter_M=C3=BCnster?= Subject: error with gnus-summary-copy-article Date: Wed, 16 Dec 2020 13:41:03 +0100 Message-ID: <87k0thexeo.fsf@a16n.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:IITD3fyktP5l01KR0pUEumztWJQ= List-ID: Precedence: bulk Hi, This is the first time, that I want to use `gnus-summary-copy-article', but it does not work. I get this error: gnus-get-function: Cannot open load file: No such file or directory, margin Here is a backtrace: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "margin") require(margin) gnus-get-function((margin "") request-accept-article t) gnus-valid-move-group-p("margin:0") #f(compiled-function (elt) #)("margin:0") mapcar(#f(compiled-function (elt) #) (...)) #f(compiled-function #'sequence #)(#f(compiled-function (elt) #) (...)) apply(#f(compiled-function #'sequence #) #f(compiled-function (elt) #) (...) nil) seq-map(#f(compiled-function (elt) #) (...)) seq-filter(gnus-valid-move-group-p (...)) gnus-read-move-group-name("Copy" nil (122) "") gnus-summary-move-article(nil nil nil copy) gnus-summary-copy-article(nil) funcall-interactively(gnus-summary-copy-article nil) call-interactively(gnus-summary-copy-article nil nil) command-execute(gnus-summary-copy-article) --8<---------------cut here---------------end--------------->8--- How could I solve this issue please? TIA for any hints, -- Peter