From: Raoul Comninos <revrari@mweb.co.za>
To: Kyle Meyer <kyle@kyleam.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Sole Completion bug?
Date: Mon, 15 Feb 2021 09:39:43 +0200 [thread overview]
Message-ID: <875z2taif4.fsf@mweb.co.za> (raw)
In-Reply-To: <87v9aukma3.fsf@kyleam.com> (message from Kyle Meyer on Sun, 14 Feb 2021 23:06:12 -0500)
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
next prev parent reply other threads:[~2021-02-15 7:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 5:28 Sole Completion bug? Raoul Comninos
2021-02-15 4:06 ` Kyle Meyer
2021-02-15 7:39 ` Raoul Comninos [this message]
2021-02-16 3:45 ` Kyle Meyer
2021-02-16 6:58 ` Raoul Comninos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875z2taif4.fsf@mweb.co.za \
--to=revrari@mweb.co.za \
--cc=emacs-orgmode@gnu.org \
--cc=kyle@kyleam.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.