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

* bug#29329: 27.0.50; Missing requirement in org-gnus.el
  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
  1 sibling, 0 replies; 14+ messages in thread
From: Eric Abrahamsen @ 2017-11-16 23:45 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: Narendra Joshi, 29329

Michael Heerdegen <michael_heerdegen@web.de> writes:

> 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

I guess this should probably be floated on the org-mode list, where it's
most likely to reach the people who will know what to do -- I'll
cross-post now.

Eric





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

* bug#29329: 27.0.50; Missing requirement in org-gnus.el
  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
  1 sibling, 1 reply; 14+ messages in thread
From: Glenn Morris @ 2017-11-27  1:50 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: Eric Abrahamsen, Narendra Joshi, 29329


In org-gnus-store-link:
org-gnus.el:121:49:Warning: reference to free variable ‘gnus-newsgroup-name’
org-gnus.el:127:42:Warning: reference to free variable ‘gnus-summary-buffer’

In org-gnus-follow-link:
org-gnus.el:203:9:Warning: reference to free variable ‘gnus-other-frame-object’

In end of data:
org-gnus.el:243:1:Warning: the following functions are not known to be
    defined: gnus-group-group-name, gnus-find-method-for-group,
    gnus-summary-article-number, nnir-article-group,
    gnus-summary-article-header, mail-header-from, mail-header-id,
    mail-header-date, mail-header-subject, mail-header-extra,
    gnus-summary-select-article, message-narrow-to-headers,
    message-generate-headers, message-unquote-tokens,
    message-tokenize-header,
    gnus-activate-group, gnus-group-read-group,
    gnus-summary-goto-article,
    gnus-group-jump-to-group


(These issues are all hidden if org-gnus.elc is created before org.elc.)


PS hey emacs-orgmode: https://debbugs.gnu.org/org-mode

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

* bug#29329: 27.0.50; Missing requirement in org-gnus.el
  2017-11-27  1:50 ` Glenn Morris
@ 2017-12-03 15:26   ` Nicolas Goaziou
  2017-12-04 17:49     ` Glenn Morris
  0 siblings, 1 reply; 14+ messages in thread
From: Nicolas Goaziou @ 2017-12-03 15:26 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Michael Heerdegen, Eric Abrahamsen, 29329, Narendra Joshi

Hello,

Glenn Morris <rgm@gnu.org> writes:

> In org-gnus-store-link:
> org-gnus.el:121:49:Warning: reference to free variable ‘gnus-newsgroup-name’
> org-gnus.el:127:42:Warning: reference to free variable ‘gnus-summary-buffer’
>
> In org-gnus-follow-link:
> org-gnus.el:203:9:Warning: reference to free variable ‘gnus-other-frame-object’
>
> In end of data:
> org-gnus.el:243:1:Warning: the following functions are not known to be
>     defined: gnus-group-group-name, gnus-find-method-for-group,
>     gnus-summary-article-number, nnir-article-group,
>     gnus-summary-article-header, mail-header-from, mail-header-id,
>     mail-header-date, mail-header-subject, mail-header-extra,
>     gnus-summary-select-article, message-narrow-to-headers,
>     message-generate-headers, message-unquote-tokens,
>     message-tokenize-header,
>     gnus-activate-group, gnus-group-read-group,
>     gnus-summary-goto-article,
>     gnus-group-jump-to-group
>
>
> (These issues are all hidden if org-gnus.elc is created before
> org.elc.)

I think I fixed those. Is there any left?

Thank you.

Regards,

-- 
Nicolas Goaziou

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

* bug#29329: 27.0.50; Missing requirement in org-gnus.el
  2017-12-03 15:26   ` Nicolas Goaziou
@ 2017-12-04 17:49     ` Glenn Morris
  2017-12-04 17:55       ` Nicolas Goaziou
  0 siblings, 1 reply; 14+ messages in thread
From: Glenn Morris @ 2017-12-04 17:49 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Michael Heerdegen, Eric Abrahamsen, 29329, Narendra Joshi


Speaking for the version in Emacs, apart from org-gnus the warnings are:

In end of data:
org-irc.el:255:1:Warning: the following functions are not known to be defined:
    erc-save-buffer-in-logs, erc-logging-enabled

(I haven't looked at the code.)

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

* bug#29329: 27.0.50; Missing requirement in org-gnus.el
  2017-12-04 17:49     ` Glenn Morris
@ 2017-12-04 17:55       ` Nicolas Goaziou
  2017-12-05 12:15         ` 27.0.50;Missing " Rasmus
  0 siblings, 1 reply; 14+ messages in thread
From: Nicolas Goaziou @ 2017-12-04 17:55 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Michael Heerdegen, Eric Abrahamsen, 29329, Narendra Joshi

Hello,

Glenn Morris <rgm@gnu.org> writes:

> Speaking for the version in Emacs, apart from org-gnus the warnings are:
>
> In end of data:
> org-irc.el:255:1:Warning: the following functions are not known to be defined:
>     erc-save-buffer-in-logs, erc-logging-enabled

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-04 17:55       ` Nicolas Goaziou
@ 2017-12-05 12:15         ` Rasmus
  2017-12-05 12:42           ` Nicolas Goaziou
  2017-12-05 16:27           ` Kaushal Modi
  0 siblings, 2 replies; 14+ messages in thread
From: Rasmus @ 2017-12-05 12:15 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: bzg


Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Glenn Morris <rgm@gnu.org> writes:
>
>> Speaking for the version in Emacs, apart from org-gnus the warnings are:
>>
>> In end of data:
>> org-irc.el:255:1:Warning: the following functions are not known to be defined:
>>     erc-save-buffer-in-logs, erc-logging-enabled
>
> Fixed. Thank you.

Should we prepare another v9.1 bugfix release for the next version of
Emacs?

Rasmus

-- 
Evidence suggests Snowden used a powerful tool called monospaced fonts

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  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 16:27           ` Kaushal Modi
  1 sibling, 1 reply; 14+ messages in thread
From: Nicolas Goaziou @ 2017-12-05 12:42 UTC (permalink / raw)
  To: Rasmus; +Cc: bzg, emacs-orgmode

Hello,

Rasmus <rasmus@gmx.us> writes:

> Should we prepare another v9.1 bugfix release for the next version of
> Emacs?

It would be great. Org 9.1.3 contains a nasty fontification bug. We
certainly don't want that in Emacs 26.1.

Regards,

-- 
Nicolas Goaziou

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-05 12:15         ` 27.0.50;Missing " Rasmus
  2017-12-05 12:42           ` Nicolas Goaziou
@ 2017-12-05 16:27           ` Kaushal Modi
  2017-12-06 13:47             ` Rasmus
  1 sibling, 1 reply; 14+ messages in thread
From: Kaushal Modi @ 2017-12-05 16:27 UTC (permalink / raw)
  To: Rasmus; +Cc: bzg, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

On Tue, Dec 5, 2017 at 7:17 AM Rasmus <rasmus@gmx.us> wrote:

> Should we prepare another v9.1 bugfix release for the next version of
> Emacs?
>


*Neki aur pooch pooch *

It's an idiom in Hindi language which sort of translates[1] to "Why ask
before doing a good deed?". I tried to find something equivalent in English
but couldn't :)

[1]: https://www.google.com/search?q=neki+aur+pooch+pooch
-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 946 bytes --]

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-05 12:42           ` Nicolas Goaziou
@ 2017-12-05 16:31             ` Bastien Guerry
  2017-12-05 18:28               ` Kyle Meyer
  0 siblings, 1 reply; 14+ messages in thread
From: Bastien Guerry @ 2017-12-05 16:31 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode, Rasmus

Hi Nicolas and Rasmus,

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> It would be great. Org 9.1.3 contains a nasty fontification bug. We
> certainly don't want that in Emacs 26.1.

I've just released 9.1.4 which fixes this bug, this minor release can
be merged into Emacs.

Thanks,

-- 
 Bastien

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-05 16:31             ` Bastien Guerry
@ 2017-12-05 18:28               ` Kyle Meyer
  2017-12-06  7:52                 ` Bastien Guerry
  0 siblings, 1 reply; 14+ messages in thread
From: Kyle Meyer @ 2017-12-05 18:28 UTC (permalink / raw)
  To: Bastien Guerry, Nicolas Goaziou; +Cc: emacs-orgmode, Rasmus

Bastien Guerry <bzg@gnu.org> writes:

> I've just released 9.1.4 which fixes this bug, this minor release can
> be merged into Emacs.

Thanks, Bastien.  Rasmus, the emacs-sync branch is ready.

-- 
Kyle

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-05 18:28               ` Kyle Meyer
@ 2017-12-06  7:52                 ` Bastien Guerry
  0 siblings, 0 replies; 14+ messages in thread
From: Bastien Guerry @ 2017-12-06  7:52 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode, Rasmus, Nicolas Goaziou

Kyle Meyer <kyle@kyleam.com> writes:

> Bastien Guerry <bzg@gnu.org> writes:
>
>> I've just released 9.1.4 which fixes this bug, this minor release can
>> be merged into Emacs.
>
> Thanks, Bastien.  Rasmus, the emacs-sync branch is ready.

Wow, that was fast.  Thanks a lot Kyle!

-- 
 Bastien

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-05 16:27           ` Kaushal Modi
@ 2017-12-06 13:47             ` Rasmus
  2017-12-06 15:22               ` Bastien Guerry
  0 siblings, 1 reply; 14+ messages in thread
From: Rasmus @ 2017-12-06 13:47 UTC (permalink / raw)
  To: kaushal.modi; +Cc: bzg, emacs-orgmode

Kaushal Modi <kaushal.modi@gmail.com> writes:

> On Tue, Dec 5, 2017 at 7:17 AM Rasmus <rasmus@gmx.us> wrote:
>
>> Should we prepare another v9.1 bugfix release for the next version of
>> Emacs?
>>
>
>
> *Neki aur pooch pooch *
>
> It's an idiom in Hindi language which sort of translates[1] to "Why ask
> before doing a good deed?". I tried to find something equivalent in English
> but couldn't :)

Thanks for the new proverb.  I am not sure I would know how to pronounce
it.

To be honest, I am not sure what Bastien does to prepare a release.  I
have tried to document up-stream syncing bit.

Rasmus

-- 
Slowly unravels in a ball of yarn and the devil collects it

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

* Re: 27.0.50;Missing requirement in org-gnus.el
  2017-12-06 13:47             ` Rasmus
@ 2017-12-06 15:22               ` Bastien Guerry
  0 siblings, 0 replies; 14+ messages in thread
From: Bastien Guerry @ 2017-12-06 15:22 UTC (permalink / raw)
  To: Rasmus; +Cc: emacs-orgmode, kaushal.modi

Hi Rasmus,

Rasmus <rasmus@gmx.us> writes:

> To be honest, I am not sure what Bastien does to prepare a release.  I
> have tried to document up-stream syncing bit.

Most of what I do is documented in README_maintainer.org.

On the orgmode.org server, I run:

~$ make release
~$ make upload

I do

~$ make doc
~$ make upload-doc
~$ make elpa
~$ make upload-elpa
~$ make elpaplus
~$ make upload-elpaplus

I also update orgweb.git to display the correct version number and to
fix the download URLs.

The whole process takes about 10 minutes.

-- 
 Bastien

^ 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.