comparison etc/NEWS @ 27144:46becbc67703

inhibit-field-text-motion
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Jan 2000 12:29:05 +0000
parents a0288373f30a
children 01abacc81cce
comparison
equal deleted inserted replaced
27143:201b82de9133 27144:46becbc67703
1659 1659
1660 Many emacs functions, such as forward-word, forward-sentence, 1660 Many emacs functions, such as forward-word, forward-sentence,
1661 forward-paragraph, beginning-of-line, etc., stop moving when they come 1661 forward-paragraph, beginning-of-line, etc., stop moving when they come
1662 to the boundary between fields; beginning-of-line and end-of-line will 1662 to the boundary between fields; beginning-of-line and end-of-line will
1663 not let the point move past the field boundary, but other movement 1663 not let the point move past the field boundary, but other movement
1664 commands continue into the next field if repeated. 1664 commands continue into the next field if repeated. Stopping at field
1665 boundaries can be suppressed programmatically by binding
1666 `inhibit-field-text-motion' to a non-nil value around calls to these
1667 functions.
1665 1668
1666 Now that the minibuffer prompt is inserted into the minibuffer, it is in 1669 Now that the minibuffer prompt is inserted into the minibuffer, it is in
1667 a separate field from the user-input part of the buffer, so that common 1670 a separate field from the user-input part of the buffer, so that common
1668 editing commands treat the user's text separately from the prompt. 1671 editing commands treat the user's text separately from the prompt.
1669 1672