From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id QAtOOdBP/GHbmwAAgWs5BA (envelope-from ) for ; Thu, 03 Feb 2022 22:57:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eJfSNtBP/GECNQAA9RJhRA (envelope-from ) for ; Thu, 03 Feb 2022 22:57:36 +0100 Received: from mail.notmuchmail.org (yantan.tethera.net [135.181.149.255]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C558644D1F for ; Thu, 3 Feb 2022 22:57:36 +0100 (CET) Received: from yantan.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 42FE75F702; Thu, 3 Feb 2022 21:57:34 +0000 (UTC) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 33E715F6F1 for ; Thu, 3 Feb 2022 21:57:32 +0000 (UTC) Received: by fethera.tethera.net (Postfix, from userid 1001) id 4CD345FBD2; Thu, 3 Feb 2022 16:57:31 -0500 (EST) Received: (nullmailer pid 3488517 invoked by uid 1000); Thu, 03 Feb 2022 21:57:29 -0000 From: David Bremner To: Miguel Bernabeu , notmuch@notmuchmail.org Subject: Re: [RFC PATCH v2 09/12] emacs: add notmuch-tag-undo In-Reply-To: <2622A6E4-DA2B-459F-B8D5-30070CDF1697@lobber.eu> References: <20220203143254.3344753-1-david@tethera.net> <20220203143254.3344753-10-david@tethera.net> <2622A6E4-DA2B-459F-B8D5-30070CDF1697@lobber.eu> Date: Thu, 03 Feb 2022 17:57:29 -0400 Message-ID: <87mtj7pq9i.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: 5HYTGFFSCZEYDSMAAQSEQVEXMGHX76K5 X-Message-ID-Hash: 5HYTGFFSCZEYDSMAAQSEQVEXMGHX76K5 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; digests; suspicious-header X-Mailman-Version: 3.3.3 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Authentication-Results: aspmx1.migadu.com; none X-Migadu-Scanner: scn1.migadu.com X-TUID: CvgOqZghOXe2 Miguel Bernabeu writes: > Just a typo that jumped to my eye. Sorry, I'm not proficient in elisp to validate the rest. > > On February 3, 2022 3:32:51 PM GMT+01:00, David Bremner wrote: >>Keybindings are deferred to a future commit. >>--- [snip] >>+ >>+notmuch-tag-undo >>+---------------- >>+ >>+Each each notmuch buffer supporting tagging operations (i.e buffers in > Duplicated `each`. > thanks, fixed in git.