From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18267 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-treat-body-highlight-signature redux Date: 28 Oct 1998 18:23:37 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035156820 5248 80.91.224.250 (20 Oct 2002 23:33:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:40 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA28819 for ; Wed, 28 Oct 1998 12:25:11 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB22942; Wed, 28 Oct 1998 11:24:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Oct 1998 11:24:24 -0600 (CST) 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 LAA06210 for ; Wed, 28 Oct 1998 11:24:11 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (root@sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA28795 for ; Wed, 28 Oct 1998 12:23:43 -0500 (EST) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id SAA18679; Wed, 28 Oct 1998 18:24:02 +0100 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id SAA08578; Wed, 28 Oct 1998 18:23:37 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 21 X-Mailer: Gnus v5.6.42/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18267 Lars Magne Ingebrigtsen writes: > Hrvoje Niksic writes: > > > Please implement these things as plists, as I proposed. That will > > make the much easier to extend. For example: > > > > (defvar gnus-some-citation-variable-or-other > > '(max-size 100000 relevant-parts last ...)) > > But wasn't the general idea to make the syntax as simple as possible > for easy Custom-ization? The nil/t/number/last/header thing gives a > very simple menu to choose from... Hrvoje's scheme could be implemented with an "on/off/advanced" (nil, t, plist) menu choice. That would give a simple interface for the common case. On the other hand, your scheme is also extensible, it would just be (nil, t, number, last, plist).