Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

Gnus (Emacs Newsreader) FAQ
Section - Q1.14 How do I specify the NNTP server?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Houses ]


Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q1.13 I've upgraded to 5.2 (or greater) and my hooks no longer work
Next Document: Q1.15 What is the difference between persistent and unexpirable messages?
See reader questions & answers on this topic! - Help others by sharing your knowledge
   There are a variety of ways, all documented in the Gnus user's manual.
   
    1. (setq gnus-select-method '(nntp "news.somewhere.edu"))
    2. (setq gnus-select-method '(nnspool ""))
    3. If gnus-select-method is not set, Gnus will take a look at the
       NNTPSERVER environment variable. If that variable isn't set, Gnus
       will see whether gnus-nntpserver-file (/etc/nntpserver by default)
       has any opinions on the matter. If that fails as well, Gnus will
       try to use the machine that is running Emacs as an NNTP server.
    4. If gnus-nntp-server is set, this variable will override
       gnus-select-method. You should therefore set gnus-nntp-server to
       nil, which is what it is by default.
    5. You can also make Gnus prompt you interactively for the name of an
       NNTP server. If you give a non-numerical prefix to gnus (i.e., C-u
       M-x gnus), Gnus will let you choose between the servers in the
       gnus-secondary-servers list (if any).
       

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q1.13 I've upgraded to 5.2 (or greater) and my hooks no longer work
Next Document: Q1.15 What is the difference between persistent and unexpirable messages?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
Justin Sheehy <dworkin@ccs.neu.edu>





Last Update March 27 2014 @ 02:11 PM