From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SIYXBqMlKmBlVQAA0tVLHw (envelope-from ) for ; Mon, 15 Feb 2021 07:41:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +BL4AaMlKmDYXwAA1q6Kng (envelope-from ) for ; Mon, 15 Feb 2021 07:41:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1F1CB24517 for ; Mon, 15 Feb 2021 08:41:22 +0100 (CET) Received: from localhost ([::1]:33428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBYVU-0001K8-1K for larch@yhetil.org; Mon, 15 Feb 2021 02:41:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41928) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBYUS-0001Iy-NP for emacs-orgmode@gnu.org; Mon, 15 Feb 2021 02:40:16 -0500 Received: from securemail-y57.synaq.com ([196.35.198.168]:46333) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBYUO-0000MI-Iz for emacs-orgmode@gnu.org; Mon, 15 Feb 2021 02:40:16 -0500 Received: from [197.95.154.214] (helo=rc) by securemail-pl-omx7.synaq.com with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93.0.4-30-5edf9c7) (envelope-from ) id 1lBYUC-000hUC-KF; Mon, 15 Feb 2021 09:40:00 +0200 From: Raoul Comninos To: Kyle Meyer Subject: Re: Sole Completion bug? In-Reply-To: <87v9aukma3.fsf@kyleam.com> (message from Kyle Meyer on Sun, 14 Feb 2021 23:06:12 -0500) Date: Mon, 15 Feb 2021 09:39:43 +0200 Message-ID: <875z2taif4.fsf@mweb.co.za> MIME-Version: 1.0 Content-Type: text/plain X-SYNAQ-Pinpoint-Information: Please contact SYNAQ for more information X-SYNAQ-Pinpoint-ID: 1lBYUC-000hUC-KF X-SYNAQ-Pinpoint: No virus infections found X-SYNAQ-Pinpoint-SpamCheck: not spam, SpamAssassin (not cached, score=0.202, required 7, autolearn=disabled, FSL_HELO_NON_FQDN_1 0.00, HELO_NO_DOMAIN 0.00, RDNS_NONE 0.10, SPF_SOFTFAIL 0.10) X-Pinpoint-From: revrari@mweb.co.za Received-SPF: pass client-ip=196.35.198.168; envelope-from=revrari@mweb.co.za; helo=securemail-y57.synaq.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 0.24 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=mweb.co.za (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 1F1CB24517 X-Spam-Score: 0.24 X-Migadu-Scanner: scn0.migadu.com X-TUID: XRRmEvw3RNSk Kyle Meyer 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` => Chris Bell -> `` => 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