From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CMDIKGV8AWCVFQAA0tVLHw (envelope-from ) for ; Fri, 15 Jan 2021 11:28:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id iPCPJGV8AWAXQQAAB5/wlQ (envelope-from ) for ; Fri, 15 Jan 2021 11:28:37 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E5D75940341 for ; Fri, 15 Jan 2021 11:28:36 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 86EED2991A; Fri, 15 Jan 2021 06:28:27 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 007B02829B for ; Fri, 15 Jan 2021 06:28:19 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id CD0C05FF47; Fri, 15 Jan 2021 06:28:17 -0500 (EST) Received: (nullmailer pid 1383809 invoked by uid 1000); Fri, 15 Jan 2021 11:28:16 -0000 From: David Bremner To: Jonas Bernoulli , notmuch@notmuchmail.org Subject: Re: [PATCH v2 36/36] emacs: notmuch-address-expand-name: use the actual initial-input In-Reply-To: <20210110140112.25930-37-jonas@bernoul.li> References: <20201214162401.19569-1-jonas@bernoul.li> <20210110140112.25930-1-jonas@bernoul.li> <20210110140112.25930-37-jonas@bernoul.li> Date: Fri, 15 Jan 2021 07:28:16 -0400 Message-ID: <875z3y4ey7.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 6FSXRL3UYASUAQVXL4RN5H7VOYTH7X44 X-Message-ID-Hash: 6FSXRL3UYASUAQVXL4RN5H7VOYTH7X44 X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.47 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: E5D75940341 X-Spam-Score: -0.47 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6EHtCCHiYMap Jonas Bernoulli writes: > Users may type some text into the buffer on an address line, before > actually invoking address completion. We now use that text as the > initial input when we begin address completion. applied the remainder of the series.