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

Re: Bug in Lisp 1831 with RENAMEF



How about fixing DEFUN& to produce "displaced" code which the grinder can
know about and re-display in the non-ugly form?  I.e. expand into something
like:
(LAMBDA +INTERNAL-LEXPR-LAMBDA-VAR
   (COMMENT ORIGINAL FORM = <original-form>)
   <hairy ugly expanded code>)