From: Miles Bader Date: Tue, 21 Nov 2000 18:02:47 +0000 (+0000) Subject: Mention that `minibuffer-prompt-properties' can be used to disallow X-Git-Tag: emacs-pretest-21.0.92~230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b51cca03f1a8bc693567a85c836ac0996b5a88c;p=emacs.git Mention that `minibuffer-prompt-properties' can be used to disallow point from moving into the prompt. --- diff --git a/etc/NEWS b/etc/NEWS index 8724401e39c..98885b0ca45 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.