Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Rafferty <craffert@spspme.ml.com>
Subject: Re: process mark and group exiting
Date: 15 Jul 1996 11:10:01 -0400	[thread overview]
Message-ID: <ocr7ms5r1rq.fsf@spssunp.spspme.ml.com> (raw)
In-Reply-To: Eric Swenson's message of 12 Jul 1996 16:55:54 +0000

Eric Swenson 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))

-- 
Colin


  parent reply	other threads:[~1996-07-15 15:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-12 16:55 Eric Swenson
1996-07-14 13:48 ` Lars Magne Ingebrigtsen
1996-07-15 15:10 ` Colin Rafferty [this message]
1996-07-15 13:11   ` Eric Swenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ocr7ms5r1rq.fsf@spssunp.spspme.ml.com \
    --to=craffert@spspme.ml.com \
    --cc=craffert@ml.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).