Variable: newsticker-wget-name

newsticker-wget-name is a customizable variable defined in newst-backend.el.gz.

Value

"wget"

Documentation

Name of the program which is called to retrieve news from the web.

The canonical choice is wget but you may take any other program which is able to return the contents of a news feed file on stdout.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-wget-name
  "wget"
  "Name of the program which is called to retrieve news from the web.
The canonical choice is wget but you may take any other program which is
able to return the contents of a news feed file on stdout."
  :type 'string
  :group 'newsticker-retrieval)