From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16826 Path: main.gmane.org!not-for-mail From: Yair Friedman Newsgroups: gmane.emacs.gnus.general Subject: batch scoring Date: 09 Sep 1998 15:15:36 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <7wzpc95sw7.fsf@lite.johnbryce.co.il> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155634 30084 80.91.224.250 (20 Oct 2002 23:13:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:13:54 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20916 for ; Wed, 9 Sep 1998 09:21:24 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id HAF32248; Wed, 9 Sep 1998 07:52:25 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Sep 1998 08:21:13 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAA23582 for ; Wed, 9 Sep 1998 08:21:04 -0500 (CDT) Original-Received: from dmz.johnbryce.co.il (dns.johnbryce.co.il [194.90.135.162]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA20900 for ; Wed, 9 Sep 1998 09:20:42 -0400 (EDT) Original-Received: from lite.johnbryce.co.il (jb-firewall.johnbryce.co.il [199.203.99.121]) by dmz.johnbryce.co.il (8.8.5/8.8.5) with SMTP id PAA16922 for ; Wed, 9 Sep 1998 15:19:04 +0300 Original-To: ding@gnus.org Original-Lines: 23 X-Mailer: Gnus v5.6.43/Emacs 19.33 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16826 After some tome I decided to use batch scoring. read the maunal, set gnus-save-score to t, saved then I run: $ emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score and the output was : Using terminal xterm Autoloading failed to define function gnus-batch-score The first message is from my .emacs. áGnus is not in the standard place and it's directory is added to load-path in my .emacs. second try: $ emacs -batch -l ~/.emacs -l gnus -l gnus-kill -f gnus-batch-score Using terminal xterm nntp (news) open error: ''. Continue? (y or n) n Couldn't open server on news (the n was my interactive answer... I guess this is a bug.) The server is up and running. How can I debug it? -- Yair.