emacs-devel
[Top][All Lists]
Advanced

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

Re: Lexical byte-compilation warnings cleanup


From: Stefan Monnier
Subject: Re: Lexical byte-compilation warnings cleanup
Date: Tue, 20 Aug 2013 16:41:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Excuse me for not following the thread and perhaps not understanding what
> you say here.  Are you saying that if `lexical-binding' is non-nil then
> a function parameter whose name is the same as a dynamically scoped
> variable is "not allowed" or does not refer to that variable?

Indeed, it does not refer to the dynamically bound variable.

> That would be counter to how Common Lisp works, and I thought (and I hope)
> that our aim was (is) to use the way Common Lisp marries lexical and
> dynamic binding as our model.

Elisp is not Common-Lisp.


        Stefan



reply via email to

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