Re: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 12:40 PM 8/7/2001 -0500, you wrote: >Paul Kinnucan <[EMAIL PROTECTED]> writes: > >> Hi all, >> >> I am trying to write an Emacs command that will show help for a class field >> or method. To do this, I need to get Internet Explorer to browse to the >> specific place in the document for the cla

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
gust 07, 2001 11:09 AM > To: Nick Sieger; 'Javier Lopez'; [EMAIL PROTECTED] > Subject: RE: Browsing to an anchor > > At 09:48 AM 8/7/2001 -0500, Nick Sieger wrote: > >The second case that you describe, Javier, may be more user-friendly than > >forcing the u

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
windows. So, for now it looks like we're back to the temp HTML file with the tag solution that Don pointed out. /Nick -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 10:22 AM To: Nick Sieger; 'Javier Lopez'; '[EMAIL PROTE

RE: Browsing to an anchor

2001-08-07 Thread Don Coleman
Title: RE: Browsing to an anchor The attachement in my last email was broken by our mail gateway (which also insists on translating all my outgoing mail to HTML) http://jde.sunsite.dk/"> -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, A

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 10:01 AM 8/7/2001 -0500, Nick Sieger wrote: >How about this - I just tried > >M-x browse-url >javascript:window.navigate("file:///C:/java/jdk1.3.1/docs/api/java/lang/Stri >ng.html#hashCode()") > >and it worked. Don't know if it will work with Netscape/Mozilla, though >(don't have it installed)

RE: Browsing to an anchor

2001-08-07 Thread Don Coleman
Title: RE: Browsing to an anchor -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 11:09 AM To: Nick Sieger; 'Javier Lopez'; [EMAIL PROTECTED] Subject: RE: Browsing to an anchor At 09:48 AM 8/7/2001 -0500, Nick Sieger w

RE: Browsing to an anchor

2001-08-07 Thread Paul Kinnucan
At 09:48 AM 8/7/2001 -0500, Nick Sieger wrote: >The second case that you describe, Javier, may be more user-friendly than >forcing the user to specify the path to IE. It's more work for the JDE, but >less work for the user. > >That's a lousy hack by M$ that iexplore.exe parses and receives the an

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
Original Message- From: Nick Sieger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 9:49 AM To: 'Javier Lopez'; 'Paul Kinnucan'; '[EMAIL PROTECTED]' Subject: RE: Browsing to an anchor The second case that you describe, Javier, may be more user-friend

RE: Browsing to an anchor

2001-08-07 Thread Nick Sieger
hought the browser was supposed to be integrated into the OS. Somebody notify the DOJ...:) /Nick -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 6:40 AM To: Paul Kinnucan; [EMAIL PROTECTED] Subject: RE: Browsing to an anchor I will need to

RE: Browsing to an anchor

2001-08-07 Thread Javier Lopez
I will need to look into this more but this is my assessment. This command typed from my bash shell does exactly what is supposed to IEXPLORE.EXE file:///D:/jdk1.3.1/docs/api/java/util/Hashtable.html#entrySet\(\) Opens the documentation and goes to the entrySet anchor. I believe you are probably