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

Suggestion



In Zwei in System 78.34, ZMail 38.5, Experimental Macsyma 22.0, microcode 836, Macsyma, on Lisp Machine Ten:

It would be nice if ZWEI could interact with functions that have been defined only in the
interpreter.  In other words, you should be able to do:

  (defun foo (bar) .... )
  (ed 'foo)

and have ZWEI put you in a buffer (in Lisp mode, of course) called "FOO's definition" or
something like that, with the function definition GRINDEF'ed out.  Of course, it wouldn't
exactly the right thing for DEFMACROs.

bob