DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(readline.info.gz) Custom Completers

Info Catalog (readline.info.gz) Readline Signal Handling (readline.info.gz) Programming with GNU Readline
 
 2.6 Custom Completers
 =====================
 
 Typically, a program that reads commands from the user has a way of
 disambiguating commands and data.  If your program is one of these, then
 it can provide completion for commands, data, or both.  The following
 sections describe how your program and Readline cooperate to provide
 this service.
 

Menu

 
* How Completing Works        The logic used to do completion.
* Completion Functions        Functions provided by Readline.
* Completion Variables        Variables which control completion.
* A Short Completion Example  An example of writing completer subroutines.
 
Info Catalog (readline.info.gz) Readline Signal Handling (readline.info.gz) Programming with GNU Readline
automatically generated byinfo2html