diff options
| author | Gerd Moellmann | 2000-01-04 12:29:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-04 12:29:05 +0000 |
| commit | fc7ac24f5f3592b99ba50b8e2a216274544297e7 (patch) | |
| tree | 138a963e6ea79366c2fce0d8b7c6be16d6a1e777 | |
| parent | 2e471eb5f3defe261f403bc076f0abf77c0341a5 (diff) | |
| download | emacs-fc7ac24f5f3592b99ba50b8e2a216274544297e7.tar.gz emacs-fc7ac24f5f3592b99ba50b8e2a216274544297e7.zip | |
inhibit-field-text-motion
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1661,7 +1661,10 @@ 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 |