top | item 20705090 (no title) bathyspheric | 6 years ago Emacs Lisp is still dynamically scoped, no? discuss order hn newest Jtsummers|6 years ago https://www.gnu.org/software/emacs/manual/html_node/elisp/Us...Since Emacs 24.1 (had to look up the version), it's been possible to enable lexical scope for a file or buffer. The default is still dynamic scope, and dynamic scope can be achieved even after enabling lexical scope with certain conditions. Impl0x|6 years ago I believe so, yes.
Jtsummers|6 years ago https://www.gnu.org/software/emacs/manual/html_node/elisp/Us...Since Emacs 24.1 (had to look up the version), it's been possible to enable lexical scope for a file or buffer. The default is still dynamic scope, and dynamic scope can be achieved even after enabling lexical scope with certain conditions.
Jtsummers|6 years ago
Since Emacs 24.1 (had to look up the version), it's been possible to enable lexical scope for a file or buffer. The default is still dynamic scope, and dynamic scope can be achieved even after enabling lexical scope with certain conditions.
Impl0x|6 years ago