Variable: url-news-server
url-news-server is a customizable variable defined in url-vars.el.gz.
Value
nil
Documentation
The default news server from which to get newsgroups/articles.
Applies if no server is specified in the URL. Defaults to the environment variable NNTPSERVER or "news" if NNTPSERVER is undefined.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defcustom url-news-server nil
"The default news server from which to get newsgroups/articles.
Applies if no server is specified in the URL. Defaults to the
environment variable NNTPSERVER or \"news\" if NNTPSERVER is
undefined."
:type '(choice (const :tag "None" :value nil) string)
:group 'url)