From f22e24953a79988af3b1ac89a00bb9665a5d497a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 30 Aug 2016 22:32:09 -0700 Subject: doc: warn about exit methods not saving history. * txr.1: Under INTERACTIVE LISTENER, add remarks that using the exit function, or raising a fatal signal, will prevent the history from being saved. --- txr.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/txr.1 b/txr.1 index 02d7b83f..6c339a97 100644 --- a/txr.1 +++ b/txr.1 @@ -42264,6 +42264,9 @@ function. This method allows a termination status to be specified: os-shell $ .cble +However, if a \*(TX interactive session is terminated this way, it will not +save the listener history. + Raising a fatal signal with the .code raise function is another way to quit: @@ -42274,6 +42277,8 @@ function is another way to quit: os-shell $ .cble +The previous remark about not saving the listener history applies here also. + .SS* Interrupting Evaluation Ctrl-C typed while editing a command line is interpreted as an editing command -- cgit v1.2.3