From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23755 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Song of Programming Date: 04 Jul 1999 09:27:22 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161432 3759 80.91.224.250 (21 Oct 2002 00:50:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:50:32 +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 DAA18764 for ; Sun, 4 Jul 1999 03:22:28 -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 CAB23402; Sun, 4 Jul 1999 02:18:37 -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 02:19:24 -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 CAA17104 for ; Sun, 4 Jul 1999 02:19:13 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA18739 for ; Sun, 4 Jul 1999 03:18:06 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id JAA05874; Sun, 4 Jul 1999 09:29:10 +0200 Mail-Copies-To: never X-Now-Reading: Marion Zimmer Bradley's _The Shadow Matrix_ X-Now-Playing: Stereolab's _Peng!_: "Perversion" Original-To: ding@gnus.org In-Reply-To: Harry Putnam's message of "04 Jul 1999 00:07:15 -0700" User-Agent: Gnus/5.070091 (Pterodactyl Gnus v0.91) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > I sense that I'm missing out on some nice functionality. How does the > updated active file, new messages etc get to the unplugged > version. Er, well, you press `g'. :-) Ok, here's what I do. In the Emacs that I'm reading news in, I start with: (defun pgnus-unplugged () (interactive) (setq gnus-plugged nil) (gnus)) And then I just read, and answer, and stuff. I never plug in. Well, I do sometimes, but usually not. In the other Emacs, I call the following command: (defun lars-fetch-news () (interactive) (push "~/pgnus/lisp" load-path) (let ((init-file-user "") (gnus-always-read-dribble-file t)) (gnus)) (gnus-group-send-drafts) (gnus-agent-fetch-session) (gnus-group-quit)) I call this command whenever I want to send/get new mail/news. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen