Skip to content

problem with help.start() in R (PR#1156)

5 messages · Brian Ripley, Luke Tierney, A.J. Rossini +1 more

#
I tested Opera 5.0 under Linux (www.opera.com).  It worked with -remote
correctly.  What I did not get to work was the search engine, but I saw no
sign of Java support for Opera under Linux. (For Windows it is a separate
add-on.)

I've amended the documentation, but I do wonder if
help.start(browser="foo") should set options(browser="foo").

B
On Wed, 31 Oct 2001, Kurt Hornik wrote:

            

  
    
#
Follow-up: netscape 6.2 (announced on Tuesday) does support -remote, so
perhaps mozilla does now / will soon.

Brian
On Thu, 1 Nov 2001, Prof Brian Ripley wrote:

            

  
    
#
The Python web browrer stuff has a pointer to
http://developer.kde.org/documentation/other/kfmclient.html for info
on the Konquerer remote-control interface and uses

    def _remote(self, action):
        cmd = "kfmclient %s >/dev/null 2>&1" % action
        rc = os.system(cmd)
        if rc:
            import time
            if self.basename == "konqueror":
                os.system(self.name + " --silent &")
            else:
                os.system(self.name + " -d &")
            time.sleep(PROCESS_CREATION_DELAY)
            rc = os.system(cmd)
        return not rc

in case anyone wants to look into supporting Konqueror.

luke
On Thu, Nov 01, 2001 at 04:25:16PM +0000, Prof Brian Ripley wrote:

  
    
#
BR> Follow-up: netscape 6.2 (announced on Tuesday) does support
    BR> -remote, so perhaps mozilla does now / will soon.

rossini 54 > mozilla -remote "openurl(http://software/)"
rossini 56 > mozilla -version
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011023, build 2001102304
rossini 57 > 

So it does (0.9.5, from Debian/Sid), but the format is javascript-ish...

best,
-tony
#
BR> Follow-up: netscape 6.2 (announced on Tuesday) does support
    BR> -remote, so perhaps mozilla does now / will soon.

    tony> rossini 54 > mozilla -remote "openurl(http://software/)"
    tony> rossini 56 > mozilla -version
    tony> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011023, build 2001102304
    tony> rossini 57 > 

great!  thank you, Tony.

My Redhat 7.1 (+ newer(?) Ximian) mozilla version is also 5.0, two months
older than yours and does work the same.

    tony> So it does (0.9.5, from Debian/Sid), but the format is
    tony> javascript-ish...

Martin Maechler <maechler@stat.math.ethz.ch>	http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO D10	Leonhardstr. 27
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1228			<><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._