Re: still unsolved macro problem

2000-09-06 Thread Mikael Djurfeldt
Dirk Herrmann <[EMAIL PROTECTED]> writes: > I remember that the last time this bug was reported, the conclusion was > that this would require changes to psyntax.ss or so. Since I did not > understand anything within the corresponding files, I did not look any > further into it. Thanks for the b

still unsolved macro problem

2000-09-06 Thread Dirk Herrmann
The following test case still fails: (expect-fail "application of macro" (let ((f (lambda (p a b) (p a b (catch 'wrong-type-arg (lambda () (let ((foo (procedure-source f))) (f and #t #t) (equal? (procedure-source f) foo)))