help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Declaring a local dynamic variable?


From: Barry Margolin
Subject: Re: Declaring a local dynamic variable?
Date: Mon, 23 Sep 2013 17:17:33 -0400
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article 
<slrnl40qtk.31s.joostkremers@j.kremers4.news.arnhem.chello.nl>,
 Joost Kremers <joostkremers@yahoo.com> wrote:

> Andreas Röhler wrote:
> > Am 20.09.2013 22:59, schrieb Barry Margolin:
> >> This isn't a style warning. Often the reason is mistyping a local
> >> variable name.
> >>
> >> (let ((foobar ...))
> >>     ...
> >>     (blah fobar)
> >>     ...)
> >>
> >
> > This is another case. IIUC there was nothing wrong with the OP's example.
> 
> Well, it would be great if the byte compiler could distinguish between
> the two cases, but apparently it's not. So I guess the question comes
> down to how easy/difficult would it be to implement a compiler that can?

On what basis would it distinguish them? Search all packages to see if 
any of them declare the variable?

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


reply via email to

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