Mercurial > emacs
comparison etc/NEWS @ 30650:db7dfd959c19
Add note about comint field changes (`comint-prompt-regexp removal').
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 07 Aug 2000 15:43:46 +0000 |
parents | e53905a0a16b |
children | fc3acf3f8131 |
comparison
equal
deleted
inserted
replaced
30649:a161c2c79c9f | 30650:db7dfd959c19 |
---|---|
593 *** The new function `font-lock-remove-keywords' can be used to remove | 593 *** The new function `font-lock-remove-keywords' can be used to remove |
594 font-lock keywords from the current buffer or from a specific major | 594 font-lock keywords from the current buffer or from a specific major |
595 mode. | 595 mode. |
596 | 596 |
597 ** Comint (subshell) changes | 597 ** Comint (subshell) changes |
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. | |
598 | 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 |
602 The command M-x comint-redirect-send-command reads a command and | 611 The command M-x comint-redirect-send-command reads a command and |