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 11825 invoked from network); 17 Dec 2020 23:57:11 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 17 Dec 2020 23:57:11 -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 1kq38v-00BKgb-Oo for ml@inbox.vuxu.org; Thu, 17 Dec 2020 17:57:09 -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 1kq38v-000OAQ-7z for ml@inbox.vuxu.org; Thu, 17 Dec 2020 17:57:09 -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 1kq38t-000OAI-73 for ding@lists.math.uh.edu; Thu, 17 Dec 2020 17:57:07 -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 1kq38r-00HTC1-FH for ding@lists.math.uh.edu; Thu, 17 Dec 2020 17:57:06 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=mbAz+CwFRkbW0iGvio0AptJCtXPMN4cfrIjm7cV4gEs=; b=CfNo2EfHi5EHcTVZapmMzKIUc3 GCNWJgKI+VpThHMXaIi3dy1Rb7U238WZXWF738Ps4r9HFkKG372+1liiIN1ZijOOKS5V5vyDVLMlm xYQA3Q0hon2HE8rrnB4Yg8Ah/5mYVpcR1zsrFmJ74azFQ8Z93zf1JDwNaHW0NPcAxqFY=; 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 1kq38i-0001SE-WD for ding@gnus.org; Fri, 18 Dec 2020 00:57:00 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kq38g-000Aa0-IW for ding@gnus.org; Fri, 18 Dec 2020 00:56:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: error with gnus-summary-copy-article Date: Thu, 17 Dec 2020 15:56:49 -0800 Message-ID: <87lfdwq94u.fsf@ericabrahamsen.net> References: <87k0thexeo.fsf@a16n.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:7HWqXys+JXHO9GR3RJ4HtpaFbs8= List-ID: Precedence: bulk Peter Münster writes: > 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: > > 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) > > How could I solve this issue please? > > TIA for any hints, Apparently there is a group in your gnus-active-hashtb that is named "margin:0"? That's pretty weird. Do you see a group with that name show up anywhere else? That function should probably call `require' with the NOERROR flag set, but still, this is pretty weird.