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

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

Re: functions to download mailing list archives


From: GH
Subject: Re: functions to download mailing list archives
Date: Mon, 13 Jun 2022 20:41:38 +0200

Óscar Fuentes <ofv@wanadoo.es> writes:
> What I was suggesting was something like this:

> (defun lists-mbox-recursive-url-list (url-list)
>   (dolist (url url-list)
>     ;; get the url's content

yes, but the problem now is to get the urls, all mbox archive urls

>     ;; do wathever you want with the url's content (save it, ...)
>     ;; for each URL of interest inside the content:
>       ;; The `t' at the end of add-to-list means to append the new element:
>       (add-to-list 'url-list new-url t)))

> (lists-mbox-recursive-url-list (list "https://lists.gnu.org/whatever";))

I use recursion to get urls



reply via email to

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