unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ulf Jasper <ulf.jasper@web.de>
To: "Cédric Chépied" <cedric.chepied@gmail.com>
Cc: 16543@debbugs.gnu.org
Subject: bug#16543: Newsticker retrieve method and https
Date: Wed, 24 Sep 2014 19:53:26 +0200	[thread overview]
Message-ID: <878ul8ewh5.fsf@web.de> (raw)
In-Reply-To: <5422644c.e10cc30a.38e3.329d@mx.google.com> ("Cédric Chépied"'s message of "Wed, 24 Sep 2014 08:27:22 +0200")

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*.





  reply	other threads:[~2014-09-24 17:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-25  0:20 bug#16543: 24.3; Newsticker retrieve method and https Cédric Chépied
2014-07-31 18:16 ` Ulf Jasper
2014-07-31 21:06   ` Cédric Chépied
2014-08-02 13:47     ` Ulf Jasper
2014-09-23 11:49 ` bug#16543: " Cédric Chépied
2014-09-23 17:39   ` Ulf Jasper
2014-09-24  6:27     ` Cédric Chépied
2014-09-24 17:53       ` Ulf Jasper [this message]
2014-09-26  6:18         ` Cédric Chépied
2014-09-28 17:35 ` Ulf Jasper
2014-09-28 18:04   ` Ulf Jasper
2014-09-29  8:19     ` Ulf Jasper
2014-09-29 10:57       ` Cédric Chépied
2014-09-29 16:14         ` Ulf Jasper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878ul8ewh5.fsf@web.de \
    --to=ulf.jasper@web.de \
    --cc=16543@debbugs.gnu.org \
    --cc=cedric.chepied@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).