Closed ywwry66 closed 1 month ago
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.