lisp - (Emacs) Text is read only? - Stack Overflow
[https://stackoverflow.com/questions/24565068/emacs-text-is-read-only] - - public:mzimmerm
Json mode in emacs 29.1 seems to always place text as read only, and not let edit: “Text is read-only“. This describes the fix: (let ((inhibit-read-only t)) (set-text-properties (point-min) (point-max) ()))