Skip to content

Commit f5f54f2

Browse files
committed
setup ess-tracebug when invoked via ess-remote
This is necessary to configure the MPI handler to run regularly
1 parent a545141 commit f5f54f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/essd-els.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ DIALECT is the desired ess-dialect. If nil, ask for dialect"
154154
(ess-eval-linewise (format "options(pager='%s')\n"
155155
(or inferior-ess-remote-pager inferior-ess-pager))
156156
nil nil nil 'wait)
157-
(ess-r-load-ESSR))
157+
(ess-r-load-ESSR)
158+
(when ess-use-tracebug (ess-tracebug 1)))
158159

159160
(when (equal ess-dialect "S+")
160161
(ess-command ess-S+--injected-code))

0 commit comments

Comments
 (0)