You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Michael Blakeley <mi...@blakeley.com> on 2000/06/08 03:36:47 UTC

embperl and xemacs

Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el 
and mmm-embperl.el from the links on 
http://perl.apache.org/embperl/Embperl.pod.17.html but trying to use 
it just gets me:
	Autoloading failed to define function mmm-embperl

My .emacs file goes like:
	(require 'mmm-embperl)
	(autoload 'mmm-embperl "mmm-embperl" "HTML::Embperl Mode" t)

$ xemacs --version
XEmacs 21.1 (patch 10) "Capitol Reef" [Lucid] (sparc-sun-solaris2.6)

Thanks for any tips.
-- Mike

Re: embperl and xemacs

Posted by Michael Blakeley <mi...@blakeley.com>.
At 2:45 PM -0700 6/8/2000, Tom Lancaster wrote:
>I couldn't get the files from his tripod site - just got the html of the
>page they were on. If you have the .el's, could you send them to me?

Yep - some messed-up cookies code, I think. I couldn't get lynx or 
wget to work, even when telling lynx to accept the cookies. Netscape 
did ok, though, despite my "only to originating server" cookie 
setting. Maybe some JS?

Anyway I've taken the liberty of placing both files in
	http://www.blakeley.com/mmm-embperl.tar.gz
They're small, but I hate to see binary attachments on mailing lists.

-- Mike

Re: embperl and xemacs

Posted by Tom Lancaster <to...@iqualify.com>.
I couldn't get the files from his tripod site - just got the html of the
page they were on. If you have the .el's, could you send them to me?

Thanks,

Tom

Michael Blakeley wrote:
> 
> Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el
> and mmm-embperl.el from the links on
> http://perl.apache.org/embperl/Embperl.pod.17.html but trying to use
> it just gets me:
>         Autoloading failed to define function mmm-embperl
> 
> My .emacs file goes like:
>         (require 'mmm-embperl)
>         (autoload 'mmm-embperl "mmm-embperl" "HTML::Embperl Mode" t)
> 
> $ xemacs --version
> XEmacs 21.1 (patch 10) "Capitol Reef" [Lucid] (sparc-sun-solaris2.6)
> 
> Thanks for any tips.
> -- Mike
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org

Re: embperl and xemacs

Posted by Dirk Lutzebaeck <lu...@aeccom.com>.
Michael Blakeley writes:
 > Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el 
 > and mmm-embperl.el from the links on 
 > http://perl.apache.org/embperl/Embperl.pod.17.html but trying to use 
 > it just gets me:
 > 	Autoloading failed to define function mmm-embperl
 > 
 > My .emacs file goes like:
 > 	(require 'mmm-embperl)
 > 	(autoload 'mmm-embperl "mmm-embperl" "HTML::Embperl Mode" t)
 > 
 > $ xemacs --version
 > XEmacs 21.1 (patch 10) "Capitol Reef" [Lucid] (sparc-sun-solaris2.6)

Mine is working here (21.1.8). You also need mmm.el. Is mmm-embperl.el
in your load-path?

Dirk