From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: Org-store-link in Gnus summary fails Date: Sat, 11 Nov 2017 07:52:40 -0800 Message-ID: <87lgjcx16f.fsf@ericabrahamsen.net> References: <87h8u2upsf.fsf@gmail.com> <87d14qupn7.fsf@gmail.com> <87375lm1p9.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510415711 5208 195.159.176.226 (11 Nov 2017 15:55:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2017 15:55:11 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: help-gnu-emacs To: Narendra Joshi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 11 16:55:00 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDY7Y-0000qX-5n for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 16:55:00 +0100 Original-Received: from localhost ([::1]:46034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDY7f-0003lp-EG for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 10:55:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDY79-0003lJ-TX for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 10:54:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDY76-0005Pa-MN for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 10:54:35 -0500 Original-Received: from mail.ericabrahamsen.net ([50.56.99.223]:45464) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eDY76-0005Na-Ho for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 10:54:32 -0500 Original-Received: from localhost (71-212-22-173.tukw.qwest.net [71.212.22.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 7FB65BC752; Sat, 11 Nov 2017 15:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1510415664; bh=R9gvV9reshF9voeb5S4XheFisVMaZorCxpm01ycFt6k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mrhpRl7rbBcJ8X86PENSO/KHdl0YoFxtEqnbLfbSvlJY+1DuGWjlUcJ0Noy2pJS1W xz3DlBO2eauOePElLM2LHsb7otBQBgFpkizspuZumgDNP3xNh0d/onq82pPYQogy8U JOxMs6+gLYkyooEKGGh/Hq2vxSzJdkVNnu4gHeiw= In-Reply-To: <87375lm1p9.fsf@web.de> (Michael Heerdegen's message of "Sat, 11 Nov 2017 13:36:50 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 50.56.99.223 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114854 Archived-At: Michael Heerdegen writes: > Narendra Joshi writes: > >> The strange thing is that if I go and re-evaluate the function >> `org-gnus-store-link', it starts working. >> >> Please help me understand what is happening here. >> > Debugger entered--Lisp error: (invalid-function >> > gnus-summary-article-header) >> > gnus-summary-article-header() >> > org-gnus-store-link() >> > #f(compiled-function (f) #)(org-gnus-store-link) >> > mapcar(#f(compiled-function (f) #) >> > (org-rmail-store-link >> > org-mhe-store-link org-irc-store-link org-info-store-link >> > org-gnus-store-link >> > org-docview-store-link org-bibtex-store-link org-bbdb-store-link >> > org-w3m-store-link elfeed-link-store-link)) >> > org-store-link(nil) >> > funcall-interactively(org-store-link nil) >> > #(org-store-link nil nil) >> > apply(# org-store-link (nil nil)) >> > call-interactively@ido-cr+-record-current-command(#> > call-interactively> org-store-link nil nil) >> > apply(call-interactively@ido-cr+-record-current-command #> > call-interactively> (org-store-link nil nil)) >> > call-interactively(org-store-link nil nil) >> > command-execute(org-store-link) > > This kind of error happens when a file had been compiled without the > according macro definition been loaded. > > If just recompiling doesn't help, there is probably a missing dependency > (at compile time). It looks like org-gnus is missing several dependencies: (eval-when-compile (require 'gnus-sum) (require 'nnheader) (require 'nnir))