emacs-devel
[Top][All Lists]
Advanced

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

RE: "reference to free variable" only during initialization


From: Drew Adams
Subject: RE: "reference to free variable" only during initialization
Date: Sun, 19 Feb 2017 07:58:59 -0800 (PST)

> > `(lambda () (setq modelinepos-region-acting-on  ',isearchp-reg-beg))
> > This uses isearch-reg-beg without checking if it's boundp (the other
> > occurences do have a boundp check first).
> 
> Ah! Well, this is interesting, I completely missed this usage. And after
> understanding it, I'm also somehow surprised that this is not showing up
> more often.

Thanks to Yuri for reporting the original problem and to Noam for
finding that missing boundp occurrence.  (Should be OK now.)



reply via email to

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