chickadee » parley » completion-choices

(completion-choices (lambda (input position last-word) '()))parameter

A parameter holding the selection procedure. The procedure is called to actually return a list of possible completions depending on the whole input line, the current cursor position and the detected last-word. Should return either the empty list if no completions can be found or a list of strings.