Kyle Meyer <k...@kyleam.com> writes: > Hmm, isn't this just following the built-in completing-read's behavior? > > (completing-read > "Prompt: " > (list "Chris Bell" > "Phone Chris Bell" > "Meeting with Chris Bell")) > > ;; `C<tab>` => Chris Bell -> `<tab>` => Chris Bell [Sole completion]
You may be right. To find all entries with "Chris Bell" I need to add an asterisk before "Chris" as in "*Chris". So the search is based on wildcards not regex. Any idea how I may change this behaviour to search by regex? -- Kindest regards, Raoul Comninos