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

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

bug#16543: Newsticker retrieve method and https


From: Cédric Chépied
Subject: bug#16543: Newsticker retrieve method and https
Date: Fri, 26 Sep 2014 08:18:00 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.4.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Wed, 24 Sep 2014 19:53:26 +0200,
Ulf Jasper wrote:
> 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*.

With emacs -Q:
Symbol's function definition is void: lexical-let

With my configuration loaded:

Contacting host: www.archlinux.org:443
Opening TLS connection to `www.archlinux.org'...
Opening TLS connection with `gnutls-cli --insecure -p 443 
www.archlinux.org'...done
Opening TLS connection to `www.archlinux.org'...done
Contacting host: linuxfr.org:80
Finished https://www.archlinux.org/feeds/news/
Finished http://linuxfr.org/news.atom

-- 
Cédric Chépied
<cedric.chepied@gmail.com>





reply via email to

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