[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MacLISP/EMACS interface



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.