Is it possible to pass the -yes flag to the recompile command in emacs?
Sorry my complete lack of (e) lisp know-how. I'm tired of going beyond Emacs to compile my latex code, so I added the following key binding to my .emacs:
(global-set-key (kbd "<f12>") 'recompile);
Is it possible to automatically answer βyesβ to the following prompt, which may appear: βThe compilation process is running, kill it (yes or no)β.
In addition, you can open the window that will be displayed and display the output for automatic scrolling down. Interesting stuff is usually there. Perhaps it is possible to link the following command after recompilation: "Cx o, end of buffer".
Thanks!
emacs elisp
qonf
source share