* Jason Lewis (2009-04-01) writes: > I am writing a program in Template Toolkit that dynamically generates > LaTeX. I currently edit this .tt file using AUCTeX mode in emacs. > > Is there a way I can get AUCTeX to ignore everything between the > Template Toolkit delimiters of [% and %] and not mark that up at all?
Maybe a mode for using multiple major modes in a single buffer could do the trick. MMM mode would be one of those. I'm not sure how well this copes with syntactic fontification, though. But at least you would be able to use different editing commands in the different regions. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
