minus-squareatnar@alien.topBtoEmacs@communick.news•Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ?linkfedilinkEnglisharrow-up1·1 year agoSimplest way to achieve this is by getting recompile-on-save to recompile for you. Because your process is long-running, also configure compilation-always-kill to be t. You might also want to set compilation-ask-about-save as nil. linkfedilink
Simplest way to achieve this is by getting recompile-on-save to recompile for you. Because your process is long-running, also configure
compilation-always-kill
to bet
.You might also want to set
compilation-ask-about-save
asnil
.