diff options
| author | Eli Zaretskii | 2015-12-01 18:11:11 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-01 18:11:11 +0200 |
| commit | e702ab8d843dd416b6721c2e05be832d69ad1977 (patch) | |
| tree | b552c398e0b4d0ff44ad8049ab162c354e5541fb /etc | |
| parent | 628d0063f8dbd238df4103c84112f3a19315f590 (diff) | |
| download | emacs-e702ab8d843dd416b6721c2e05be832d69ad1977.tar.gz emacs-e702ab8d843dd416b6721c2e05be832d69ad1977.zip | |
Document 'inhibit-read-only' property
* doc/lispref/text.texi (Special Properties): Describe the new
'inhibit-read-only' text property. Add cross-reference to where
read-only buffers are described.
* doc/lispref/buffers.texi (Read Only Buffers): Mention that
'inhibit-read-only' property exempts text from being read-only.
Add cross-reference to "Special Properties".
* etc/NEWS: Move the entry about 'inhibit-read-only' property to
its place and mark it documented.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -181,9 +181,6 @@ for use in Emacs bug reports. | |||
| 181 | hiding character but the default `.' can be used by let-binding the | 181 | hiding character but the default `.' can be used by let-binding the |
| 182 | variable `read-hide-char'. | 182 | variable `read-hide-char'. |
| 183 | 183 | ||
| 184 | ** A new text property `inhibit-read-only' can be used in read-only | ||
| 185 | buffers to allow certain parts of the text to be writable. | ||
| 186 | |||
| 187 | ** A new function `directory-files-recursively' returns all matching | 184 | ** A new function `directory-files-recursively' returns all matching |
| 188 | files (recursively) under a directory. | 185 | files (recursively) under a directory. |
| 189 | 186 | ||
| @@ -1142,8 +1139,12 @@ process filter, sentinel, etc., through keyword arguments (similar to | |||
| 1142 | 1139 | ||
| 1143 | +++ | 1140 | +++ |
| 1144 | ** New variable `inhibit-message', when bound to non-nil, inhibits | 1141 | ** New variable `inhibit-message', when bound to non-nil, inhibits |
| 1145 | `message' and related functions from displaying messages the Echo | 1142 | `message' and related functions from displaying messages the Echo |
| 1146 | Area. The output is still logged to the *Messages* buffer. | 1143 | Area. The output is still logged to the *Messages* buffer. |
| 1144 | |||
| 1145 | +++ | ||
| 1146 | ** A new text property `inhibit-read-only' can be used in read-only | ||
| 1147 | buffers to allow certain parts of the text to be writable. | ||
| 1147 | 1148 | ||
| 1148 | ** `read-buffer' takes a new `predicate' argument. | 1149 | ** `read-buffer' takes a new `predicate' argument. |
| 1149 | 1150 | ||