emacs-devel
[Top][All Lists]
Advanced

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

read-only overlays?


From: martin rudalics
Subject: read-only overlays?
Date: Fri, 02 Dec 2005 14:07:50 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

From the Elisp manual:

-- Variable: inhibit-read-only
     If this variable is non-`nil', then read-only buffers and,
     depending on the actual value, some or all read-only characters
     may be modified.  Read-only characters in a buffer are those that
     have non-`nil' `read-only' properties (either text properties or
     overlay properties).  *Note Special Properties::, for more
     information about text properties.  *Note Overlays::, for more
     information about overlays and their properties.

     If `inhibit-read-only' is `t', all `read-only' character
     properties have no effect.  If `inhibit-read-only' is a list, then
     `read-only' character properties have no effect if they are members
     of the list (comparison is done with `eq').

Is there a `read-only' overlay property?





reply via email to

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