From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18294 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-treat-body-highlight-signature redux Date: 29 Oct 1998 12:13:45 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156842 5379 80.91.224.250 (20 Oct 2002 23:34:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:34:02 +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 GAA06396 for ; Thu, 29 Oct 1998 06:24:10 -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 FAB04624; Thu, 29 Oct 1998 05:24:00 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 29 Oct 1998 05:23:46 -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 FAA20249 for ; Thu, 29 Oct 1998 05:23:24 -0600 (CST) Original-Received: from sparky.gnus.org (ppp102.uio.no [129.240.240.107]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA06369 for ; Thu, 29 Oct 1998 06:23:17 -0500 (EST) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id MAA08638; Thu, 29 Oct 1998 12:23:09 +0100 Mail-Copies-To: never X-Now-Reading: Ursula K. Le Guin & Virginia Kidd (ed.)'s _Interfaces_ Original-To: ding@gnus.org In-Reply-To: Per Abrahamsen's message of "28 Oct 1998 18:23:37 +0100" User-Agent: Gnus/5.070041 (Pterodactyl Gnus v0.41) Emacs/20.3 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > On the other hand, your scheme is also extensible, it would just be > (nil, t, number, last, plist). Would this be the right way to do it? (defcustom gnus-treat-body-highlight-signature t "Highlight the signature." :group 'gnus-article :type '(choice (const :tag "Off" nil) (const :tag "On" t) (const :tag "Last" last) (integer :tag "Less") (sexp :tag "Predicate"))) And then the predicate would be as I described before, more or less. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen