We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f0319 commit 84bb98fCopy full SHA for 84bb98f
lisp/ess-inf.el
@@ -858,6 +858,10 @@ to `ess-completing-read'."
858
(if (or auto-started?
859
(and (not ask-if-1)
860
(= 1 num-processes)
861
+ (unless (equal (plist-get (ess-r-project-info) :name)
862
+ (plist-get (buffer-local-value
863
+ 'ess-r-project--info-cache
864
+ (get-buffer (car proc-buffers))) :name)))
865
(message "Using process `%s'" (car proc-buffers))))
866
(car pname-list)
867
(unless (and ess-current-process-name
0 commit comments