From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maierh@myself.com Newsgroups: gmane.emacs.help Subject: Re: add news server Date: Sat, 21 Sep 2002 16:26:17 +0200 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3D8C7DF9.90406@sprit.dk> Reply-To: Harald Maier NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032619007 19197 127.0.0.1 (21 Sep 2002 14:36:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Sep 2002 14:36:47 +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 17slNE-0004zQ-00 for ; Sat, 21 Sep 2002 16:36:45 +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 17slNF-0006Yp-00; Sat, 21 Sep 2002 10:36:45 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: news.t-online.com 1032618377 06 31992 9Azwb8zXSKAQqJ 020921 14:26:17 Original-X-Complaints-To: abuse@t-online.com X-Sender: 320041125923-0001@t-dialin.net User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:BWNY0IndmJQZTHjlRVr0VNMN49E= Original-Xref: nntp.stanford.edu gnu.emacs.help:105134 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:1688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1688 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 similar into a file called ~/.gnus. ,----[ ~/.gnus ] | (setq gnus-select-method '(nntp "news.t-online.de")) `---- Harald