diff options
| author | Gerd Moellmann | 1999-11-26 12:31:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-26 12:31:42 +0000 |
| commit | b3b9859282bb1b4102e8e8a4edc7daf0fd31b868 (patch) | |
| tree | 5e884c0f2763d3d9ca22a6e61894925aa1bfed6c /etc | |
| parent | 0087ade67a7c8e31b32579a353381fb00b53a112 (diff) | |
| download | emacs-b3b9859282bb1b4102e8e8a4edc7daf0fd31b868.tar.gz emacs-b3b9859282bb1b4102e8e8a4edc7daf0fd31b868.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -305,6 +305,19 @@ specifies a number of lines. If nil, don't resize. | |||
| 305 | 305 | ||
| 306 | Default is 0.25. | 306 | Default is 0.25. |
| 307 | 307 | ||
| 308 | ** Comint (subshell) changes | ||
| 309 | |||
| 310 | Comint now includes new features to send commands to running processes | ||
| 311 | and redirect the output to a designated buffer or buffers. | ||
| 312 | |||
| 313 | The command M-x comint-redirect-send-command reads a command and | ||
| 314 | buffer name from the mini-buffer. The command is sent to the current | ||
| 315 | buffer's process, and its output is inserted into the specified buffer. | ||
| 316 | |||
| 317 | The command M-x comint-redirect-send-command-to-process acts like | ||
| 318 | M-x comint-redirect-send-command but additionally reads the name of | ||
| 319 | the buffer whose process should be used from the mini-buffer. | ||
| 320 | |||
| 308 | ** Changes to TeX mode | 321 | ** Changes to TeX mode |
| 309 | 322 | ||
| 310 | The default mode has been changed from `plain-tex-mode' to | 323 | The default mode has been changed from `plain-tex-mode' to |