Advertisement
Guest User

Elisp dynamically varying scoping

a guest
Sep 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Emacs 24 introduced lexical scope for variables to Emacs
  2. Lisp. However, rather than provide it via a new form, say llet or
  3. whatever, the buffer local variable `lexical-binding' was
  4. introduced to switch the behaviour of binding forms. This is an
  5. unfortunate situation because the semantics of a piece of code
  6. depend on the value of a buffer local variable at the time of
  7. evaluation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement