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: Bastien
Subject: Re: [O] flet / my-filt problem
Date: Tue, 31 Jul 2012 10:05:05 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

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!"))

-- 
 Bastien



reply via email to

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