Gnus development mailing list
 help / color / mirror / Atom feed
From: Dan Christensen <jdc@jhu.edu>
Cc: ding@gnus.org
Subject: Re: Does VM have any features we want in pgnus?
Date: Mon, 08 Nov 1999 10:45:20 -0500	[thread overview]
Message-ID: <87eme13s33.fsf@chow.mat.jhu.edu> (raw)
In-Reply-To: Stein Arild Stromme's message of "08 Nov 1999 14:22:53 +0100"

Stein Arild Stromme <stromme@math.uib.no> writes:
> A simple way to go from one group to another without having to visit
> the *Groups* buffer.

I use:

(global-set-key [f11 ?j] 'jdc-gnus-group-select-a-group)

(defun jdc-gnus-group-select-a-group (group &optional all)
  "Select newsgroup GROUP.
Interactively, query for group name with completion.
No article is selected automatically.
If ALL is non-nil, already read articles become readable.
If ALL is a number, fetch this number of articles."

  (interactive
   (list (completing-read
	  "Group: " gnus-active-hashtb nil
	  (gnus-read-active-file-p)
	  nil
	  'gnus-group-history)
	 current-prefix-arg))

  (when (equal group "")
    (error "Empty group name"))

  (gnus-group-read-group all t group))

I used to have this bound to `J', but that got taken over by the
agent...

Dan

-- 
Dan Christensen
jdc@math.jhu.edu


  parent reply	other threads:[~1999-11-08 15:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-08 12:45 David Maslen
1999-11-08 13:22 ` Stein Arild Stromme
1999-11-08 13:35   ` Stein Arild Stromme
1999-11-08 15:16   ` Kai Großjohann
1999-11-08 15:45   ` Dan Christensen [this message]
1999-11-08 16:16     ` Lee Willis

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=87eme13s33.fsf@chow.mat.jhu.edu \
    --to=jdc@jhu.edu \
    --cc=ding@gnus.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).