From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15302 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Cool bug in URL parsing Date: 08 Jun 1998 21:03:16 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154359 21373 80.91.224.250 (20 Oct 2002 22:52:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:52:39 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.0/8.9.0) with ESMTP id MAA06611 for ; Mon, 8 Jun 1998 12:10:39 -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 PAA16752 for ; Mon, 8 Jun 1998 15:07:16 -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 NAS07145; Mon, 8 Jun 1998 13:40:15 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 08 Jun 1998 14:03:51 -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 OAA07981 for ; Mon, 8 Jun 1998 14:03:43 -0500 (CDT) Original-Received: (qmail 19975 invoked by uid 504); 8 Jun 1998 19:03:23 -0000 Original-Received: (qmail 19972 invoked from network); 8 Jun 1998 19:03:22 -0000 Original-Received: from frege-d-math-north-g-west.math.ethz.ch (HELO frege.math.ethz.ch) (root@129.132.145.3) by claymore.vcinet.com with SMTP; 8 Jun 1998 19:03:22 -0000 Original-Received: from bolzano (vroonhof@bolzano [129.132.146.140]) by frege.math.ethz.ch (8.8.8/Main-STAT-mailer) with ESMTP id VAA12506 for ; Mon, 8 Jun 1998 21:03:20 +0200 (MET DST) Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id VAA21716; Mon, 8 Jun 1998 21:03:17 +0200 Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "Mon, 08 Jun 1998 12:07:17 GMT" Original-Lines: 15 X-Mailer: Gnus v5.6.9/XEmacs 21.0(beta41) - "San Clemente-pre1" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15302 Hrvoje Niksic writes: > > The solutions is of course to do it lazily, f.e. using the same technique > > lazy-shot uses. > > Please, no! ? Why not? You have something that takes to long to precompute so you do it on demand? I fail to say why buttonizing is any different from syntax-highlighting in this regard. Or do you object to the "same technique" part? Whats wrong with that (I did say 'after cleaning up', which I haven't done yet since it needs more than a little work). Jan