On Wed, 2002-09-11 at 17:12, Dominique wrote:
I see no general forum for users in English so I write here.
Cool, you could also try the comp.emacs.xemacs newsgroup.
Thanks for good job you are doing (I mean xemacs)
Thanks:)
I have the following problems:
1) how do I change default indenting in psgml-html mode. I cannot trace
it down.
Take a look at sgml-indent-* variables, and set them to match your
preferences.
2) how do I enable html indenting/highlighting for other filetypes
(*.mytype)
Put this to your ~/.xemacs/init.el:
(add-to-list 'auto-mode-alist '("\\.mytype$" . html-mode))
and eventually slightly customize it (add 1-2 additional
keywords etc.)
If you want to add new tags, grab a HTML DTD, extend it, change the
DOCTYPE and tell psgml(-html) to use it.
If you just want to tune fontification of keywords, take a look at
html-font-lock-keywords in psgml-html.el.
3) I have installed html-helper-mode from
http://www.gest.unipd.it/~saint/hth.html. It works just fine with my
emacs 21.1.1. However when I try to run it with xemacs (XEmacs 21.4
(patch 4), which came with my suse8) I get an error: file mode
specification error: (void variable html-tagface). I am not familar
enough with lisp/xemacs to handle that
Can't help you with that, sorry.
HTH,
--
\/ille Skyttä
ville.skytta at
xemacs.org