lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
518 stars 37 forks source link

Explicitly set lexical-binding #117

Closed tarsius closed 7 months ago

tarsius commented 8 months ago

Explicitly set lexical-binding to nil. To avoid surprises we don't set it to t. Beginning with Emacs 30, this variable has to be set explicitly in every file, else the byte-compiler complains.

LemonBreezes commented 7 months ago

Explicitly set lexical-binding to nil. To avoid surprises we don't set it to t. Beginning with Emacs 30, this variable has to be set explicitly in every file, else the byte-compiler complains.

Hi Tarsius. I'm pretty sure all of Lewang's packages are abandoned. For one, he has had no activity on his GitHub for 2 years, and also, even Hlissner made his own fork of ws-butler for Doom Emacs: image

PythonNut commented 7 months ago

Well, at least I am here. I checked and there are no surprises in #116, so I merged that instead.