* bug#29329: 27.0.50; Missing requirement in org-gnus.el
[not found] <87mv3lerat.fsf@web.de>
@ 2017-11-27 1:50 ` Glenn Morris
2017-12-03 15:26 ` Nicolas Goaziou
0 siblings, 1 reply; 12+ 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] 12+ messages in thread
* bug#29329: 27.0.50; Missing requirement in org-gnus.el
2017-11-27 1:50 ` bug#29329: 27.0.50; Missing requirement in org-gnus.el Glenn Morris
@ 2017-12-03 15:26 ` Nicolas Goaziou
2017-12-04 17:49 ` Glenn Morris
0 siblings, 1 reply; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread
end of thread, other threads:[~2017-12-06 15:22 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87mv3lerat.fsf@web.de>
2017-11-27 1:50 ` bug#29329: 27.0.50; Missing requirement in org-gnus.el 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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).