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 19:55:02 +0200	[thread overview]
Message-ID: <rjvh0ddpu1.fsf@zuse.dina.kvl.dk> (raw)
In-Reply-To: Karl Kleinpaste's message of "17 May 2000 08:17:09 -0400"

Karl Kleinpaste <karl@charcoal.com> writes:

> That regexp always makes my eyes hurt, but I think the segment in
> error is
>         [-a-zA-Z0-9_=#$@~`%&*+|\\/]
> which lacks `?' (and `!', and a bunch of others...which raises the
> question of why this segment isn't just like the preceding segment).

If you notice, there is no "*" or "+" after that section, it is there
to ensure that a following punctuation sign isn't considered part of
the URL.  This way, sentences like

        See http://www.dict.com, everything is there.

        Did you found it on http://www.google.com?

        I can't connect to http://slashdot.org.

will do "the right thing".

Now lets's see if it does ;-)



  reply	other threads:[~2000-05-17 17:55 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
2000-05-17 12:17   ` Karl Kleinpaste
2000-05-17 17:55     ` Per Abrahamsen [this message]
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=rjvh0ddpu1.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).