[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: emacs mode
- From: Stephane Bortzmeyer <nospam@thanx>
- Date: Mon, 01 Feb 1999 09:54:55 +0100
On Saturday 30 January 1999, at 19 h 6, the keyboard of Jan Ulrich Hasecke
<juh@pironet.de> wrote:
> Is there an emacs mode for wml? Or does anybody know, what I must put into
> ..emacs, to put on the html-mode, when I edit a wml-File?
It has been discussed on the list already... and dismissed because, since WML
is made of several different languages, the WML mode would have to be able to
switch to Perl-mode when editing ePerl, HTML-mode when editing plain HTML,
M4-mode...
Otherwise, to use HTML mode only, put this in ~/.emacs:
(setq
auto-mode-alist (append '(
("\\.wml" . html-mode))
auto-mode-alist)
)
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com