From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7210 Path: main.gmane.org!not-for-mail From: Eric Swenson Newsgroups: gmane.emacs.gnus.general Subject: Re: process mark and group exiting Date: 15 Jul 1996 13:11:08 +0000 Sender: eswenson@bonzo2.borland.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147551 6292 80.91.224.250 (20 Oct 2002 20:59:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:59:11 +0000 (UTC) Cc: (ding) GNUS Mailing List Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id NAA16415 for ; Mon, 15 Jul 1996 13:40:53 -0700 Original-Received: from druid.borland.com (druid.borland.com [143.186.11.70]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 15 Jul 1996 22:08:14 +0200 Original-Received: from bonzo2.borland.com.borland.com by druid.borland.com with smtp (Smail3.1.28.1 #3) id m0uftxQ-00020CC; Mon, 15 Jul 96 13:09 PDT Original-To: Colin Rafferty In-Reply-To: Colin Rafferty's message of 15 Jul 1996 11:10:01 -0400 Original-Lines: 16 X-Mailer: Gnus v5.2.22/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:7210 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7210 Colin Rafferty writes: > > Shouldn't Gnus warn you upon exit of a group if you have process > > marks set? It usually indicates that you forgot to do what you > > intended to do. > > (defadvice gnus-summary-exit (around no-process-mark enable) > "Only exit if there are no process-marked articles." > (gnus-set-global-variables) > (if (or (null gnus-newsgroup-processable) > (yes-or-no-p "Articles marked, really quit this group? ")) > ad-do-it)) Thanks, Colin. I appreciate this and have added it to my Gnus startup. -- Eric