Mercurial > emacs
changeset 27144:46becbc67703
inhibit-field-text-motion
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 04 Jan 2000 12:29:05 +0000 |
parents | 201b82de9133 |
children | 01abacc81cce |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jan 04 12:25:51 2000 +0000 +++ b/etc/NEWS Tue Jan 04 12:29:05 2000 +0000 @@ -1661,7 +1661,10 @@ forward-paragraph, beginning-of-line, etc., stop moving when they come to the boundary between fields; beginning-of-line and end-of-line will not let the point move past the field boundary, but other movement -commands continue into the next field if repeated. +commands continue into the next field if repeated. Stopping at field +boundaries can be suppressed programmatically by binding +`inhibit-field-text-motion' to a non-nil value around calls to these +functions. Now that the minibuffer prompt is inserted into the minibuffer, it is in a separate field from the user-input part of the buffer, so that common