* allout.el (allout-unprotected): Let inhibit-read-only only when
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:55:44 +0000 (21:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:55:44 +0000 (21:55 +0000)
commit1b4d97b2f5d241b25904784327041b833dfe56f3
tree6a9057958b10149eeccc135a9e0aeaf9042a0a24
parentb69e3c18052eb5003b9a4579c809d1b66abdd26b
* allout.el (allout-unprotected): Let inhibit-read-only only when
buffer-read-only isn't set.
(allout-annotate-hidden): Enable topic annotation during copies even
when the buffer is read-only, eg for topic copies.  Ensure that the loop
advances, even when the span extends beyond the deletion region.
(allout-toggle-subtree-encryption): Use allout-structure-added-hook
rather than allout-exposure-changed-hook, as a stronger assertion.
(allout-keybindings-list): Add bindings for
allout-copy-line-as-kill and allout-copy-topic-as-kill.
(allout-copy-line-as-kill, allout-copy-topic-as-kill): copy
wrappers for allout-kill-line and allout-kill-topic.
(allout-listify-exposed): Position correctly to accumulate lines.
lisp/ChangeLog
lisp/allout.el