> With the "capture" version, you can also do > (tla--lambda-with-capture (x y z) > (... foo ... (capture foo) ... (capture (current-buffer))))
Could you explain what this does? > which I find more readable. (I've started to look at the lexical-let > option too) The advantage of lexical-let is that it uses a completely standard concept (lexical scoping and closures) which exists in many other languages (where their `let' behaves pretty much like Emacs's lexical-let). Stefan _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs