Dear Gus,
this really helped me!
i added to my .xemacs-custom file:
; mmm-mode (for embperl, etc)
(require 'mmm-mode)
; .html is already associated with html-mode
(add-to-list 'auto-mode-alist '("\\.epl\\'" . html-mode))
; to have syntaxhighlightning etc. for perl:
(add-to-list 'auto-mode-alist '("\\.epl\\'" . perl-mode))
(mmm-add-mode-ext-class 'html-mode "\\.epl\\'" 'embperl)
(mmm-add-mode-ext-class 'html-mode "\\.html\\'" 'embperl)
(setq mmm-global-mode 'maybe)
thanks a lot!!!
Gerhard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]