>>>>> "P" == Pierre Baillet <oct / zoy.org> writes: P> so completion_proc would be P> Readline.complretion_proc = Proc.new{ |last_word, beginning| ... } Well, completion_proc is just an interface to the function rl_attempted_completion_function() (see the doc of readline(3)) Guy Decoux