On Tue, Feb 05, 2002 at 03:47:25PM +0100, gerhard.egger wrote:
> I've got the same problem installing mmm-mode with (x)emacs as Michael
> Blakeley had here: www.ecos.de/~mailarc/embperl/2000-06/msg00041.html
> 
> (Autoloading failed to define function mmm-embperl)
> 
> is there anyone who got this thing up and running and could tell us how?

i use mmm-mode all the time and it works (almost) fine.

there was a major version change at some point, and i'd be surprised
if a description from 2000 would work with the current mmm-mode.

the current mmm-mode doesn't need any explanation beyond the existing
info docs (at least, imo) - so you might want to check in there.


i use *.epl and *.html files with embperl, so i have this in my
~/.xemacs/init.el:

; mmm-mode (for embperl, etc)
(require 'mmm-mode)
; .html is already associated with html-mode
(add-to-list 'auto-mode-alist '("\\.epl\\'" . html-mode))
(mmm-add-mode-ext-class 'html-mode "\\.epl\\'" 'embperl)
(mmm-add-mode-ext-class 'html-mode "\\.html\\'" 'embperl)
(setq mmm-global-mode 'maybe)

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to