On 2009-02-27 01:19 (-0800), Tom wrote: > In emacs, all variables are global and users are supposed to tinker > with "plugins" and to amend it in whichever way they want to. In > smalltalk, IIRC everything is globally accessible either and they do > well.
Variables may have also buffer-local, window-local etc. binding. Functions' parameters are bound locally and then there is also "let" form to bind local variables. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
