[ESS] ess sas interactive (remote)

Vinh Nguyen vinhdizzo at gmail.com
Sat Aug 24 00:01:24 CEST 2013


On Thu, Aug 22, 2013 at 11:02 AM, Rodney Sparapani <rsparapa at mcw.edu> wrote:
> I believe you are correct.  The -stdio switch should be all
> that is needed.  Thanks


Here is a patch:
Index: lisp/ess-sas-a.el
===================================================================
--- lisp/ess-sas-a.el   (revision 5744)
+++ lisp/ess-sas-a.el   (working copy)
@@ -812,7 +812,7 @@
     (inferior-ess-mode)
     (ess-eval-linewise (concat ess-sas-submit-command " "
ess-sas-submit-command-options
                                " -altlog " ess-temp-sas-file ".log -altprint "
-                               ess-temp-sas-file ".lst -stdio < /dev/tty"))
+                               ess-temp-sas-file ".lst -stdio"))
     (ess-sas-goto-sas)
     (setq ess-sas-submit-method 'iESS)
     (setq ess-eval-visibly-p nil)


Let me know when it's incorporated.

-- Vinh



More information about the ESS-help mailing list