Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: URLs containing `?' are not fully comprehended
Date: 17 May 2000 13:46:22 +0200	[thread overview]
Message-ID: <rjln19flgx.fsf@zuse.dina.kvl.dk> (raw)
In-Reply-To: Karl Kleinpaste's message of "16 May 2000 14:24:55 -0400"

Karl Kleinpaste <karl@charcoal.com> writes:

> Anyhow, "?anything" should still be considered part of the URL when
> buttonizing and highlighting.

It isn't, but I don't understand why.  Here is the regexp:

(defcustom gnus-button-url-regexp "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\)\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?\\([-a-zA-Z0-9_=!?#$@~`%&*+|\\/:;.,]\\|\\w\\)+\\([-a-zA-Z0-9_=#$@~`%&*+|\\/]\\|\\w\\)\\)"

As far as I can see, the relevant part is

        \\([-a-zA-Z0-9_=!?#$@~`%&*+|\\/:;.,]\\|\\w\\)+
                        -^-

which *does* include question mark.



  parent reply	other threads:[~2000-05-17 11:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-16 18:24 Karl Kleinpaste
2000-05-16 19:29 ` Arne Jørgensen
2000-05-16 19:37   ` Bjørn Mork
2000-05-16 20:10   ` Simon Josefsson
2000-05-16 21:00     ` Kai Großjohann
2000-05-17 14:21       ` Toby Speight
2000-05-17 16:21         ` Andreas Fuchs
2000-05-17 11:46 ` Per Abrahamsen [this message]
2000-05-17 12:17   ` Karl Kleinpaste
2000-05-17 17:55     ` Per Abrahamsen
2000-05-17 14:23 ` Toby Speight
2000-05-17 15:40   ` Steinar Bang
2000-05-18 10:22     ` Toby Speight
2000-05-19  0:31   ` Russ Allbery

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rjln19flgx.fsf@zuse.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).