Author: Lennart Borgman (gmail)Lennart Borgman (gmail) Date: Jul 9, 2008 07:11
Florian.Lindner@xgm.de wrote:
> On 5 Jul., 08:14, Volkan YAZICI gmail.com> wrote:
>> On Jul 4, 10:57 pm, Florian.Lind...@xgm.de wrote:
>>
>>> Hello,
>>> I'm using a simple template language that is embedded in HTML. Can I
>>> change the words that cause an indention in Emacs HTML mode? For
>>> example: indent after {%% for whatever in whatever %%} and unindent {%%
>>> endfor %%}.
>> See `sgml-indent-line' and `sgml-calculate-indent' functions in lisp/
>> textmodes/sgml-mode.el in the emacs source tree. Also, a rough look at
>> the whole of the sgml-mode.el will give your a clear idea. You can add
>> your customized indentation routines as a minor mode hooked into sgml-
>> mode.
>
> Ok, that sound like it is far beyond my knowledge... ;-)
Hi Florian,
|