# HG changeset patch # User Miles Bader # Date 965663026 0 # Node ID db7dfd959c19fc4c33f76ebe17c884c33067545d # Parent a161c2c79c9fd230b7bef3367f20dde9ba2bd3eb Add note about comint field changes (`comint-prompt-regexp removal'). diff -r a161c2c79c9f -r db7dfd959c19 etc/NEWS --- a/etc/NEWS Mon Aug 07 15:10:57 2000 +0000 +++ b/etc/NEWS Mon Aug 07 15:43:46 2000 +0000 @@ -596,6 +596,15 @@ ** Comint (subshell) changes +By default, comint no longer uses the variable `comint-prompt-regexp' to +distiguish prompts from user-input. Instead, it notices which parts of +the text were output by the process, and which entered by the user, and +attaches `field' properties to allow emacs commands to use this information. +Common movement commands, notably beginning-of-line, respect field +boundaries in a fairly natural manner. +To disable this feature, and use the old behavior, set the variable +`comint-use-prompt-regexp-instead-of-fields' to a non-nil value. + Comint now includes new features to send commands to running processes and redirect the output to a designated buffer or buffers.