From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50504 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: Re: Plugged or not? Date: Mon, 03 Mar 2003 16:52:10 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <86bs0sa1n9.fsf@i3d.home> References: <86d6l8seif.fsf@i3d.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046707061 18749 80.91.224.249 (3 Mar 2003 15:57:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 15:57:41 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18psIJ-0004lR-00 for ; Mon, 03 Mar 2003 16:56:00 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18psHx-0006d7-00; Mon, 03 Mar 2003 09:55:37 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 09:56:37 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA27523 for ; Mon, 3 Mar 2003 09:56:25 -0600 (CST) Original-Received: (qmail 96455 invoked by alias); 3 Mar 2003 15:55:20 -0000 Original-Received: (qmail 96450 invoked from network); 3 Mar 2003 15:55:20 -0000 Original-Received: from mail01.solnet.ch (212.101.4.135) by 66.230.238.6 with SMTP; 3 Mar 2003 15:55:20 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by mail01.solnet.ch (Postfix) with ESMTP id 8F43E6298B for ; Mon, 3 Mar 2003 15:55:19 +0000 (GMT) Original-Received: from i3d.home (adsl-212-41-68-52.solnet.ch [212.41.68.52]) by mail01.solnet.ch (Postfix) with ESMTP id F3C3262980 for ; Mon, 3 Mar 2003 15:55:17 +0000 (GMT) Original-Received: from dada by i3d.home with local (Exim 3.35 #1 (Debian)) id 18psEc-0000lZ-00; Mon, 03 Mar 2003 16:52:10 +0100 Original-To: ding@gnus.org In-Reply-To: (Kevin Greiner's message of "Mon, 03 Mar 2003 09:03:31 -0600") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux) X-Virus-Scanned: by SolNet mail01.solnet.ch Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50504 Kevin Greiner writes: > Robert Epprecht writes: > Just as a test, try replacing (setq gnus-plugged nil) with (gnus-agent-toggle-plugged nil). .gnus.el: (gnus-agent-toggle-plugged nil) Error in ~/.gnus: gnus-agent-toggle-plugged (Another CVS update did not change this...) After changing back .gnus.el I tried: M-x apropos gnus-agent-toggle-plugged gnus-agent-toggle-plugged Command: Toggle whether Gnus is unplugged or not. So I try: .gnus.el: (gnus-agent-toggle-plugged) ;; without parameter nil Error in ~/.gnus: gnus-agent-toggle-plugged Next try: .gnus.el: (setq debug-on-error t) (gnus-agent-toggle-plugged nil) Debugger entered--Lisp error: (error "Error in ~/.gnus: gnus-agent-toggle-plugg$ signal(error ("Error in ~/.gnus: gnus-agent-toggle-plugged")) error("Error in %s: %s" "~/.gnus" gnus-agent-toggle-plugged) byte-code("AÄ^H \211^ZA@)#\207" [file var x error "Error in %s: %s"] 5) gnus-read-init-file() gnus-1(nil nil nil) gnus() command-line-1(("-f" "gnus")) command-line() normal-top-level() >> BTW What's the L2/L1 thing at the end of the line? > Line number? Oups, sorry, seems I'm blind... Robert