help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Unsure of error in passing an anonymous function to another function


From: Rusi
Subject: Re: Unsure of error in passing an anonymous function to another function
Date: Sat, 15 Aug 2015 20:05:47 -0700 (PDT)
User-agent: G2/1.0

On Sunday, August 16, 2015 at 8:27:04 AM UTC+5:30, Ian Zimmerman wrote:
> On 2015-08-15 21:44 -0500, Grant Rettke wrote:
> 
> > What am I doing wrong?
> 
> Elisp is not Scheme (sadly).  Function bindings are separate from
> variable bindings.  To use the function binding you need funcall (which
> see in the docs).

Funcall is the solution
The problem is elisp is a lisp-2; See
http://www.nhplace.com/kent/Papers/Technical-Issues.html


reply via email to

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