Marius Hofert <[email protected]> writes: Hi Marius,
> If (for some reason) there is a LaTeX process still running and if a > new one is initiated, one is asked whether the old process should be > killed. Is there a way to disable this question and always choose > "yes"? We could add a variable for this, but I really don't think that was a good idea. What you can do is putting (fset 'yes-or-no-p 'y-or-n-p) in your ~/.emacs. Then, every yes-or-no query will be a y-or-n query which is faster to type. Bye, Tassilo _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
