emacs-devel
[Top][All Lists]
Advanced

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

Re: master 80e2647: * lisp/filesets.el: Use lexical-binding


From: Stefan Monnier
Subject: Re: master 80e2647: * lisp/filesets.el: Use lexical-binding
Date: Fri, 12 Mar 2021 11:59:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Now, filesets.el is a twisty maze of functions, but this seems to be
> called via the `filesets-commands' alist, and `filesets-cmd-get-def'
> which is called from `filesets-cmd-get-fn', which is called from
> `filesets-run-cmd'.  Which binds `files' lexically, but is probably what
> `filesets-cmd-isearch-getargs' is trying to access?
>
> I'm not really confident about that analysis, though...

Ah the wonderful world of dynamic scoping ;-)
I agree with your analysis and pushed a patch that presumes you
were right.


        Stefan




reply via email to

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