Authentication-Results: mail-b.sr.ht; dkim=pass header.d=protesilaos.com header.i=@protesilaos.com Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by mail-b.sr.ht (Postfix) with ESMTPS id DF86311EF54 for <~protesilaos/denote@lists.sr.ht>; Sat, 23 Jul 2022 19:40:38 +0000 (UTC) Received: (Authenticated sender: public@protesilaos.com) by mail.gandi.net (Postfix) with ESMTPSA id 23E7460007; Sat, 23 Jul 2022 19:40:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protesilaos.com; s=gm1; t=1658605237; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Lv9FtO24l7M2eO8ntA0RThny00hJKmST9uYrkoOC8xY=; b=bKAmrGCt63dH3VaiHC2hVzjH9exl1+wLRNOQcxscHTQwiDMojnXb2jfmWPdtxaxGIzRbey PRwzIXVzbjol+5KyZQdyenmhpWQJFOrW+zQX94xpI6z6u89vP2yq/KNXEVKDPG7eBgMyEJ B6QPzqozgMTD1MYKOHFpMJ52ECpBiY2KyQLl/aDxqas7pn5hnUn2X2d7R5M1hf/ERQW+m0 2X9UZPuSXGuIhj3FIJrOpIZIJT+0LGydZc3JY+pWdL2nzfCWMGSpdBC/akCamrSy0ONYVX W1C1ND3vsyxWpJduzDAwvKO9uT8XyZ1BaBXvWDnNUTI1U1FcG5DynMV82nulsg== From: Protesilaos Stavrou To: Kyle Meyer , ~protesilaos/denote@lists.sr.ht Subject: Re: [PATCH] Fix quote protection in doc strings In-Reply-To: <20220723193528.13297-1-kyle@kyleam.com> References: <20220723193528.13297-1-kyle@kyleam.com> User-Agent: Notmuch/0.36 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) X-Sourcehut-Patchset-Update: APPLIED Date: Sat, 23 Jul 2022 22:40:35 +0300 Message-ID: <877d43fwi4.fsf@protesilaos.com> MIME-Version: 1.0 Content-Type: text/plain > From: Kyle Meyer > Date: Sat, 23 Jul 2022 15:35:28 -0400 > > A few doc strings put \\ in front of a single quote, but that doesn't > protect the quote from being processed according to > text-quoting-style. Use \\= instead to ensure that the apostrophe is > rendered as is. > --- > denote.el | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Installed. Thank you! -- Protesilaos Stavrou https://protesilaos.com