[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MacLISP/EMACS interface
- To: devon at MIT-ML
- Subject: MacLISP/EMACS interface
- From: Jon L White <JONL at MIT-MC>
- Date: Mon, 7 Dec 81 19:45:00 GMT
- Cc: BUG-EMACS at MIT-MC, BUG-MACLISP at MIT-MC
- Original-date: 7 December 1981 14:45-EST
From: DEVON@MIT-ML
Date: Thu, 12 Jun 81 22:06:42 GMT
Original-Date: 12/06/81 18:06:42 EDT
Subject:
is there a package that allows you to switch from ITS MacLisp
to Emacs by typing ^E, and from Emacs back to Lisp by typing ^Z,
in such a way that MacLisp will read in the Emacs buffer?
Many of us use the LISPT package -- you can just load it in like
(LOAD "LISP;LISPT FASL")
or let it be autoloaded if you simply do (LISPT). You can also do
(SSTATUS TTYINT #^E 'LISPT-EDIT-INTERRUPT)
to get an interrupt character set up for quick entry into the editor.
Once you get the editor started, you can use the APROPOS command
to see commands etc which have the substring LISPT in them.