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
huh, maybe this isn't a bug. weirdly, it shouldn't really matter - the second time around all the necessary files should already have been compiled.
This probably is cause compilation-start is asynchronous, and the hook is run twice only milliseconds apart. So the second time around, it compilation probably still hasn't finished.
This is because
term-mode-hook
seems to be running twice, which you can confirm inemacs -q
with:Then running
M-x term
(oransi-term
) and checking the*Messages*
buffer, which shows two separate messagesTIME: ...
messages.The text was updated successfully, but these errors were encountered: