[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66706: [PATCH] Automatic elisp dialect insertion
From: |
Stefan Monnier |
Subject: |
bug#66706: [PATCH] Automatic elisp dialect insertion |
Date: |
Mon, 23 Oct 2023 14:21:53 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> This patch inserts the lexical cookie in new Elisp files
> automatically. It helps users by making it less likely that they
> forget to add it, and eliminates some drudgery.
Yes, please,
> Their code will be more future-safe, and more robust and performant here and
> now.
I wouldn't make any claim about "performant": there are important cases
where we execute lexically scoped code more efficiently, but there are
also cases (hopefully less important) where the reverse is true.
Stefan
- bug#66706: [PATCH] Automatic elisp dialect insertion, Mattias Engdegård, 2023/10/23
- bug#66706: [PATCH] Automatic elisp dialect insertion,
Stefan Monnier <=
- bug#66706: [PATCH] Automatic elisp dialect insertion, Eli Zaretskii, 2023/10/23
- bug#66706: [PATCH] Automatic elisp dialect insertion, Stefan Kangas, 2023/10/23
- bug#66706: [PATCH] Automatic elisp dialect insertion, Mattias Engdegård, 2023/10/23
- bug#66706: [PATCH] Automatic elisp dialect insertion, Mattias Engdegård, 2023/10/24
- bug#66706: [PATCH] Automatic elisp dialect insertion, Eli Zaretskii, 2023/10/24
- bug#66706: [PATCH] Automatic elisp dialect insertion, Stefan Monnier, 2023/10/24
- bug#66706: [PATCH] Automatic elisp dialect insertion, Stefan Kangas, 2023/10/24
- bug#66706: [PATCH] Automatic elisp dialect insertion, Eli Zaretskii, 2023/10/24
- bug#66706: [PATCH] Automatic elisp dialect insertion, Stefan Monnier, 2023/10/25
- bug#66706: [PATCH] Automatic elisp dialect insertion, Stefan Kangas, 2023/10/25