From xemacs-m  Tue Feb 18 10:00:38 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id KAA28375
	for <xemacs-beta@xemacs.org>; Tue, 18 Feb 1997 10:00:37 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa18451;
          18 Feb 97 10:57 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id KAA28970; Tue, 18 Feb 1997 10:57:41 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id KAA07581; Tue, 18 Feb 1997 10:57:41 -0500
Date: Tue, 18 Feb 1997 10:57:41 -0500
Message-Id: <199702181557.KAA07581@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: wmperry@aventail.com
Cc: xemacs-beta@xemacs.org
Subject: Re: Safe elisp functions?
References: <199702172311.PAA23394@newman>
	<199702172324.SAA05871@anthem.CNRI.Reston.Va.US>
	<199702181506.HAA25425@newman>
Reply-To: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
X-Attribution: BAW
X-Oblique-Strategy: Cut a vital connection
X-WWW-Homepage: http://www.python.org/~bwarsaw


>>>>> "WMP" == William M Perry <wmperry@aventail.com> writes:

    WMP> I couldn't find any good info on what exactly grail is
    WMP> allowed to do. I've got 0.3b2.  Does it let you do <script
    WMP> language=python>, or just <object>?

There's currently nothing analogous to the role of JavaScript,
although we will probably do something for 0.4 (perhaps even translate
JavaScript to Python).  Grail currently just ignores anything between
<SCRIPT></SCRIPT> tags.

For applets, Grail supports <APP> <APPLET> and <OBJECT>, with the
latter being the preferred route.

-Barry

