|
| From: | Satoshi Yoshida |
| Subject: | Re: Strip signature on reply without standard separator |
| Date: | Mon, 26 Sep 2022 16:56:49 +0900 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Michael Heerdegen <michael_heerdegen@web.de> writes: > Most of the time this is not a problem at all. All Emacs sources were > converted to lexical binding like this. There are not many parts that > need special treatmeant - most of the stuff causing trouble hints at > problems and errors and style issues you should fix anyway. > > If you care about your code you should do this conversion sooner or > later. Support for dynamical binding doesn't get better, and it has > advantages: you get better warnings and more efficient code. Thank you very much. It was really easy to understand. I'll premise lexical binding on coding elisp. -- Satoshi Yoshida
| [Prev in Thread] | Current Thread | [Next in Thread] |