From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Bug: bad fontification Date: Sat, 03 Jan 2015 16:21:13 -0500 Message-ID: <54A85D49.6020206@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7W8O-0004nf-UI for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7W8L-0004IQ-MS for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:21:20 -0500 Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:49204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7W8L-0004IL-Hi for emacs-orgmode@gnu.org; Sat, 03 Jan 2015 16:21:17 -0500 Received: by mail-ig0-f176.google.com with SMTP id l13so959304iga.15 for ; Sat, 03 Jan 2015 13:21:16 -0800 (PST) Received: from [192.168.0.100] (cpe-98-144-119-158.wi.res.rr.com. [98.144.119.158]) by mx.google.com with ESMTPSA id t15sm24489001ioi.21.2015.01.03.13.21.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Jan 2015 13:21:15 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org On 01/03/2015 03:29 PM, Oleh wrote: > Hello, > > Here's a minimal file for which fontification fails: > > * DONE =foo= > CLOSED: [2015-01-03 Sat 21:21] > CLOCK: [2015-01-03 Sat 21:20]--[2015-01-03 Sat 21:21] => 0:01 > * TODO =bar= > > TODO is highlighted with a verbatim face. The problem goes away > if I add a newline after =bar=. > I've been unable to duplicate this problem. Perhaps a setting you use messes up the fontification. Scott Randby > regards, > Oleh > >