[ESS] Using help when running a remote R session

Seth Falcon sfalcon at fhcrc.org
Thu Mar 22 20:00:57 CET 2007


Stephen Eglen <S.J.Eglen at damtp.cam.ac.uk> writes:
> hmm... when I do the folloing:
>
> M-x ssh RET remote machine RET
>
> and then in that window, start R on the "remote" machine:
>
> remote$ R
>
> Then M-x ess-remote RET r RET
>
>> Sys.sleep(100)
> Sys.sleep(100)
>   C-c C-c
>> 
>
> i.e. during the sleep, I hit C-c C-c, and I get returned to the
> prompt, rather than the *ssh* process closing.

That's what I would like.  Following your example, I get:

    > options(STERM='iESS')
    > Sys.sleep(100)
    Sys.sleep(100)
      C-c C-cKilled by signal 2.

    Process *ssh-rgladstone* exited abnormally with code 255

This is with:

("GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0)
 of 2006-06-26 on rodrigues.inf.ed.ac.uk - Aquamacs Distribution 0.9.9d"

and

    ;;; ssh.el --- remote login interface
    
    ;; Copyright (C) 1996, 97, 98, 2001 Noah S. Friedman
    
    ;; Author: Noah Friedman <friedman at splode.com>
    ;; Maintainer: friedman at splode.com
    ;; Keywords: unix, comm
    ;; Created: 1996-07-03
    
    ;; $Id: ssh.el,v 1.9 2002/07/04 02:09:12 friedman Exp $

+ seth




More information about the ESS-help mailing list