diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -596,6 +596,15 @@ mode. | |||
| 596 | 596 | ||
| 597 | ** Comint (subshell) changes | 597 | ** Comint (subshell) changes |
| 598 | 598 | ||
| 599 | By default, comint no longer uses the variable `comint-prompt-regexp' to | ||
| 600 | distiguish prompts from user-input. Instead, it notices which parts of | ||
| 601 | the text were output by the process, and which entered by the user, and | ||
| 602 | attaches `field' properties to allow emacs commands to use this information. | ||
| 603 | Common movement commands, notably beginning-of-line, respect field | ||
| 604 | boundaries in a fairly natural manner. | ||
| 605 | To disable this feature, and use the old behavior, set the variable | ||
| 606 | `comint-use-prompt-regexp-instead-of-fields' to a non-nil value. | ||
| 607 | |||
| 599 | Comint now includes new features to send commands to running processes | 608 | Comint now includes new features to send commands to running processes |
| 600 | and redirect the output to a designated buffer or buffers. | 609 | and redirect the output to a designated buffer or buffers. |
| 601 | 610 | ||