bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50693: 28.0.50; newsticker is broken


From: Zhiwei Chen
Subject: bug#50693: 28.0.50; newsticker is broken
Date: Tue, 21 Sep 2021 03:58:14 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Zhiwei Chen <condy0919@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]