GNU bug report logs - #16543
24.3; Newsticker retrieve method and https

Previous Next

Package: emacs;

Reported by: Cédric Chépied <cedric.chepied <at> gmail.com>

Date: Sat, 25 Jan 2014 00:21:02 UTC

Severity: normal

Found in version 24.3

Done: Ulf Jasper <ulf.jasper <at> web.de>

Bug is archived. No further changes may be made.

Full log


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

From: Ulf Jasper <ulf.jasper <at> web.de>
To: Cédric Chépied <cedric.chepied <at> gmail.com>
Cc: 16543 <at> debbugs.gnu.org
Subject: Re: bug#16543: Newsticker retrieve method and https
Date: Wed, 24 Sep 2014 19:53:26 +0200
Cédric Chépied <cedric.chepied <at> gmail.com> writes:

> No problem:
> (setq newsticker-url-list (quote ( ("Archlinux"
> "https://www.archlinux.org/feeds/news/" nil nil nil) ("LinuxFr"
> "http://linuxfr.org/news.atom" nil nil nil))))

Please try to evaluate this

    (mapc (lambda (u)
            (lexical-let ((msg (concat "Finished " u)))
              (url-retrieve u (lambda (&rest ignore)
                                (message msg)))))
          '("https://www.archlinux.org/feeds/news/"
            "http://linuxfr.org/news.atom"))
    
and tell me what you see in *Messages*.




This bug report was last modified 10 years and 296 days ago.

Previous Next


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