[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: indenting in html
|
From: |
Stefan Monnier <address@hidden> |
|
Subject: |
Re: indenting in html |
|
Date: |
10 Sep 2002 14:19:43 -0400 |
|
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Dominique" == Dominique <address@hidden> writes:
> i'm new to emacs, although I know xemacs a bit. I have problems with
> indenting in html file. It just doesnt work - unlike xemacs, it doesn't
> indent lines when I press TAB.
The development version of Emacs (available from savannah's CVS repository)
does offer automatic indentation. But Emacs-21.[123] doesn't have
this feature.
> Another thing: is it easy to create my own highlighting/indenting scheme for
> my custom language?
Indenting is often fairly tricky, which is why it took so long for
sgml-mode to offer it.
Stefan