From d648cc45f5f70521fd84e1e6fc13be4225610757 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 19 Oct 2000 04:26:24 +0000 Subject: [PATCH] Document recent comint changes. --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 89deea6e044..b13a2b541bf 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -880,6 +880,15 @@ now highlight user input and program prompts, and support choosing previous input with mouse-2. To control these feature, see the user-options `comint-highlight-input' and `comint-highlight-prompt'. +The new command `comint-write-output' (usually bound to `C-c C-s') +saves the output from the most recent command to a file. With a prefix +argument, it appends to the file. + +The command `comint-kill-output' has been renamed `comint-delete-output' +(usually bound to `C-c C-o'); the old name is aliased to it for +compatibility. + + ** Changes to Rmail mode *** The new user-option rmail-rmail-user-mail-address-regexp can be -- 2.39.5