[Python-ideas] Jump to function as an an alternative to call function
Jonathan Fine
jfine2358 at gmail.com
Fri Aug 17 04:51:30 EDT 2018
Jacob Solinsky wrote:
> So when getx is executed inside a let form, if it tries to read/write the
> value of X it interacts with the X entry in the let form's symbol table
> before moving to find X in the global environment, right?
The context for this is two (very useful) URLs I sent him off list:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Dynamic-Binding.html
https://www.gnu.org/software/emacs/manual/html_node/elisp/Variable-Scoping.html
--
Jonathan
More information about the Python-ideas
mailing list