Gnus development mailing list
 help / color / mirror / Atom feed
From: Justin Sheehy <justin@linus.mitre.org>
Subject: Re: M-g on a group moves to next group
Date: 05 Mar 1999 13:32:19 -0500	[thread overview]
Message-ID: <glmhfrzzt1o.fsf@caffeine.mitre.org> (raw)
In-Reply-To: Jason L Tibbitts III's message of "05 Mar 1999 11:06:00 -0600"

Jason L Tibbitts III <tibbs@math.uh.edu> 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.
  




  reply	other threads:[~1999-03-05 18:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-04 17:37 Dmitry Yaitskov
1999-03-04 17:53 ` Kai.Grossjohann
1999-03-04 19:01 ` Jason L Tibbitts III
1999-03-05 16:02   ` Justin Sheehy
1999-03-05 17:06     ` Jason L Tibbitts III
1999-03-05 18:32       ` Justin Sheehy [this message]
     [not found]   ` <x7k8wxxb6x.fsf@chow.mat.jhu.edu>
1999-03-05 17:17     ` Dan Christensen
1999-03-04 19:05 ` Justin Sheehy
1999-03-04 19:19   ` Alan Shutko
1999-03-04 19:38     ` Dmitry Yaitskov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=glmhfrzzt1o.fsf@caffeine.mitre.org \
    --to=justin@linus.mitre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).