From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15178 Path: main.gmane.org!not-for-mail From: jgrass@hotmail.com Newsgroups: gmane.emacs.gnus.general Subject: Help - function to get/read new mails in a group Date: Fri, 08 May 1998 23:54:29 GMT Organization: Deja News - The Leader in Internet Discussion Sender: owner-ding@hpc.uh.edu Message-ID: <199805082354.SAA14400@x7.dejanews.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154256 20628 80.91.224.250 (20 Oct 2002 22:50:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:50:56 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id XAA04525 for ; Fri, 8 May 1998 23:33:20 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id CAA08511 for ; Sat, 9 May 1998 02:31:32 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id BAH10737; Sat, 9 May 1998 01:31:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 09 May 1998 01:28:14 -0500 (CDT) Original-Received: (from tibbs@localhost) by sina.hpc.uh.edu (8.7.3/8.7.3) id BAA10724 for ding@hpc.uh.edu; Sat, 9 May 1998 01:28:09 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id SAA06866 for ; Fri, 8 May 1998 18:55:24 -0500 (CDT) Original-Received: (qmail 9557 invoked by uid 504); 8 May 1998 23:55:06 -0000 Original-Received: (qmail 9554 invoked from network); 8 May 1998 23:55:05 -0000 Original-Received: from m1.dejanews.com (208.10.192.32) by claymore.vcinet.com with SMTP; 8 May 1998 23:55:05 -0000 Original-Received: from x7.dejanews.com (ix7.dejanews.com [10.2.1.198]) by m1.dejanews.com (8.8.5/8.8.5) with ESMTP id SAA25702 for ; Fri, 8 May 1998 18:54:30 -0500 Original-Received: (www@localhost) by x7.dejanews.com (8.7.6/8.6.12) id SAA14400; Fri, 8 May 1998 18:54:30 -0500 Original-To: ding@gnus.org Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 192.9.25.21 X-Article-Creation-Date: Fri May 08 23:54:29 1998 GMT X-Http-User-Agent: Mozilla/4.05 [en] (X11; I; SunOS 5.5.1 sun4u) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15178 Hi, I'm trying to find a function in GNUS that will open a group, get all new articles in that group and read the group. I'd like to use the function with xbuffy/xbiff like commands. I couldn't find such a function and here is what I came up with: (defun gnus-visit-group (group) (gnus-get-unread-articles-in-group (gnus-get-info group) (gnus-active group) t) (gnus-fetch-group group) ) When I did: (gnus-visit-group "nnfolder+jgrass:inbox") It doesn't seem to do the trick. Any suggestions? JG -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading