From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10749 Path: main.gmane.org!not-for-mail From: David Moore Newsgroups: gmane.emacs.gnus.general Subject: Re: Need gnus-group-load-hook? Date: 18 Apr 1997 12:00:25 -0700 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150567 26153 80.91.224.250 (20 Oct 2002 21:49:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:49:27 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id MAA05519 for ; Fri, 18 Apr 1997 12:16:41 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 18 Apr 1997 20:59:05 +0200 Original-Received: (qmail 26658 invoked by uid 504); 18 Apr 1997 18:56:42 -0000 Original-Received: (qmail 26655 invoked from network); 18 Apr 1997 18:56:42 -0000 Original-Received: from mailbox2.ucsd.edu (132.239.1.54) by claymore.vcinet.com with SMTP; 18 Apr 1997 18:56:41 -0000 Original-Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox2.ucsd.edu (8.8.5/8.6.9) with SMTP id LAA05481 for ; Fri, 18 Apr 1997 11:59:02 -0700 (PDT) Original-Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4) id MAA04025; Fri, 18 Apr 1997 12:00:25 -0700 Original-To: ding@gnus.org X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L Mail-Copies-To: never In-Reply-To: Norman Walsh's message of 18 Apr 1997 13:59:22 -0400 Original-Lines: 8 X-Mailer: Gnus v5.4.45/XEmacs 20.1 Xref: main.gmane.org gmane.emacs.gnus.general:10749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10749 Norman Walsh writes: > ;; Maybe there ought to be a gnus-group-load-hook? > (add-hook 'gnus-group-mode-hook (lambda nil > (define-key gnus-group-mode-map "g" > 'get-new-mail-and-news))) Why not just stick (require 'gnus-group) before this line in your .gnus?