Gnus development mailing list
 help / color / mirror / Atom feed
* Bug opening URL's with netscape
@ 2000-03-20 13:53 Jaap-Henk Hoepman
  2000-03-21  0:49 ` Jack Vinson
  2000-03-21 14:15 ` David S. Goldberg
  0 siblings, 2 replies; 4+ messages in thread
From: Jaap-Henk Hoepman @ 2000-03-20 13:53 UTC (permalink / raw)



When I try to open the following URL
        http://www.wired.com/news/politics/0,1283,34294,00.html
by left-clicking on it within GNUS, netscape pops up an alert saying
  netscape-communicator: usage: OpenURL(url [ , new-window|window-name ])
I use GNUS 5.8.2 with XEmacs 21.1.7.

Jaap-Henk

-- 
Jaap-Henk Hoepman             | Come sail your ships around me
Dept. of Computer Science     | And burn these bridges down
University of Twente          |       Nick Cave - "Ship Song"
Email: hoepman@cs.utwente.nl === WWW: www.cs.utwente.nl/~hoepman
Phone: +31 53 4893795 === Secr: +31 53 4893770 === Fax: +31 53 4894590
PGP ID: 0xF52E26DD  Fingerprint: 1AED DDEB C7F1 DBB3  0556 4732 4217 ABEF



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug opening URL's with netscape
  2000-03-20 13:53 Bug opening URL's with netscape Jaap-Henk Hoepman
@ 2000-03-21  0:49 ` Jack Vinson
  2000-03-21 12:56   ` Jørgen Wahlberg
  2000-03-21 14:15 ` David S. Goldberg
  1 sibling, 1 reply; 4+ messages in thread
From: Jack Vinson @ 2000-03-21  0:49 UTC (permalink / raw)


>>>>> "JH" == Jaap-Henk Hoepman <hoepman@cs.utwente.nl> writes:

JH> When I try to open the following URL
JH>         http://www.wired.com/news/politics/0,1283,34294,00.html
JH> by left-clicking on it within GNUS, netscape pops up an alert saying
JH>   netscape-communicator: usage: OpenURL(url [ , new-window|window-name ])
JH> I use GNUS 5.8.2 with XEmacs 21.1.7.

If I just hit this button (cursor in the Button, hit Enter), Netscape opens
up just fine for me.  This is with NTemacs 20.5.1 and Gnus 5.8.3.

Jack




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug opening URL's with netscape
  2000-03-21  0:49 ` Jack Vinson
@ 2000-03-21 12:56   ` Jørgen Wahlberg
  0 siblings, 0 replies; 4+ messages in thread
From: Jørgen Wahlberg @ 2000-03-21 12:56 UTC (permalink / raw)



[ Jack Vinson <JackVinson@yahoo.com> ]

|  JH> When I try to open the following URL
|  JH>         http://www.wired.com/news/politics/0,1283,34294,00.html
|  JH> by left-clicking on it within GNUS, netscape pops up an alert saying
|  JH>   netscape-communicator: usage: OpenURL(url [ , new-window|window-name ])
|  JH> I use GNUS 5.8.2 with XEmacs 21.1.7.
|  
|  If I just hit this button (cursor in the Button, hit Enter), Netscape opens
|  up just fine for me.  This is with NTemacs 20.5.1 and Gnus 5.8.3.

Works fine for me too.  The ,-s are coded as %2c.  

Gnus 5.8.3, Emacs 20.5.1, Red Hat Linux 6.0.

 - jørgen

-- 
Jørgen Wahlberg <jw@nimrod.no>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug opening URL's with netscape
  2000-03-20 13:53 Bug opening URL's with netscape Jaap-Henk Hoepman
  2000-03-21  0:49 ` Jack Vinson
@ 2000-03-21 14:15 ` David S. Goldberg
  1 sibling, 0 replies; 4+ messages in thread
From: David S. Goldberg @ 2000-03-21 14:15 UTC (permalink / raw)


This is because the browse-url in the mail-libs package in the XEmacs
sumo file you likely installed didn't properly convert , to %2c.  I
"fixed" it with the attached advice.  I've been told there's a newer
browse-url for XEmacs but haven't had time to fetch it yet (actually,
I'm going to do it today: thanks for reminding me :-)

(defadvice browse-url-netscape (before fixup-specials activate)
  (ad-set-arg 0 (replace-in-string
		 (replace-in-string (ad-get-arg 0) " " "%20") "," "%2C")))

(defadvice browse-url-w3 (before fixup-specials activate)
  (ad-set-arg 0 (replace-in-string
		 (replace-in-string (ad-get-arg 0) " " "%20") "," "%2C")))

-- 
Dave Goldberg
Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-03-21 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-20 13:53 Bug opening URL's with netscape Jaap-Henk Hoepman
2000-03-21  0:49 ` Jack Vinson
2000-03-21 12:56   ` Jørgen Wahlberg
2000-03-21 14:15 ` David S. Goldberg

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).