On Tue, 08 Nov 2005 18:06:40 +0000, Jens Kubieziel wrote:

> Hi,
> 
> I looked up the manual, searched, read my emacs book but couldn't find a
> working solution. Hope you can give me a hint:
> I writing some scripts together with other people. There is a convention
> that all LaTeX-files have the extension .latex. When I open those files
> in Emacs they are not recognised by AUCTeX (also font-locking doesn't
> work). What variable should I change that AUCTeX works also with those
> files?

adding the following to your ~/.emacs ought to do it:

(setq auto-mode-alist (append '( "\\.latex'" .LaTeX-mode)) 
                                auto-mode-alist))

Mads


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to