(Loading Readline Support, Readline Options):
authorKevin Ryde <user42@zip.com.au>
Sun, 11 May 2003 22:31:31 +0000 (22:31 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 11 May 2003 22:31:31 +0000 (22:31 +0000)
Index entries for readline functions.

doc/ref/repl-modules.texi

index ea57e36..9ef181d 100644 (file)
@@ -25,6 +25,7 @@ history entries.
 The module is not loaded by default and so has to be loaded and
 activated explicitly.  This is done with two simple lines of code:
 
+@findex activate-readline
 @lisp
 (use-modules (ice-9 readline))
 (activate-readline)
@@ -70,6 +71,10 @@ better suit the user's needs.  Configuration is done via the readline
 module's options interface, in a similar way to the evaluator and
 debugging options (@pxref{User level options interfaces}.)
 
+@findex readline-options
+@findex readline-enable
+@findex readline-disable
+@findex readline-set!
 Here is the list of readline options generated by typing
 @code{(readline-options 'full)} in Guile.  You can also see the
 default values.