From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15280 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Cool bug in URL parsing Date: 04 Jun 1998 02:09:38 +0200 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 1035154341 21254 80.91.224.250 (20 Oct 2002 22:52:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:52:21 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id RAA03152 for ; Wed, 3 Jun 1998 17:27:36 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id UAA32326 for ; Wed, 3 Jun 1998 20:23:58 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id SAS19665; Wed, 3 Jun 1998 18:57:15 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 03 Jun 1998 19:20:53 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id TAA24158 for ; Wed, 3 Jun 1998 19:20:42 -0500 (CDT) Original-Received: (qmail 21573 invoked by uid 504); 4 Jun 1998 00:20:17 -0000 Original-Received: (qmail 21570 invoked from network); 4 Jun 1998 00:20:16 -0000 Original-Received: from ppp073.uio.no (HELO sparky.gnus.org) (129.240.240.78) by claymore.vcinet.com with SMTP; 4 Jun 1998 00:20:15 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id CAA14491; Thu, 4 Jun 1998 02:24:20 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "03 Jun 1998 13:35:10 +0200" X-Mailer: Gnus v5.6.12/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Would you accept faster code that buttonizes articles according to > builtin rules *other* than regexps? What I have in mind is something > like: > > (defvar gnus-emphasis-plist > '((_ word (:repeat separator word) _) gnus-underline-face > (* word (:repeat separator word) *) gnus-bold-face > ...)) Well, `gnus-emphasis-alist' could be extended to accept non-regexp forms. If you write the code and documentation for that, I'll apply the patch. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen