From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23936 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent startup Date: 06 Jul 1999 23:57:50 +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 1035161577 5877 80.91.224.250 (21 Oct 2002 00:52:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:52:57 +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 SAA15045 for ; Tue, 6 Jul 1999 18:25:17 -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 RAB20231; Tue, 6 Jul 1999 17:21:30 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 06 Jul 1999 17:22:16 -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 RAA29687 for ; Tue, 6 Jul 1999 17:22:07 -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 SAA14982 for ; Tue, 6 Jul 1999 18:20:59 -0400 (EDT) Original-Received: from pc.sunweb.ch [195.141.237.28] by mail.sunweb.ch with ESMTP (SMTPD32-4.03) id A0E43D100A0; Wed, 07 Jul 1999 00:19:16 +03d00 Original-Received: (from epprecht@localhost) by pc.sunweb.ch (8.8.8/8.8.8) id XAA00524; Tue, 6 Jul 1999 23:57:52 +0200 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "06 Jul 1999 06:30:34 +0200" Original-Lines: 36 X-Mailer: Gnus v5.6.45/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23936 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23936 Lars Magne Ingebrigtsen writes: > Could you mail me the backtraces you get? Yes, here is what i did: Linux / GNU Emacs 20.3 / Pterodactyl Gnus v0.90 I make a new user ======.emacs====== (setq load-path (cons (expand-file-name "/usr/local/share/emacs/pgnus-0.90/lisp") load-path)) (setq debug-on-error t) ======.gnus======= (setq gnus-select-method '(nntp "news.sunrise.ch")) (gnus-agentize) ================== 'emacs -f gnus-unplugged' =====backtrace==== Signaling: (void-function gnus-unplugged) command-line-1(("-f" "gnus-unplugged")) command-line() normal-top-level() ================= I put (require 'gnus-agent) in .emacs 'emacs -f gnus-unplugged' gives no backtrace, but in the last line nntp (news.sunrise.ch) open error: 'No such file or directory: ~/News/agent/nnt I answer 'y' (to the question that I cannot see, though I would never do that in life ;-) 'y' and I see: *: nndraft:queue *: nndraft:drafts (that seems ok) Robert Epprecht