-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration test case recorder #115
Comments
22th Morning Tsoding has shown that I know nothing about functions in Emacs Lisp and their relationships with lexical scoping. :) So, I think I have to read something about that before the next stream. |
Ok, on the stream I wanted to implement higher order functions that take another functions and instrument them to enable action recording. I think this is what I should have read before that :) http://www.gnu.org/software/emacs/manual/html_node/elisp/Closures.html |
The most interesting part for me:
So looks like there are three things that we have to distinguish:
Anonymous Functions: http://www.gnu.org/software/emacs/manual/html_node/elisp/Anonymous-Functions.html |
Anyway, I think we have to enable lexical binding for all the modules. |
Extracted from #77
The text was updated successfully, but these errors were encountered: