|
From: | Michael Heerdegen |
Subject: | Re: [SOLVED] |
Date: | Tue, 26 Jul 2022 00:37:49 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Uwe Brauer <oub@mat.ucm.es> writes: > Well I tried > > (defadvice set-property (before removeproperties activate) > "Remove all text properties before setting the property" > (let ((inhibit-read-only t)) > (set-text-properties (region-beginning) (region-end) nil))) > > But it did not work Wouldn't it be appropriate to refresh your knowledge about advices? Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |