From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23761 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent startup Date: 04 Jul 1999 12:51:53 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035161437 3789 80.91.224.250 (21 Oct 2002 00:50:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:50:37 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA20332 for ; Sun, 4 Jul 1999 06:56:41 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB24458; Sun, 4 Jul 1999 05:55:57 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 04 Jul 1999 05:54:43 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA18196 for ; Sun, 4 Jul 1999 05:54:14 -0500 (CDT) Original-Received: from mail.sunweb.ch ([195.141.237.254]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id GAA20289 for ; Sun, 4 Jul 1999 06:53:04 -0400 (EDT) Original-Received: from pc.sunweb.ch [195.141.237.65] by mail.sunweb.ch with ESMTP (SMTPD32-4.03) id ACA24560242; Sun, 04 Jul 1999 12:51:14 +03d00 Original-Received: (from epprecht@localhost) by pc.sunweb.ch (8.8.8/8.8.8) id MAA00181; Sun, 4 Jul 1999 12:51:54 +0200 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "03 Jul 1999 11:05:41 +0200" Original-Lines: 33 X-Mailer: Gnus v5.6.45/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23761 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23761 Lars Magne Ingebrigtsen writes: > Robert Epprecht writes: > > > I made a new user on my Linux machine > > I made a simple .gnus.el like this: > > > > ;; =========== .gnus.el > > (setq gnus-select-method '(nntp "news.sunrise.ch")) > > (setq gnus-verbose 10) ; let's hear what she will say > > (setq debug-on-error t) ; just in case > > (gnus-agentize) > > ============ > > > > 1st try: > > emacs -f gnus-unplugged > > 'Symbol's function definition is void: gnus-unplugged' > > I put (require 'gnus-agent) in .emacs > > I did the same, but this didn't happen to me (in Pterodactyl 0.90.) I wanted to check to be shure, downloaded pgnus 0.90, repeated the test but strange, I *did* get the same errors as with 5.6.45. > > emacs -f gnus-unplugged > > 'nntp (news.sunrise.ch) open error: 'No such file or directory: ~/News/agent/nntp/news.sunrise.ch/' > > This neither. hmm? Here I *do* get the same error with pgnus 0.90. My Gnus lives in GNU emacs 20.3 on LINUX. Robert Epprecht