GNU bug report logs - #50693
28.0.50; newsticker is broken

Previous Next

Package: emacs;

Reported by: Zhiwei Chen <condy0919 <at> gmail.com>

Date: Mon, 20 Sep 2021 04:30:02 UTC

Severity: normal

Tags: moreinfo, notabug

Found in version 28.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50693 in the body.
You can then email your comments to 50693 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#50693; Package emacs. (Mon, 20 Sep 2021 04:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zhiwei Chen <condy0919 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 20 Sep 2021 04:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zhiwei Chen <condy0919 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; newsticker is broken
Date: Mon, 20 Sep 2021 12:29:24 +0800
In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)
 of 2021-09-20 built on lilydjwg
Repository revision: 3c513435369826e44a53dcb12ecc14657e03c73d
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12013000
System Description: Arch Linux

It can be reproduced in emacs -Q using the following snippet.

#+begin_src elisp
(setq newsticker-retrieval-method 'extern)
(setq newsticker-url-list-defaults nil)
(setq newsticker-url-list '(("Planet Emacslife" "https://planet.emacslife.com/atom.xml")
                            ("LWN (Linux Weekly News)" "https://lwn.net/headlines/rss")))

(newsticker-show-news)
#+end_src

Then press G to fetch all feeds in LWN and Emacs planet, but nothing is
displayed in the right window.

newsticker uses

wget -q -O - https://planet.emacslife.com/atom.xml

under the hood, and wget exits with 0. All observed by `bcc execsnoop'
and `bcc exitsnoop'.

-- 
Zhiwei Chen




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50693; Package emacs. (Mon, 20 Sep 2021 06:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 50693 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Zhiwei Chen <condy0919 <at> gmail.com>
Cc: 50693 <at> debbugs.gnu.org
Subject: Re: bug#50693: 28.0.50; newsticker is broken
Date: Mon, 20 Sep 2021 08:21:29 +0200
[Message part 1 (text/plain, inline)]
Zhiwei Chen <condy0919 <at> gmail.com> writes:

> It can be reproduced in emacs -Q using the following snippet.
>
> #+begin_src elisp
> (setq newsticker-retrieval-method 'extern)
> (setq newsticker-url-list-defaults nil)
> (setq newsticker-url-list '(("Planet Emacslife" "https://planet.emacslife.com/atom.xml")
>                             ("LWN (Linux Weekly News)" "https://lwn.net/headlines/rss")))
>
> (newsticker-show-news)
> #+end_src
>
> Then press G to fetch all feeds in LWN and Emacs planet, but nothing is
> displayed in the right window.

I don't use Newsticker, so I don't know what it usually looks like, but
following your recipe I get the following display:

[Message part 2 (image/png, inline)]
[Message part 3 (text/plain, inline)]
Which certainly isn't empty.  So I'm unable to reproduce the problem.

Are any further steps necessary to observe the bug?

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

Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 20 Sep 2021 06:22:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50693; Package emacs. (Mon, 20 Sep 2021 19:59:02 GMT) Full text and rfc822 format available.

Message #13 received at 50693 <at> debbugs.gnu.org (full text, mbox):

From: Zhiwei Chen <condy0919 <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 50693 <at> debbugs.gnu.org
Subject: Re: bug#50693: 28.0.50; newsticker is broken
Date: Tue, 21 Sep 2021 03:58:14 +0800
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Zhiwei Chen <condy0919 <at> gmail.com> writes:
>
>> It can be reproduced in emacs -Q using the following snippet.
>>
>> #+begin_src elisp
>> (setq newsticker-retrieval-method 'extern)
>> (setq newsticker-url-list-defaults nil)
>> (setq newsticker-url-list '(("Planet Emacslife" "https://planet.emacslife.com/atom.xml")
>>                             ("LWN (Linux Weekly News)" "https://lwn.net/headlines/rss")))
>>
>> (newsticker-show-news)
>> #+end_src
>>
>> Then press G to fetch all feeds in LWN and Emacs planet, but nothing is
>> displayed in the right window.
>
> I don't use Newsticker, so I don't know what it usually looks like, but
> following your recipe I get the following display:
>
>
>
>
> Which certainly isn't empty.  So I'm unable to reproduce the problem.
>
> Are any further steps necessary to observe the bug?

After revisiting the output content by wget, I found that's a wget bug.

https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00010.html

wget prints "SSL_INIT" even in quiet mode (-q), so that newsticker
failed to parse.

Sorry to bother you, silly me.

-- 
Zhiwei Chen




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50693; Package emacs. (Tue, 21 Sep 2021 04:02:02 GMT) Full text and rfc822 format available.

Message #16 received at 50693 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Zhiwei Chen <condy0919 <at> gmail.com>
Cc: 50693 <at> debbugs.gnu.org
Subject: Re: bug#50693: 28.0.50; newsticker is broken
Date: Tue, 21 Sep 2021 06:01:05 +0200
Zhiwei Chen <condy0919 <at> gmail.com> writes:

> wget prints "SSL_INIT" even in quiet mode (-q), so that newsticker
> failed to parse.
>
> Sorry to bother you, silly me.

No problem.  :-)  I'm closing this bug report, then.

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




Added tag(s) notabug. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 21 Sep 2021 04:02:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 50693 <at> debbugs.gnu.org and Zhiwei Chen <condy0919 <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 21 Sep 2021 04:02:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Oct 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.