From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= Subject: Re: A recent fix caused other face highlighting issue Date: Thu, 30 May 2019 15:22:37 +0200 Message-ID: <87sgswjcv6.fsf@gmail.com> References: <874l5e5bhv.fsf@gmail.com> <87ftow9lrf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWL12-00020M-AU for emacs-orgmode@gnu.org; Thu, 30 May 2019 09:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWL11-0004pw-0K for emacs-orgmode@gnu.org; Thu, 30 May 2019 09:22:44 -0400 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:50266) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hWL10-0004ox-Mq for emacs-orgmode@gnu.org; Thu, 30 May 2019 09:22:42 -0400 Received: by mail-wm1-x329.google.com with SMTP id f204so3987522wme.0 for ; Thu, 30 May 2019 06:22:42 -0700 (PDT) In-Reply-To: <87ftow9lrf.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 30 May 2019 14:20:36 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: org-mode-email Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> This commit "42abf5c6954dee8410e33d0c5140d3b36c9d1c15" try to fix >> org-do-emphasis-faces function on strike-through fontification on headin= g. But >> it failed on verbatim like ~code~, =3Dverbatim=3D etc. Can it be reverte= d? or provide >> another solution? > > I reverted the commit. I Cc'ed K=C3=A9vin, as the author of the patch. > > Regards, Hi! Thanks for the revert; as I mentioned in the previous discussion[1], my patch was more of a workaround anyway. Stefan Monnier committed a proper fix in bug#35476, so strike-through will work with headings on Emacs 27. [1] http://lists.gnu.org/archive/html/emacs-orgmode/2019-04/msg00236.html