[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#15231: 24.3.50; eshell: variable `name' treated different from other
From: |
Stefan Monnier |
Subject: |
bug#15231: 24.3.50; eshell: variable `name' treated different from other variables |
Date: |
Thu, 12 Sep 2013 16:16:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
>> I've just tried to convert Eshell to use lexical-binding and it appears
>> that this problem would indeed be fixed by such a change (if someone has
>> some kind of test suite for Eshell it would be very helpful, since
>> changing it to use lexical-binding is not completely trivial and might
>> introduce unexpected regressions).
> There is test/eshell.el. Btw, shouldn't it be moved to test/automated/ ?
Cool, indeed. I moved the file, added a test to catch this bug, and
changed Eshell to use lexical-binding.
Stefan