emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] flet / my-filt problem


From: Eric Schulte
Subject: Re: [O] flet / my-filt problem
Date: Tue, 31 Jul 2012 08:20:46 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Bastien <address@hidden> writes:

> Hi Eric,
>
> Eric Schulte <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]