Using the latest arnesi. (Same behavior with arnesi darcs from Aug 7). Embedding a call/cc withing a with-call/cc does not seem to complete the execution. (with-call/cc (call/cc (lambda (cc) ())) 3) returns nill but should return 3 Will