auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] About templates


From: auxsvr
Subject: [AUCTeX-devel] About templates
Date: Mon, 5 May 2008 13:32:42 +0300
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

Hi,

I wanted to use templates for latex files, so I tried the solution Ralf Angeli 
proposed some months ago in this mailing list. The problem with it is that 
loading auctex 11.85 causes (add-hook 'find-file-hook 'auto-insert) to fail, 
that is, evaluating find-file-hook when the buffer opens shows no sign of 
auto-insert and no text is added to the buffer. I managed to work around this 
by using 

(add-hook 'find-file-not-found-functions 'auto-insert)
(TeX-tex-mode) 

instead, which works so far, yet doesn't look optimal (actually it causes 
*scratch* to start in latex-mode). Am I the only one with this problem?

By the way, you may count me as a user of the tex-omega mode, although I'm 
thinking about moving to xetex when it becomes less buggy.

Regards




reply via email to

[Prev in Thread] Current Thread [Next in Thread]