On Sun, May 29 2011,Ralf Angeli wrote: > * Sivaram Neelakantan (2011-05-29) writes: > >> Is there a way to customise or automatically save the file before >> compiling? I'd rather not be asked to save the file before hitting >> C-c C-c; if it's not saved, save it and compile is what I'd prefer. >> Is there a way to set this behaviour,please? > > Customize `TeX-save-query' as described in > (info "(auctex)Selecting a Command") <-- Type `C-x C-e' here
(setq TeX-save-query nil) did exactly that. Thanks for the tip. sivaram -- _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
