From 0ce204b054c0632b017b2cdfbb44a75ba234e297 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 11 Sep 1999 15:18:55 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index fb87aa442..b82443d05 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,17 @@ Changes since Guile 1.3.2: * Changes to Scheme functions and syntax +** Readline support has changed again. + +The old (readline-activator) module is gone. Use (ice-9 readline) +instead, which now contains all readline functionality. So the code +to activate readline is now + + (use-modules (ice-9 readline)) + (activate-readline) + +This should work at any time, including from the guile prompt. + ** Hooks *** New function: hook? OBJ -- 2.20.1