From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16240 Path: main.gmane.org!not-for-mail From: Francisco Solsona Newsgroups: gmane.emacs.gnus.general Subject: Re: Suggestion: *Group* SPC to show only new articles? Date: 24 Aug 1998 07:20:25 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155140 26560 80.91.224.250 (20 Oct 2002 23:05:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:05:40 +0000 (UTC) Cc: (Jari Aalto+list.ding), Ding mailing list Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id FAA06234 for ; Mon, 24 Aug 1998 05:25:04 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id IAA15389 for ; Mon, 24 Aug 1998 08:26:24 -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 HAK17005; Mon, 24 Aug 1998 07:26:00 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Aug 1998 07:24:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA16990 for ; Mon, 24 Aug 1998 07:24:13 -0500 (CDT) Original-Received: from deprof.fciencias.unam.mx (solsona@deprof.fciencias.unam.mx [132.248.133.202]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA08291 for ; Mon, 24 Aug 1998 08:24:09 -0400 (EDT) Original-Received: (from solsona@localhost) by deprof.fciencias.unam.mx (8.8.7/8.8.7) id HAA30718; Mon, 24 Aug 1998 07:20:26 -0500 Mail-Copies-To: never Original-To: Kai Grossjohann In-Reply-To: Kai Grossjohann's message of "24 Aug 1998 13:41:09 +0200" X-Face: "e<&PCSuDeI>Wnz0s(fk:UP((Y'&0**fKwX:LL\,e"-5AS4+1|fdTE!(r,"&eLI}x(aQy-j M(jT(KvDbG@:bC<#KFDy}}*'Y8V7@DGOy39Ze@8P@tN)a%m/+'#Z?[+V&XUibbO writes: > >>>>> (Jari Aalto+list.ding) writes: > > > Gnus must know which articles are new, so building summary based on > > them only should be trivial. And when combined with > > > > (gnus-fetch-old-headers nil) > > > > that'd be the fast access to new articles. > > What gnus functions variables is needed here? > > Well, in recent Gnusae, you can give a parameter to the internal group > reading function which gives the list of articles to display. See > nnir.el for an example. And I think there's a variable or function > which gives you the unread messages. Actually, seeing only the unread articles seems a very useful functionality. What about binding something like this: (defun my-gnus-topic-read-group () (interactive) (gnus-topic-read-group (gnus-group-group-unread))) to SPC in the *group* buff ?, this --I believe-- should be the fastest way of doing it. Francisco -- Real computer scientists like having a computer on their desk, else how could they read their mail?