From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26401 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Does VM have any features we want in pgnus? Date: Mon, 08 Nov 1999 10:45:20 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87eme13s33.fsf@chow.mat.jhu.edu> References: <87hfixnodf.fsf@iname.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163617 19203 80.91.224.250 (21 Oct 2002 01:26:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:26:57 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03281 for ; Mon, 8 Nov 1999 11:03:23 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB29414; Mon, 8 Nov 1999 10:03:22 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Nov 1999 10:03:36 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA12156 for ; Mon, 8 Nov 1999 10:03:24 -0600 (CST) Original-Received: from jhuml1.hcf.jhu.edu (jhmail.hcf.jhu.edu [128.220.2.86]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA03274 for ; Mon, 8 Nov 1999 11:02:52 -0500 (EST) Original-Received: from scratchy (chow.mat.jhu.edu [128.220.25.2]) by jhmail.hcf.jhu.edu (PMDF V5.2-29 #37929) id <01JI3CAH2UWGFAN481@jhmail.hcf.jhu.edu> (original mail from jdc@chow.mat.jhu.edu) for ding@gnus.org; Mon, 8 Nov 1999 11:02:30 EDT Original-Received: from scratchy (chow.mat.jhu.edu [128.220.25.2]) by jhmail.hcf.jhu.edu (PMDF V5.2-29 #37929) with ESMTP id <01JI3C9B1J18F9EAHU@jhmail.hcf.jhu.edu> for ding@gnus.org; Mon, 08 Nov 1999 11:01:35 -0400 (EDT) Original-Received: from jdc by scratchy with local (Exim 2.05 #1 (Debian)) id 11kqyu-00008a-00; Mon, 08 Nov 1999 10:45:20 -0500 In-reply-to: Stein Arild Stromme's message of "08 Nov 1999 14:22:53 +0100" Original-To: Stein Arild Stromme User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.3 Original-Lines: 36 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26401 Stein Arild Stromme 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