From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79828 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: group parameter : display Date: Mon, 05 Sep 2011 08:07:04 +0200 Message-ID: <87r53vy12v.fsf@free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1315202907 2528 80.91.229.12 (5 Sep 2011 06:08:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 06:08:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28122@lists.math.uh.edu Mon Sep 05 08:08:23 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R0SM3-000717-2i for ding-account@gmane.org; Mon, 05 Sep 2011 08:08:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R0SLE-00057O-NN; Mon, 05 Sep 2011 01:07:32 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R0SLA-00057C-Cg for ding@lists.math.uh.edu; Mon, 05 Sep 2011 01:07:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R0SL8-0004iq-A1 for ding@lists.math.uh.edu; Mon, 05 Sep 2011 01:07:27 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R0SL5-0004uu-DQ for ding@gnus.org; Mon, 05 Sep 2011 08:07:23 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R0SL4-0006kW-80 for ding@gnus.org; Mon, 05 Sep 2011 08:07:22 +0200 Original-Received: from rke75-3-82-229-182-158.fbx.proxad.net ([82.229.182.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Sep 2011 08:07:22 +0200 Original-Received: from j.cubizolles by rke75-3-82-229-182-158.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Sep 2011 08:07:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rke75-3-82-229-182-158.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:mZo78IF6Y/q9SJw+2cV38oKm7Fc= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79828 Archived-At: I have two questions about the "display" group parameter. >From info: ,---- | display | Elements that look like (display . MODE) say which articles to display on entering the group. Valid values are: | all | Display all articles, both read and unread. | an integer | Display the last integer articles in the group. This is the same as entering the group with C-u integer. | default | Display the default visible articles, which normally includes unread and ticked articles. | an array | Display articles that satisfy a predicate. | Here are some examples: | | [unread] | Display only unread articles. | [not expire] | Display everything except expirable articles. | [and (not reply) (not expire)] | Display everything except expirable and articles you've already responded to. | The available operators are not, and and or. Predicates include tick, unsend, undownload, unread, dormant, expire, reply, killed, bookmark, score, save, cache, forward, unseen and recent. `---- * What articles does the "recent" predicate match ? * I can't get the "array" mode to work. When I set it to ,---- | (display . [and (tick) (dormant) (recent)]) `---- or even ,---- | (display . [and (tick) (dormant)]) `---- gnus asks for the number of articles to display upon entering. Julien.