|
From: | Ulf Jasper |
Subject: | bug#16543: Newsticker retrieve method and https |
Date: | Wed, 24 Sep 2014 19:53:26 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Cédric Chépied <cedric.chepied@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*.
[Prev in Thread] | Current Thread | [Next in Thread] |