DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) Readline Support

Info Catalog (guile.info.gz) SRFI Support (guile.info.gz) Top (guile.info.gz) Value History
 
 40 Readline Support
 *******************
 
 Guile comes with an interface module to the 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.
 

Menu

 
* Loading Readline Support    How to load readline support into Guile.
* Readline Options            How to modify readline's behaviour.
 
Info Catalog (guile.info.gz) SRFI Support (guile.info.gz) Top (guile.info.gz) Value History
automatically generated byinfo2html