all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29329: 27.0.50; Missing requirement in org-gnus.el
@ 2017-11-16 23:29 Michael Heerdegen
  2017-11-16 23:45 ` Eric Abrahamsen
  2017-11-27  1:50 ` Glenn Morris
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Heerdegen @ 2017-11-16 23:29 UTC (permalink / raw)
  To: 29329; +Cc: Eric Abrahamsen, Narendra Joshi


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)






^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-12-06 15:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 23:29 bug#29329: 27.0.50; Missing requirement in org-gnus.el Michael Heerdegen
2017-11-16 23:45 ` 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

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.