> (add-to-list 'auto-mode-alist '("\\.mytype$" . html-mode))
It just doesnt work in my xemacs (21.4.4 sumo). Are you sure you didnt
make a typo? I'm "green" with lisp (OK, not that stupid to substitute
\\.mytype$ with \\.wml$)
I APOLOGIZE: I was too hasty. It does work, but highlighting was off.
It's OK now. Thanks a lot.
Take a look at sgml-indent-* variables, and set them to match your
preferences.
I was there before:
sgml-indent-step 2
sgml-indent-data t
(progn (sgml-indent-line) nil)
and must admit that havent concluded much... maybe I should look at lisp
once.
If you just want to tune fontification of keywords, take a look at
html-font-lock-keywords in psgml-html.el.
Correct and usefull.
thanks&bye
Dominique