From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30975 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: gnus-unplugged not defined by gnus-setup.el Date: 16 May 2000 08:36:07 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167440 11441 80.91.224.250 (21 Oct 2002 02:30:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:40 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 80D21D0520 for ; Tue, 16 May 2000 02:38:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB01168; Tue, 16 May 2000 01:36:50 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 May 2000 01:36:09 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA05419 for ; Tue, 16 May 2000 01:36:00 -0500 (CDT) Original-Received: from viffer.metis.no (viffer.oslo.metis.no [195.0.254.249]) by mailhost.sclp.com (Postfix) with ESMTP id D9847D0520 for ; Tue, 16 May 2000 02:36:20 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id IAA01374; Tue, 16 May 2000 08:36:19 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) Original-Lines: 27 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30975 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30975 Here's something that has bugged me for ages. When I start up a fresh emacs and type M-x gnus-unplugged RET I get "[No match]" in the minibuffer (XEmacs). Once gnus has been run once, or even just started, gnus-unplugged is defined. One way of starting is to yank the network cable, start gnus with M-x gnus RET and abort it with C-g, when it stops because it cannot connect to the server. However this seems a bit... drastic. I don't see this problem much, since I don't reboot the laptop (just suspend/resume it between networks), and thus don't stop and start gnus, but every time I see it it annoys me. A long time ago, I tried putting (autoload 'gnus-unplugged "gnus") into ~/.emacs, but that didn't work. I then tried (autoload 'gnus-unplugged "gnus-agent") since gnus-agent is the file where gnus-unplugged is defined, but this gave the same result. I haven't investigated anything beyond this. Any ideas?