> there is also "let" form to bind local variables.

I suppose you're referring to the standard let form in lisp? Something
like:

    (let ((foo 1))
      (+ foo 2))

The point is though that emacs with its dynamic scoping embraces the
possibility that users adapt libraries to their likings and nothing
is
hidden from them. It's quite some time since I used emacs for the
last
time, so I have to guess that this is still true?

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to