From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23774 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Song of Programming Date: 04 Jul 1999 09:34:18 -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 1035161447 3849 80.91.224.250 (21 Oct 2002 00:50:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:50:47 +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 MAA24210 for ; Sun, 4 Jul 1999 12:43:18 -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 LAB26292; Sun, 4 Jul 1999 11:39:24 -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 11:38:11 -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 LAA23947 for ; Sun, 4 Jul 1999 11:38:01 -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 MAA24138 for ; Sun, 4 Jul 1999 12:36:16 -0400 (EDT) Original-Received: (qmail 24195 invoked from network); 4 Jul 1999 16:36:03 -0000 Original-Received: from pm3-4-41.la.networkone.net (HELO satellite.local.lan) (reader@209.144.126.233) by mail.networkone.net with SMTP; 4 Jul 1999 16:36:03 -0000 Original-Received: (from reader@localhost) by satellite.local.lan (8.9.1/8.9.1) id JAA05483; Sun, 4 Jul 1999 09:35:57 -0700 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "04 Jul 1999 09:27:22 +0200" User-Agent: Gnus/5.070091 (Pterodactyl Gnus v0.91) Emacs/20.3 Original-Lines: 19 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23774 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23774 Lars Magne Ingebrigtsen writes: > 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)) Should I be getting a message like: Quit reading news without saving .newsrc? [yes no] When ever I call your function above?