From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21788 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: M-g on a group moves to next group Date: 05 Mar 1999 11:06:00 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035159827 24728 80.91.224.250 (21 Oct 2002 00:23:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:23:47 +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 MAA24061 for ; Fri, 5 Mar 1999 12:10:13 -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 LAB17194; Fri, 5 Mar 1999 11:08:49 -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 11:08:05 -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 LAA15861 for ; Fri, 5 Mar 1999 11:07:57 -0600 (CST) Original-Received: from epithumia.math.uh.edu (tibbs@epithumia.math.uh.edu [129.7.128.2]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA23964 for ; Fri, 5 Mar 1999 12:07:47 -0500 (EST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.8.7/8.8.7) id LAA13661; Fri, 5 Mar 1999 11:06:00 -0600 Original-To: ding@gnus.org In-Reply-To: Justin Sheehy's message of "05 Mar 1999 11:02:01 -0500" Original-Lines: 41 User-Agent: Gnus/5.070065 (Pterodactyl Gnus v0.65) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21788 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21788 >>>>> "JS" == Justin Sheehy 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? I can never tell from the docs precisely when the hooks are called. Just adding gnus-group-get-new-news-this-group there doesn't seem to help. JS> I mean, it's easy to do a gnus-summary-rescan-group by hand, but doing JS> the sort of prompting that you refer to would actually require a little JS> bit of work. I know; I wonder if it would be possible to wedge into gnus-exit-group-hook. Check to see if the number of unread articles is zero (i.e. you read everything) then get-new-news-this-group, then check if unread articles are still zero and exit if not, prompt if so. Perhaps I should try to remember what Lisp I learned. JS> Easy from the *Group* buffer, trickier if you want it to really be from JS> wherever you might happen to be. Doable, but not trivial. Especially JS> if you want to be able to get back to where you were before you made JS> that jump. Dan Christensen send me some code; I've found that whenever Gnus is loaded (which is essentially "always) I can just do (gnus-group-read-group nil t "nnml:inbox") But I can't seem to make it grab new news. JS> The other will get new news for that group before entering it, turn off JS> most of the threading and scoring stuff, and sort in reverse JS> chronological order. That way I am instantly reading the most-recently JS> received message. Some of the time, in a few of my groups, that is JS> exactly what I want. I find that for groups where I want to read that way, I _always_ want to read that way and so I set it in the group parameters. - J<