Function: newsticker-get-all-news
newsticker-get-all-news is an interactive and byte-compiled function
defined in newst-backend.el.gz.
Signature
(newsticker-get-all-news)
Documentation
Launch retrieval of news from all configured newsticker sites.
This does NOT start the retrieval timers.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defun newsticker-get-all-news ()
"Launch retrieval of news from all configured newsticker sites.
This does NOT start the retrieval timers."
(interactive)
;; launch retrieval of news
(dolist (item (append newsticker-url-list-defaults newsticker-url-list))
(newsticker-get-news (car item))))