|
| From: | Stefan Monnier |
| Subject: | [Gnu-arch-users] Re: Dubious coding practice in xtla |
| Date: | Mon, 08 Nov 2004 17:23:41 -0500 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
> conflict; I sometimes prepend the name of the caller for this purpose,
> e.g.,
> (defun my-funny-function ()
> ...
> (let ((my-funny-function-var1 ...))
> (use-my-lambda (lambda () ... my-funny-function-var1 ...))))
I like to use `lexical-let' instead.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |