diff options
author | Miles Bader <miles@gnu.org> | 2000-11-21 18:02:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-11-21 18:02:47 +0000 |
commit | 3b51cca03f1a8bc693567a85c836ac0996b5a88c (patch) | |
tree | 9ac2a7e9e99726ca43c312dd083f73443533b733 | |
parent | bb367cba62a1d522d989c6b998982a6f225a8541 (diff) | |
download | emacs-3b51cca03f1a8bc693567a85c836ac0996b5a88c.tar.gz emacs-3b51cca03f1a8bc693567a85c836ac0996b5a88c.tar.bz2 emacs-3b51cca03f1a8bc693567a85c836ac0996b5a88c.zip |
Mention that `minibuffer-prompt-properties' can be used to disallow
point from moving into the prompt.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3298,6 +3298,9 @@ platform-specific functions such as `x-display-pixel-width'. ** The minibuffer prompt is now actually inserted in the minibuffer. This makes it possible to scroll through the prompt, if you want to. +To disallow this completely (like previous versions of emacs), customize +the variable `minibuffer-prompt-properties', and turn on the +`Inviolable' option. The function minubuffer-prompt-end returns the current position of the end of the minibuffer prompt, if the minibuffer is current. |