From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37911 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 21:29:50 +0200 Organization: Programmerer Ingebrigtsen Message-ID: References: <87n15953w6.fsf@TK212017118241.teleweb.at> <87vgjma49z.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 1035173580 18038 80.91.224.250 (21 Oct 2002 04:13:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:13:00 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 5893 invoked from network); 17 Aug 2001 19:30:14 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 17 Aug 2001 19:30:14 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA19448 for ding@gnus.org; Fri, 17 Aug 2001 21:30:01 +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 998076600 7989 195.204.10.148 (17 Aug 2001 19:30:00 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 17 Aug 2001 19:30:00 GMT Mail-Copies-To: never X-Now-Playing: David Grubbs's _Aux Noctambules_: "Aux Noctambules" User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Ah, yes. However: > > (Info-goto-node "(gnus)Group Parameters") => > > `posting-style' > [...] > > For instance, if you want a funky name and signature in this > group only, instead of hacking `gnus-posting-styles', you could > put something like this in the group parameters: > > (posting-style > (name "Funky Name") > (signature "Funky Signature")) > > Which does not set the variable `posting-style'. (I suppose you could > argue that this is because ((name "Funky Name") (signature "Funky > Signature")) is not an eval-able form). That's definitely a major bug (posting-style (name "Funky name")) will call the function `name'. Which will lead to Emacs beeping at you. Or it would have if it weren't for the `ignore-errors' that's wrapped around the code. We need a new syntax for posting-style. > Also, to be pedantic, in the above example the variable `display' > would be set to the value of the variable `read', not the symbol > `read'. Exactly. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen