Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!uky.edu!news.cuny.edu!nntp.upenn.edu!news.misty.com!news-feed.inet.tele.dk!Cabal.CESspool!bofh.vszbr.cz!howland.erols.net!news1.chicago.iagnet.net!qual.net!iagnet.net!nac!nntp.teleport.com!news.teleport.com!not-for-mail
From: John Tobey <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: [ANNOUNCE] Emacs::Lisp 0.3 and emacs-20.2 patch
Followup-To: comp.lang.perl.modules
Date: 11 Feb 1998 22:50:14 GMT
Organization: Channel 1 Communications
Lines: 72
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:68 comp.lang.perl.modules:1818

File: emacs-20.2-perlmacs-0.3.readme

##################################################################
###### CAUTION ###### CAUTION ###### CAUTION ###### CAUTION ######
##################################################################
#######                                                    #######
#######   THIS IS ALPHA SOFTWARE.  USE AT YOUR OWN RISK!   #######
####### EVERYTHING ABOUT THIS CODE IS SUBJECT TO CHANGE!!! #######
#######                                                    #######
##################################################################
###### CAUTION ###### CAUTION ###### CAUTION ###### CAUTION ######
##################################################################

WHAT
----
$CPAN/authors/id/JTOBEY/emacs-20.2-perlmacs-0.3.pl.gz, a patch for GNU
Emacs 20.2 to embed Perl 5.004.  Includes module "Emacs::Lisp".

WHY
---
The goal is to allow Emacs modules and customization code to be
written in Perl, as well as Emacs Lisp.  As of this ALPHA version, not
all features are implemented, documentation is incomplete, and
examples are lacking.

The task at hand is to discuss possible uses and interface details.
Anyone want to set up a mailing list or newsgroup?  Please email me if
you would like to do this.

HOW
---
You must first install PERL VERSION 5.004.  Although I have never
tried it with 5.003 or 5.0045+, I doubt that it would work and am not
ready to support these.

Your perl must have working ExtUtils::Embed and ExtUtils::MakeMaker
capabilities.  If not, the configure script will exclude Perl support,
and you will have essentially standard GNU Emacs.

Retrieve and untar the Emacs distribution; for example:

  ftp://prep.ai.mit.edu/pub/gnu/emacs-20.2.tar.gz
  ftp://sunsite.unc.edu/pub/gnu/emacs-20.2.tar.gz

Retrieve the patch (see above).  Then do

  cd emacs-20.2
  gzip -dc ../emacs-20.2-perlmacs-0.3.pl.gz |perl
  ./configure
  make

and, if you're the adventurous type,

  make install

Most of the documentation is in perl/Emacs-Lisp/Lisp.pm and should be
accessible after installation via

  perldoc Emacs::Lisp


CAVEAT
------
This is not meant to be tried on anything other than Unix-like
systems.  However, if you get it to work on non-unix, I would be
delighted to hear about it!

Cheers,
John
[email protected]