[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] autosaving and compiling files
From: |
Sivaram Neelakantan |
Subject: |
Re: [AUCTeX] autosaving and compiling files |
Date: |
Mon, 30 May 2011 15:07:58 +0530 |
User-agent: |
Gnus/5.110017 (No Gnus v0.17) Emacs/23.3 (windows-nt) |
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
--