emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to remove the "read-only" property...


From: Stefan Monnier
Subject: Re: How to remove the "read-only" property...
Date: Sun, 28 Aug 2022 11:11:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> (condition-case err
>     (save-excursion
>       (set-text-properties (point-min) (point-max) nil))

Side note: `save-excursion` is of no use here.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]