From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23767 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Song of Programming Date: 04 Jul 1999 04:50:10 -0700 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 1035161441 3816 80.91.224.250 (21 Oct 2002 00:50:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:50:41 +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 IAA20908 for ; Sun, 4 Jul 1999 08:37:47 -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 HAB24975; Sun, 4 Jul 1999 07:37:21 -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 07:36:05 -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 HAA22360 for ; Sun, 4 Jul 1999 07:35:55 -0500 (CDT) Original-Received: from mail.networkone.net (qmailr@mail.networkone.net [209.144.112.75]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id IAA20880 for ; Sun, 4 Jul 1999 08:34:36 -0400 (EDT) Original-Received: (qmail 11360 invoked from network); 4 Jul 1999 12:34:40 -0000 Original-Received: from pm3-3-48.la.networkone.net (HELO satellite.local.lan) (root@209.144.126.176) by mail.networkone.net with SMTP; 4 Jul 1999 12:34:40 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.1/8.9.1) id EAA04357; Sun, 4 Jul 1999 04:50:11 -0700 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "04 Jul 1999 09:27:22 +0200" Original-Lines: 40 User-Agent: Gnus/5.070089 (Pterodactyl Gnus v0.89) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23767 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23767 Lars Magne Ingebrigtsen writes: > Harry Putnam 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'. :-) No wonder I missed it! Its one of those ultra esoteric, two handed stealth commands that emacs is famous for. : ) > 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. Thanks... this looks nifty