From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30458 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: on matching more naked URLs in articles Date: 27 Apr 2000 11:17:57 +0100 Organization: Citrix Systems 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=us-ascii X-Trace: main.gmane.org 1035166992 8585 80.91.224.250 (21 Oct 2002 02:23:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:23:12 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 15215D051E for ; Thu, 27 Apr 2000 06:19:50 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB03930; Thu, 27 Apr 2000 05:19:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Apr 2000 05:19:18 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA04337 for ; Thu, 27 Apr 2000 05:19:06 -0500 (CDT) Original-Received: from gatekeeper.ctxuk.citrix.com (gatekeeper.ctxuk.citrix.com [195.153.38.114]) by mailhost.sclp.com (Postfix) with ESMTP id ECC52D051E for ; Thu, 27 Apr 2000 06:18:00 -0400 (EDT) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id LAA23276; Thu, 27 Apr 2000 11:18:00 +0100 (BST) Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id LAA12030; Thu, 27 Apr 2000 11:17:59 +0100 (BST) Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Thu, 27 Apr 2000 11:17:59 +0100 (GMT Daylight Time) Original-Received: from lanber.cam.eu.citrix.com ([10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FBTM2R6J; Thu, 27 Apr 2000 11:17:58 +0100 Original-To: The Gnus Mailing List Original-Lines: 40 In-Reply-To: Karl Kleinpaste's message of "26 Apr 2000 14:22:01 -0400" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30458 Steinar> Steinar Bang Karl> Karl Kleinpaste 0> In article , Karl wrote: Karl> Bloody marvelous. Karl> Karl> Now, Gnus is urlifying stuff such as bash-2.04.tar.gz and Karl> 21.2.31. Karl> Karl> I'm not at all convinced this is a good thing. The heuristic is Karl> nowhere near adequately restrictive. Maybe (only maybe) if you Karl> restrict the trailing component to TLDs, it would be adequate. 0> In article , Steinar wrote: Steinar> I don't see any problem in some non-URLs are highlighted, as Steinar> long as the real ones are, and that saves me cutting and Steinar> pasting. This is obviously an area where personal preferences differ. I think we need to put some canned "loose" and "tight" regexps as :fixed choices in the defcustom. IOW, instead of :type 'regexp we should have :type '(choice (const "" :tag "Match conservatively") (const "" :tag "Match liberally") (regexp :tag "User-defined")) where the consts are suitable defaults for the two POVs. I think we can assume that users either (a) use Customize, or (b) are clueful enough to find the definition and copy the regexps from there.