Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Franklin <paul@cs.washington.edu>
Subject: Re: Quassia Gnus v0.12 is released
Date: 05 Oct 1997 04:27:43 -0700	[thread overview]
Message-ID: <r9qyb481mc0.fsf@fester.cs.washington.edu> (raw)
In-Reply-To: Matt Simmons's message of 05 Oct 1997 00:20:49 -0500

>>>>> Matt Simmons writes:

 > Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
 >> 	* gnus-int.el (gnus-request-scan): Don't do anything if
 >> 	unplugged. 
 > This wasn't very nice - [...] Is there an easier way to do it?

Well, you could use advice to 'undo' this change.  I think more people
(me included) like the change.  If you want to give it a try, this
untested code (for .gnus) should work...

    (defadvice gnus-request-scan (around simmonmt-gnus activate)
      "Force scan even if unplugged."
      (let ((gnus-plugged t))
	ad-do-it)))

You should enable advice first (I do this in .emacs) ...

	(setq ad-activate-on-definition t)
	(if (fboundp 'ad-start-advice)  ;appeared in 19.29?
	    (ad-start-advice))

--Paul


  reply	other threads:[~1997-10-05 11:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-03 23:06 Lars Magne Ingebrigtsen
1997-10-05  5:20 ` Matt Simmons
1997-10-05 11:27   ` Paul Franklin [this message]
1997-10-12 14:54   ` Lars Magne Ingebrigtsen
1997-10-12 23:42     ` Matt Simmons
1997-10-20 20:33       ` Lars Magne Ingebrigtsen
1997-10-21  4:20         ` Matt Simmons
1997-10-24 22:50           ` Lars Magne Ingebrigtsen
1997-10-06  1:31 ` Norman Walsh
1997-10-12 14:55   ` Lars Magne Ingebrigtsen
1997-10-06 17:05 ` Leonard Blanks
1997-10-06 18:18   ` Per Abrahamsen
     [not found] <m2vhze30qm.fsf@proletcult.slip.ifi.uio.no>
1997-10-04  9:19 ` Kim-Minh Kaplan
1997-10-04 17:14   ` Lars Magne Ingebrigtsen
1997-10-05 11:35     ` Kim-Minh Kaplan
1997-10-12 14:56       ` Lars Magne Ingebrigtsen

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=r9qyb481mc0.fsf@fester.cs.washington.edu \
    --to=paul@cs.washington.edu \
    /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).