Bastien <b...@gnu.org> writes: > Hi Eric, > > Eric Schulte <eric.schu...@gmx.com> writes: > >> Does the attached patch resolve this bad behavior? > > Can't we just get rid of org-flet in this case? > > With simply let-defining the temporary function? > > (let ((f (lambda(x) (message x)))) > (funcall f "Hello!"))
This is exactly the tact taken by my previous patch, I'm still not sure why it didn't work. Regardless, I've just pushed up a fix which replaces the named function with an anonymous lambda-expression. I've also pushed up a test case which exercises this function. Everything now seems to be working. Best, -- Eric Schulte http://cs.unm.edu/~eschulte