| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.8 Readline Support
Guile comes with an interface module to the readline library
(see Top in GNU Readline Library). This
makes interactive use much more convenient, because of the command-line
editing features of readline. Using (ice-9 readline), you can
navigate through the current input line with the cursor keys, retrieve
older command lines from the input history and even search through the
history entries.
| 7.8.1 Loading Readline Support | How to load readline support into Guile. | |
| 7.8.2 Readline Options | How to modify readline’s behaviour. | |
| 7.8.3 Readline Functions | Programming with readline. |
This document was generated on April 20, 2013 using texi2html 5.0.
