From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21799 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: M-g on a group moves to next group Date: 05 Mar 1999 13:32:19 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159836 24775 80.91.224.250 (21 Oct 2002 00:23:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:23:56 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA25666 for ; Fri, 5 Mar 1999 13:34:14 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB17790; Fri, 5 Mar 1999 12:32:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Mar 1999 12:33:08 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA17094 for ; Fri, 5 Mar 1999 12:32:59 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA25635 for ; Fri, 5 Mar 1999 13:32:48 -0500 (EST) Original-Received: from caffeine.mitre.org (caffeine.mitre.org [129.83.10.136]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id NAA10726 for ; Fri, 5 Mar 1999 13:32:20 -0500 (EST) Original-Received: (from justin@localhost) by caffeine.mitre.org (8.8.7/8.8.7) id NAA11128; Fri, 5 Mar 1999 13:32:19 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: Jason L Tibbitts III's message of "05 Mar 1999 11:06:00 -0600" Original-Lines: 31 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21799 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21799 Jason L Tibbitts III writes: > JS> Just rebind whatever key you use for group entry to do > JS> gnus-group-get-new-news-this-group before its usual function. > > Is gnus-select-group-hook early enough to do this? Hm. I don't know. What I was suggesting was to write a function that did both the get-new-news and the select-group parts, and rebinding your group entry key to that function. Something roughly like: (defun your-group-entry () (interactive) (gnus-group-get-new-news-this-group) (gnus-group-select-group)) and then bind some key to your-group-entry. Subsequently, using that key to enter groups could also get new news for them. I doubt that function is exactly what you want; I only intended it to show the general idea that I was referring to. -- Justin Sheehy In a cloud bones of steel.