emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sole Completion bug?


From: Raoul Comninos
Subject: Re: Sole Completion bug?
Date: Mon, 15 Feb 2021 09:39:43 +0200

Kyle Meyer <kyle@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]