From demmeln at in.tum.de Mon Aug 3 20:01:43 2009 From: demmeln at in.tum.de (Nikolaus Demmel) Date: Mon, 3 Aug 2009 22:01:43 +0200 Subject: [cl-walker-devel] Bug in the way macros are expanded Message-ID: Hi list, there is a bug in the expansion of macros, that are showed by a flet or similar. An example can be found there: http://paste.lisp.org/display/84685 The last line of the expansion should be something like "(foo 0)". The bug lies withing the walker-handler for application, and the way it determins whether something is a macro call or a function call. (As drewc from #lisp, the maintainer of arnesi, pointed out). I hope there is someone listening :-) Best regards, Niko Demmel