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: Sun, 12 Nov 2017 20:05:35 -0800 Message-ID: <87tvxyvn5c.fsf@ericabrahamsen.net> References: <87h8u2upsf.fsf@gmail.com> <87d14qupn7.fsf@gmail.com> <87375lm1p9.fsf@web.de> <87lgjcx16f.fsf@ericabrahamsen.net> <87vaiglp6k.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510546076 8126 195.159.176.226 (13 Nov 2017 04:07:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2017 04:07:56 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Narendra Joshi , help-gnu-emacs To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 13 05:07:52 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 1eE62H-0001kP-As for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Nov 2017 05:07:49 +0100 Original-Received: from localhost ([::1]:52333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eE62O-0001Ul-Qt for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Nov 2017 23:07:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eE621-0001Tt-RK for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 23:07:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eE61y-00030y-J2 for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 23:07:33 -0500 Original-Received: from mail.ericabrahamsen.net ([50.56.99.223]:35820) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eE61y-0002zB-E7 for help-gnu-emacs@gnu.org; Sun, 12 Nov 2017 23:07:30 -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 6CD54C00D0; Mon, 13 Nov 2017 04:07:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail.ericabrahamsen.net; s=mail; t=1510546039; bh=UX8t4XZab3Uzt+pZ9MKWpQP3gcCqju9mMOoaIp+3v5k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=om3FuPxTAdpLmzEM0iesflQcMcovpheaMIc/YRSMOnp9whD7v8/Me3aPLy/qV2a8V Hxi4eq7gqf8pR1F9vrEz7Etw77fSoti1spptTfVgNJ1HVDLlkt06u0+S8ufEe7BBef 1UxA1wM4HBW6ZordgJLQ1B1eJQ0/Cyabxwb/Tp8s= In-Reply-To: <87vaiglp6k.fsf@web.de> (Michael Heerdegen's message of "Sat, 11 Nov 2017 18:07:15 +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:114868 Archived-At: Michael Heerdegen writes: > Eric Abrahamsen writes: > >> It looks like org-gnus is missing several dependencies: >> >> (eval-when-compile >> (require 'gnus-sum) >> (require 'nnheader) >> (require 'nnir)) > > Hmm, can then somebody who can reproduce the error please make a bug > report? It's not really a mapcar/funcall problem: the mapcar is over (org-store-link-functions), not over any Gnus macro. The function `org-gnus-store-link' does use a bunch of Gnus macros, but not in a funcall situation. OP appears to be using Emacs master, otherwise I would guess that it had to do with Gnus not being preloaded. If I run "make" in the org-mode git repo, there are no complaints about Gnus macros being undefined, so I don't know what's going on. What's the Org version in question? Eric