From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37870 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Like (display . all) but hide expirable messages Date: Fri, 17 Aug 2001 18:48:54 +0200 Organization: Programmerer Ingebrigtsen Message-ID: References: <87n15953w6.fsf@TK212017118241.teleweb.at> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173548 17857 80.91.224.250 (21 Oct 2002 04:12:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:12:28 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3271 invoked from network); 17 Aug 2001 16:49:18 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 17 Aug 2001 16:49:18 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA23562 for ding@gnus.org; Fri, 17 Aug 2001 18:49:04 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 998066944 8648 195.204.10.148 (17 Aug 2001 16:49:04 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 17 Aug 2001 16:49:04 GMT Mail-Copies-To: never X-Now-Playing: Crank's _Wanton Phenomena_: "Vaudeville" User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > e.g. (display . (not read expirable)) to get the behaviour you suggest. That would be a syntax problem: '(display . (not read expirable)) => (display not read expirable) So '(display . (read)) => (display read) which means "set the variable `display' to the symbol `read'"; not "set the `display' group parameter". Anyway. This means that the syntax would have to be something special-cased, like (display (param (read))) where we reserve `param' as our symbol. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen