[Zope3-dev] Escape Character Summary Table

Phillip J. Eby pje@telecommunity.com
Thu, 06 Jun 2002 11:43:35 -0500


At 05:26 PM 6/6/02 +0100, Steve Alexander wrote:
>Phillip J. Eby wrote:
>> 
>> Could you give more details or point me to a reference on this?  I don't
>> know anything about "-remote".  Thanks.
>
>http://wp.netscape.com/newsref/std/x-remote.html
>
>
>Mozilla supports a similar feature.
>

Okay, so the problem here is that:

netscape -remote 'openURL(http://foo.bar/baz,spam)'

is interpreted as two arguments to openURL?  Is that correct?  Does quoting
the URL fix it, i.e.:

netscape -remote 'openURL("http://foo.bar/baz,spam")'

And if so, is this an unacceptable cost?  Thanks.