Skip to content

Commit

Permalink
Comment out unnecessary calls to ess-sas-goto-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rsparapa committed Jan 28, 2015
1 parent db2cc2b commit 0e03c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/ess-sas-a.el
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ current buffer if nil."

(setq ess-sas-data (read-string "Permanent SAS Dataset: " ess-tmp-sas-data))

(ess-sas-goto-shell t)
;; (ess-sas-goto-shell t)
(ess-sas-cd)

(insert (concat ess-sas-submit-pre-command " " ess-sas-submit-command
Expand Down Expand Up @@ -500,7 +500,7 @@ current buffer if nil."

(setq ess-sas-data (read-string "Permanent SAS Dataset: " ess-tmp-sas-data))

(ess-sas-goto-shell t)
;; (ess-sas-goto-shell t)
(ess-sas-cd)

(insert (concat ess-sas-submit-pre-command " " ess-sas-submit-command
Expand Down Expand Up @@ -1104,7 +1104,7 @@ i.e. let arg1 be your local equivalent of
" " arg2 " " ess-sas-submit-post-command)
(comint-send-input))
;;else
(ess-sas-goto-shell t)
;; (ess-sas-goto-shell t)
(ess-sas-cd)
; (insert "cd " (car (last (split-string (file-name-directory ess-sas-file-path)
;"\\([a-zA-Z][a-zA-Z]:\\|]\\)"))))
Expand Down

0 comments on commit 0e03c20

Please sign in to comment.