commit 26e3c9d598bbefbf8862b0aa135dbed6ed0f2089
parent 68858ad56ad3e92d19ba7a729501d62ea5cb625f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 1 Feb 2025 17:35:42 +0100
Celebrate the end of unexec & pure space
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org
@@ -18,6 +18,18 @@ keeping track of the changes /I/ am excited about.
The option can be set to kill either [[info:emacs#Words][an Emacs word]] (major-mode
dependant) or a [[info:readline#Commands For Killing][readline word]] (whitespace-separated).
+** Elisp
+*** So long /pure storage/ 🫡
+This release does away with pure space, removing one of these subtle
+bits of [[info:elisp#GNU Emacs Internals][{{{eldritch(the Internals)}}}]] that I usually ignore while
+noodling in the Lisp Happy Lands of Immediate Feedback, and get
+reminded of either when ~make bootstrap~ tuts at my patch, or when a
+reviewer does 🫤
+
+Nice that we no longer need to figure out which strings to ~purecopy~,
+that we can always use ~define-key~ and forget about
+~bindings--define-key~, that ~defconst~ no longer poses pure-copying
+hazards…
** Programming
*** tree-sitter
**** Finer sexp movement (bug#73404)