From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 9LR0CeO1vl/vGAAA0tVLHw (envelope-from ) for ; Wed, 25 Nov 2020 19:52:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wLMnBeO1vl/3HQAA1q6Kng (envelope-from ) for ; Wed, 25 Nov 2020 19:52:03 +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 8AA39940366 for ; Wed, 25 Nov 2020 19:52:02 +0000 (UTC) Received: from localhost ([::1]:40816 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ki0pb-0003VH-R1 for larch@yhetil.org; Wed, 25 Nov 2020 14:51:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki0or-0003Ub-Uw for emacs-orgmode@gnu.org; Wed, 25 Nov 2020 14:51:14 -0500 Received: from smtpgate.hq.eso.org ([134.171.42.202]:8816 helo=hqmgw2.hq.eso.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki0oh-00046k-5q for emacs-orgmode@gnu.org; Wed, 25 Nov 2020 14:51:11 -0500 X-IronPort-AV: E=Sophos;i="5.78,370,1599516000"; d="scan'208";a="58543040" Received: from mxroute01.hq.eso.org ([134.171.15.33]) by hqmgw2.hq.eso.org with ESMTP; 25 Nov 2020 20:50:58 +0100 Received: from mxadauth01.hq.eso.org (mxadauth01.hq.eso.org [134.171.42.78]) by mxroute01.hq.eso.org (Postfix) with ESMTP id 025B9120003 for ; Wed, 25 Nov 2020 20:50:59 +0100 (CET) Received: from orion (hq-000-kemp01.hq.eso.org [134.171.42.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: eherenz) by mxadauth01.hq.eso.org (Postfix) with ESMTPSA id 16683100D53 for ; Wed, 25 Nov 2020 20:50:57 +0100 (CET) Date: Wed, 25 Nov 2020 16:50:46 -0300 From: Edmund Christian Herenz To: emacs-orgmode@gnu.org Subject: Re: Bug: Font highlighting with in-line latex math broken [9.4 (9.4-dist)] Message-ID: <20201125195046.hechdgaee73qi5ra@orion> References: <20201125193228.tfhpskbbzfibsu3g@orion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201125193228.tfhpskbbzfibsu3g@orion> User-Agent: NeoMutt/20180716 Received-SPF: pass client-ip=134.171.42.202; envelope-from=eherenz@eso.org; helo=hqmgw2.hq.eso.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=eso.org (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-Spam-Score: -0.41 X-TUID: o8HllnE7Ek/U Hi, me again... On Wed, Nov 25, 2020 at 04:32:28PM -0300, Edmund Christian Herenz wrote: > This is only cosmetical, but a bit annoying. Ah, and while we are at it Entering a line break in $math mode$ is also valid and should not break the font highlighting. CH.