all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: 29329@debbugs.gnu.org
Cc: Eric Abrahamsen <eric@ericabrahamsen.net>,
	Narendra Joshi <narendraj9@gmail.com>
Subject: bug#29329: 27.0.50; Missing requirement in org-gnus.el
Date: Fri, 17 Nov 2017 00:29:14 +0100	[thread overview]
Message-ID: <87mv3lerat.fsf@web.de> (raw)


Hello,

in help-gnu-emacs, a user (CC'd) asked for help because he got this error:


| Debugger entered--Lisp error: (invalid-function
| gnus-summary-article-header)
|   gnus-summary-article-header()
|   org-gnus-store-link()
|   #f(compiled-function (f) #<bytecode 0x174a15d>)(org-gnus-store-link)
|   mapcar(#f(compiled-function (f) #<bytecode 0x174a15d>)
| (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)
|   #<subr call-interactively>(org-store-link nil nil)
|   apply(#<subr call-interactively> org-store-link (nil nil))
|   call-interactively@ido-cr+-record-current-command(#<subr
| call-interactively> org-store-link nil nil)
|   apply(call-interactively@ido-cr+-record-current-command #<subr
| call-interactively> (org-store-link nil nil))
|   call-interactively(org-store-link nil nil)
|   command-execute(org-store-link)

Apparently, the function `org-gnus-store-link' in org-gnus.el had been
compiled without the macro `gnus-summary-article-header' (from
gnus-sum.el) defined.  There is apparently a missing requirement at
least when compiling (and at least here on master) in org-gnus.

Erik Abrahamsen (also CC'd) answered that even more requirements might
be missing, like

(eval-when-compile
  (require 'gnus-sum)
  (require 'nnheader)
  (require 'nnir))


TIA,

Michael.



In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.24)
 of 2017-11-14 built on drachen
Repository revision: aef77fff418bb8aaa7bb6b88252f9d74869cf52a
Windowing system distributor 'The X.Org Foundation', version 11.0.11905000
System Description:	Debian GNU/Linux testing (buster)






             reply	other threads:[~2017-11-16 23:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16 23:29 Michael Heerdegen [this message]
2017-11-16 23:45 ` bug#29329: 27.0.50; Missing requirement in org-gnus.el Eric Abrahamsen
2017-11-27  1:50 ` Glenn Morris
2017-12-03 15:26   ` Nicolas Goaziou
2017-12-04 17:49     ` Glenn Morris
2017-12-04 17:55       ` Nicolas Goaziou
2017-12-05 12:15         ` 27.0.50;Missing " Rasmus
2017-12-05 12:42           ` Nicolas Goaziou
2017-12-05 16:31             ` Bastien Guerry
2017-12-05 18:28               ` Kyle Meyer
2017-12-06  7:52                 ` Bastien Guerry
2017-12-05 16:27           ` Kaushal Modi
2017-12-06 13:47             ` Rasmus
2017-12-06 15:22               ` Bastien Guerry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mv3lerat.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=29329@debbugs.gnu.org \
    --cc=eric@ericabrahamsen.net \
    --cc=narendraj9@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.