From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46553 Path: main.gmane.org!not-for-mail From: jhbrown@ai.mit.edu (Jeremy H. Brown) Newsgroups: gmane.emacs.gnus.general Subject: Re: spam*.el and ifile-gnus.el? Date: 15 Sep 2002 14:16:10 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8765xdva0q.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1032113878 31508 127.0.0.1 (15 Sep 2002 18:17:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 15 Sep 2002 18:17:58 +0000 (UTC) Cc: Arnd Kohrs , David Aspinwall , ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17qdy1-0008C2-00 for ; Sun, 15 Sep 2002 20:17:57 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17qdxr-0005Vw-00; Sun, 15 Sep 2002 13:17:47 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 15 Sep 2002 13:18:24 -0500 (CDT) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA20716 for ; Sun, 15 Sep 2002 13:18:18 -0500 (CDT) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id g8FIHa917596 for ding@hpc.uh.edu; Sun, 15 Sep 2002 13:17:36 -0500 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA20681 for ; Sun, 15 Sep 2002 13:17:25 -0500 (CDT) Original-Received: (qmail 22332 invoked by alias); 15 Sep 2002 18:16:44 -0000 Original-Received: (qmail 22327 invoked from network); 15 Sep 2002 18:16:43 -0000 Original-Received: from life.ai.mit.edu (128.52.32.80) by gnus.org with SMTP; 15 Sep 2002 18:16:43 -0000 Original-Received: from suspiria.ai.mit.edu (suspiria [128.52.39.94]) by life.ai.mit.edu (8.12.2/8.12.2/BASENAME(ai.master.life-8.12.2.mc,.mc):RCS_REVISION(evision: 1.23 ) with ESMTP id g8FIGFk8018499; Sun, 15 Sep 2002 14:16:16 -0400 (EDT) Original-Received: by suspiria.ai.mit.edu (8.8.8/1.1.19.2/08Jul98-0847PM) id OAA0000031779; Sun, 15 Sep 2002 14:16:11 -0400 (EDT) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) In-Reply-To: Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46553 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46553 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Maybe the right solution is to change gnus-request-*-article to run > some hooks just before invoking the backend-specific functions. Then > your code can add stuff to the hooks. WDYT? That sounds perfect. For full generality, you might even want hooks before and after each of the backend-specific invocations. Jeremy