9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "matt" <matt@proweb.co.uk>
To: <9fans@cse.psu.edu>
Subject: Re: [9fans] slight glossing over 8) ?
Date: Tue, 12 Nov 2002 12:15:27 +0000	[thread overview]
Message-ID: <00a901c28a45$30d70690$6501a8c0@KIKE> (raw)
In-Reply-To: <d8ed844a736ac5103b0f0f57adab71d1@plan9.bell-labs.com>

> plumb start window webbrowser ''''$0''''

the problem lies elsewhere

I stumbled on to it when right clicking in acme

my url is http://tiger/a=7

in my plumb rules :

file='([:.][a-zA-Z0-9_?,%#~&/\-=]+)*'

with the = included doesn't match the url

if I change it to file ='.*' it worked fine

from there I changed it to

file='([:.]?[a-zA-Z0-9_?,%#~&/\-=]+)*'

and it worked

and now I can use

plumb start /usr/matt/bin/web_plumber -w tcp!192.168.1.101!8005 ''$0''

I found the : in the file regex puzzling ("surely it's an illegal filename
char") and
I seem to have opened a can of worms on myself.
I started investigating URL syntax : ftp://ftp.isi.edu/in-notes/rfc2616.txt


http://tiger/~matt/home.html
goes through fine

but
http://tiger/%7ematt/home.html

ends up as
http://tiger/0.000000e+00matt/home.html

If it ends up affecting me I'll look into it more.

m











  reply	other threads:[~2002-11-12 12:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-12  2:40 Russ Cox
2002-11-12 12:15 ` matt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-12 19:21 Russ Cox
2002-11-14 23:04 ` matt
2002-11-14 23:07   ` andrey mirtchovski
2002-11-12 18:30 Russ Cox
2002-11-12 18:50 ` matt
2002-11-12 17:02 Russ Cox
2002-11-12 18:21 ` matt
2002-11-12 16:03 rob pike, esq.
2002-11-12  0:58 matt

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='00a901c28a45$30d70690$6501a8c0@KIKE' \
    --to=matt@proweb.co.uk \
    --cc=9fans@cse.psu.edu \
    /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).