Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!apple!sun-barr!texsun!pollux!ti-csl!m2!gateley From: gateley@m2.csc.ti.com (John Gateley) Newsgroups: comp.lang.lisp Subject: Re: Simple question RE nested DEFUNs Message-ID: <86124@ti-csl.csc.ti.com> Date: 1 Aug 89 03:39:30 GMT References: <89Jul31.114325edt.11243@ephemeral.ai.toronto.edu> <979@accuvax.nwu.edu> Sender: news@ti-csl.csc.ti.com Reply-To: gateley@m2.UUCP (John Gateley) Organization: TI Computer Science Center, Dallas Lines: 11 In article <979@accuvax.nwu.edu> Krulwich@eecs.nwu.edu (Bruce Krulwich) writes: >... Additionally, the semantics of >DEFUN are clear: it always defines a global function. Not true: defun is a top level form; its semantics are defined only in the case where it appears at top level (see CLtL chap 5). In the case mentioned in the original article, the defun does not appear at top level. John gateley@m2.csc.ti.com