From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-comment-string fontification stopped working in sublevel headlines Date: Sun, 23 Aug 2015 22:50:09 +0200 Message-ID: <87fv39zq4e.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTcBr-0004K8-EG for emacs-orgmode@gnu.org; Sun, 23 Aug 2015 16:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTcBq-0006w2-EV for emacs-orgmode@gnu.org; Sun, 23 Aug 2015 16:48:31 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTcBq-0006vw-8B for emacs-orgmode@gnu.org; Sun, 23 Aug 2015 16:48:30 -0400 In-Reply-To: ("Martin \=\?utf-8\?Q\?Carl\=C3\=A9\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Sun, 23 Aug 2015 17:54:25 +0300") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Martin =?utf-8?Q?Carl=C3=A9?= Cc: Org-Mode mailing list Hello Martin Carl=C3=A9 writes: > guess the commit c27c101f (08/16/2015 04:14 PM) with the title "org.el: F= ix `org-comment-string' fontification" has chosen a bit too harsh 'fixation= ' method: > > Since then, the 'org-special-keyword' face for 'COMMENT' is not > applied to heading of lower levels any more but only to the top one. Fixed. Thank you. > The minimal example below also demonstrates another possibly > unintended fontification. Bold and italic faces (or the other options > of http://orgmode.org/org.html#Emphasis-and-monospace) are extended > across lists which they probably should not. Yes, they should not. However there are limits to regexp based fontification. We need to rewrite fontification process to handle this properly, but we're not there yet. Regards, --=20 Nicolas Goaziou