You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Answer y to the prompt "Delete all buffers associated with process R?"
Answer n to the prompt "Save workspace image?"
The value ask does trigger the prompt, but it does not kill any buffers associated with R. Setting ess-S-quit-kill-buffers-p to t does not kill the buffers either. I have also tried setq inferior-R-args "--no-save", and the result is the same.
The text was updated successfully, but these errors were encountered:
I misunderstood the purpose of ess-S-quit-kill-buffers-p. It is supposed to only kill those R script buffers associated with the R process, but leaves the process buffer itself untouched. It actually works as intended.
To reproduce:
ess-S-quit-kill-buffers-p
toask
R
session byM-x R
R
by callingess-quit
.y
to the prompt "Delete all buffers associated with process R?"n
to the prompt "Save workspace image?"The value
ask
does trigger the prompt, but it does not kill any buffers associated withR
. Settingess-S-quit-kill-buffers-p
tot
does not kill the buffers either. I have also triedsetq inferior-R-args "--no-save"
, and the result is the same.The text was updated successfully, but these errors were encountered: