emacs-devel
[Top][All Lists]
Advanced

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

Re: Inhibiting read-only


From: Stefan Monnier
Subject: Re: Inhibiting read-only
Date: Wed, 19 Jun 2013 16:25:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

LMI> I'd like to make the eww buffers read-only, but leave text input
LMI> fields editable.  (And then do processing of the alterations with
LMI> `insert-behind-hooks' or `after-change-functions'.)
> That sounds like how the Customize buffers work, yes?

Exactly, they set buffer-read-only to nil but then use
a before-change-function to signal an error when trying to modify
a non-text-widget area.


        Stefan



reply via email to

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