emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lexical binding


From: Juanma Barranquero
Subject: Re: Lexical binding
Date: Mon, 4 Apr 2011 23:56:23 +0200

On Mon, Apr 4, 2011 at 23:44, Stefan Monnier <address@hidden> wrote:

> Internally, the condition-case above is turned into
>
>  (condition-case :fun-body
>      (lambda () (ignore))
>    (quit (lambda (test) test))
>    (error (lambda (test) test)))

Aha, I understand.

> The main problem is
> that this warning is important to help convert programs from dynamic to
> lexical scoping, so it's an important tool and hence shouldn't be silenced
> too lightheartedly.

Yes, of course. I'm not complaining, just reporting problems.

    Juanma



reply via email to

[Prev in Thread] Current Thread [Next in Thread]