unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43244: 28.0.50; Compilation warnings now look a bit odd
@ 2020-09-06 14:47 Lars Ingebrigtsen
  2020-09-06 16:00 ` Eric Abrahamsen
  2020-09-06 16:34 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-06 14:47 UTC (permalink / raw)
  To: 43244


For instance:

org/ol-gnus.el:271:1: Warning: the function ‘nnir-article-group’ is not known
    to be defined. Disable showing Disable logging

This is the result of a recent change that was meant to introduce some
new buttons in the *Warnings* buffer, but they apparently leak...


In GNU Emacs 28.0.50 (build 26, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.16.0)
 of 2020-09-06 built on xo
Repository revision: 6fc502c1ef327ab357c971b9bffbbd7cb6a436f1
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Debian GNU/Linux bullseye/sid

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






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

* bug#43244: 28.0.50; Compilation warnings now look a bit odd
  2020-09-06 14:47 bug#43244: 28.0.50; Compilation warnings now look a bit odd Lars Ingebrigtsen
@ 2020-09-06 16:00 ` Eric Abrahamsen
  2020-09-06 16:10   ` Lars Ingebrigtsen
  2020-09-06 16:34 ` Lars Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Abrahamsen @ 2020-09-06 16:00 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 43244

Lars Ingebrigtsen <larsi@gnus.org> writes:

> For instance:
>
> org/ol-gnus.el:271:1: Warning: the function ‘nnir-article-group’ is not known
>     to be defined. Disable showing Disable logging
>
> This is the result of a recent change that was meant to introduce some
> new buttons in the *Warnings* buffer, but they apparently leak...

See Basil's comments on the nnselect branch merge -- I think the problem
is just that nnir-article-group no longer exists...





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

* bug#43244: 28.0.50; Compilation warnings now look a bit odd
  2020-09-06 16:00 ` Eric Abrahamsen
@ 2020-09-06 16:10   ` Lars Ingebrigtsen
  2020-09-06 16:36     ` Eric Abrahamsen
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-06 16:10 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: 43244

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> For instance:
>>
>> org/ol-gnus.el:271:1: Warning: the function ‘nnir-article-group’ is not known
>>     to be defined. Disable showing Disable logging
>>
>> This is the result of a recent change that was meant to introduce some
>> new buttons in the *Warnings* buffer, but they apparently leak...
>
> See Basil's comments on the nnselect branch merge -- I think the problem
> is just that nnir-article-group no longer exists...

That's the reason for this specific warning, but this bug report is
about those "Disable showing Disable logging" that were added the other
day.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#43244: 28.0.50; Compilation warnings now look a bit odd
  2020-09-06 14:47 bug#43244: 28.0.50; Compilation warnings now look a bit odd Lars Ingebrigtsen
  2020-09-06 16:00 ` Eric Abrahamsen
@ 2020-09-06 16:34 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-06 16:34 UTC (permalink / raw)
  To: 43244

Lars Ingebrigtsen <larsi@gnus.org> writes:

> org/ol-gnus.el:271:1: Warning: the function ‘nnir-article-group’ is not known
>     to be defined. Disable showing Disable logging
>
> This is the result of a recent change that was meant to introduce some
> new buttons in the *Warnings* buffer, but they apparently leak...

This should now be fixed.  I disabled the buttons when noninteractive.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#43244: 28.0.50; Compilation warnings now look a bit odd
  2020-09-06 16:10   ` Lars Ingebrigtsen
@ 2020-09-06 16:36     ` Eric Abrahamsen
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Abrahamsen @ 2020-09-06 16:36 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 43244


On 09/06/20 18:10 PM, Lars Ingebrigtsen wrote:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Lars Ingebrigtsen <larsi@gnus.org> writes:
>>
>>> For instance:
>>>
>>> org/ol-gnus.el:271:1: Warning: the function ‘nnir-article-group’ is not known
>>>     to be defined. Disable showing Disable logging
>>>
>>> This is the result of a recent change that was meant to introduce some
>>> new buttons in the *Warnings* buffer, but they apparently leak...
>>
>> See Basil's comments on the nnselect branch merge -- I think the problem
>> is just that nnir-article-group no longer exists...
>
> That's the reason for this specific warning, but this bug report is
> about those "Disable showing Disable logging" that were added the other
> day.  :-)

Oh gotcha, sorry.





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

end of thread, other threads:[~2020-09-06 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-06 14:47 bug#43244: 28.0.50; Compilation warnings now look a bit odd Lars Ingebrigtsen
2020-09-06 16:00 ` Eric Abrahamsen
2020-09-06 16:10   ` Lars Ingebrigtsen
2020-09-06 16:36     ` Eric Abrahamsen
2020-09-06 16:34 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).