From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim Heaney Newsgroups: gmane.emacs.help Subject: Re: add news server Date: 21 Sep 2002 10:26:24 -0400 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87k7lf1krz.fsf@mrbun.watterson> References: <3D8C7DF9.90406@sprit.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032618990 19116 127.0.0.1 (21 Sep 2002 14:36:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2002 14:36:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17slMy-0004y6-00 for ; Sat, 21 Sep 2002 16:36:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17slMw-0006Kr-00; Sat, 21 Sep 2002 10:36:26 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!demon!newsfeed.gamma.ru!Gamma.RU!news3.cnt.ru!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 16 Original-Xref: nntp.stanford.edu gnu.emacs.help:105133 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1687 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1687 Bokaj writes: > > I've just started using linux (Redhat 7.3) and Emacs, and I'm looking > for a guide on how to add my ISP's news server in Emacs? Put something like (setq gnus-select-method '(nntp "news.sprit.dk")) in your .gnus or .emacs file. I hope this helps, Tim