From owner-freebsd-hackers  Mon Sep 13  2:21:36 1999
Delivered-To: freebsd-hackers@freebsd.org
Received: from musashi.et.bocholt.fh-ge.de (reserve.et.bocholt.fh-gelsenkirchen.de [193.175.197.95])
	by hub.freebsd.org (Postfix) with ESMTP id 2E8D514A07
	for <hackers@FreeBSD.ORG>; Mon, 13 Sep 1999 02:21:28 -0700 (PDT)
	(envelope-from hank@musashi.et.bocholt.fh-ge.de)
Received: from localhost (localhost.et.bocholt.fh-ge.de [127.0.0.1])
	by musashi.et.bocholt.fh-ge.de (8.9.3/8.9.3) with ESMTP id LAA13019;
	Mon, 13 Sep 1999 11:21:02 +0200 (CEST)
	(envelope-from hank@musashi.et.bocholt.fh-ge.de)
Message-Id: <199909130921.LAA13019@musashi.et.bocholt.fh-ge.de>
To: Dag-Erling Smorgrav <des@flood.ping.uio.no>
From: Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>
Reply-To: Dirk Gouders <gouders@et.bocholt.fh-gelsenkirchen.de>
Cc: Wes Peters <wes@softweyr.com>, hackers@FreeBSD.ORG
Subject: Re: More press 
In-reply-to: Your message of "12 Sep 1999 15:22:55 +0200."
             <xzp671g2rio.fsf@flood.ping.uio.no> 
Date: Mon, 13 Sep 1999 11:21:02 +0200
Sender: owner-freebsd-hackers@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG


 > Dirk GOUDERS <hank@musashi.et.bocholt.fh-ge.de> writes:
 > > Oh, sorry -- my "browse-url-at-mouse" function made
 > > 
 > > http://www.zdnet.com/zdtv/screensavers/answerstips/story/02c36562c23246242
c00.html
 > > 
 > > of it...
 > 
 > Netscape uses commans to separate parameters to the OpenURL command.
 > Fortunately, the API is open and documented, so there's nothing to
 > stop someone from writing a small command-line util that does the
 > equivalent of "netscape -remote" except faster and better.

Well, having read all of your remarks, I noticed, that emacs' lisp
code "browse-url.el" causes the generation of 

http://www.zdnet.com/zdtv/screensavers/answerstips/story/02c36562c23246242
c00.html

instead of 

http://www.zdnet.com/zdtv/screensavers/answerstips/story/0%2c3656%2c2324624%2
c00.html

I fixed that (little) problem on my machine and sent a bug-report.
Now, I enjoy loading URLs containing commas :-)

Dirk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message