From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14639 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: Re: Where are `gnus-agent-group/summary-mode-hooks' run from? Date: 16 Mar 1998 19:16:58 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153798 17368 80.91.224.250 (20 Oct 2002 22:43:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:43:18 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA30262 for ; Mon, 16 Mar 1998 12:21:11 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA27169 for ; Mon, 16 Mar 1998 14:15:42 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id OAN20918; Mon, 16 Mar 1998 14:47:41 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 16 Mar 1998 14:10:48 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id OAA01807 for ; Mon, 16 Mar 1998 14:10:38 -0600 (CST) Original-Received: (qmail 29213 invoked by uid 504); 16 Mar 1998 20:10:26 -0000 Original-Received: (qmail 29210 invoked from network); 16 Mar 1998 20:10:26 -0000 Original-Received: from post-20.mail.demon.net (HELO post.mail.demon.net) (194.217.242.27) by claymore.vcinet.com with SMTP; 16 Mar 1998 20:10:25 -0000 Original-Received: from lotusland.demon.co.uk ([158.152.62.156]) by post.mail.demon.net id aa2003171; 16 Mar 98 19:20 GMT Original-Received: from mike by lotusland.demon.co.uk with local (Exim 1.82 #1) id 0yEfOJ-0000A0-00; Mon, 16 Mar 1998 19:17:43 +0000 Original-To: ding@gnus.org In-Reply-To: Mike McEwan's message of "15 Mar 1998 23:33:11 +0000" X-Mailer: Gnus v5.6.2/XEmacs 20.4 - "Emerald" Original-Lines: 19 MMDF-Warning: Parse error in original version of preceding line at post.mail.demon.net Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14639 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14639 I missed `gnus-agent-server-mode', I've now got: (add-hook 'gnus-agent-mode-hook '(lambda () (if (boundp 'gnus-agent-group-mode) (if gnus-agent-group-mode (gnus-run-hooks 'gnus-agent-group-mode-hook))) (if (boundp 'gnus-agent-summary-mode) (if gnus-agent-summary-mode (gnus-run-hooks 'gnus-agent-summary-mode-hook))) (if (boundp 'gnus-agent-server-mode) (if gnus-agent-server-mode (gnus-run-hooks 'gnus-agent-server-mode-hook))))) Do I really need this? -- Mike.