Hello,<div>I do not understand here how (in Cocoa IDE, Alt-Console debug session) there does and</div><div>yet does not seem to be a function :RETURN-FROM-FRAME</div><div>I've never used that command before, hence some syntactic fumbling, but this seems very odd</div><div>and I wonder if anyone can shed light on</div><div>a) how I should use it</div><div>b) how come it is undefined yet knows how many args it expects</div><div><br></div><div>Arthur</div><div><br></div><div><div>1 > (:return-from-frame 1 nil)</div><div>> Error: Undefined function CCL::RETURN-FROM-FRAME called with arguments (-65822028 NIL) .</div><div>> While executing: CCL::CHECK-TOPLEVEL-COMMAND, in process Eval-Queue(7).</div><div>> Type :GO to continue, :POP to abort, :R for a list of available restarts.</div><div>> If continued: Retry applying CCL::RETURN-FROM-FRAME to (-65822028 NIL).</div><div>> Type :? for other options.</div><div>2 > :pop</div><div><br></div><div>1 > :return-from-frame</div><div>> Error: Too few arguments in call to #<Compiled-function CCL::RETURN-FROM-FRAME (Non-Global)  #x81A827E>:</div><div>>        0 arguments provided, at least 1 required. </div><div>> While executing: CCL::RETURN-FROM-FRAME, in process Eval-Queue(7).</div><div>> Type :POP to abort, :R for a list of available restarts.</div><div>> Type :? for other options.</div><div>2 > :pop</div><div><br></div><div>1 > :return-from-frame 1 nil</div><div>> Error: Undefined function CCL::RETURN-FROM-FRAME called with arguments (-65822028 NIL) .</div><div>> While executing: CCL::CHECK-TOPLEVEL-COMMAND, in process Eval-Queue(7).</div><div>> Type :GO to continue, :POP to abort, :R for a list of available restarts.</div><div>> If continued: Retry applying CCL::RETURN-FROM-FRAME to (-65822028 NIL).</div><div>> Type :? for other options.</div><div>2 > </div></div>