From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: BUG-#+ Fontification Date: Thu, 28 May 2009 16:28:50 -0400 Message-ID: <87octd2cql.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9mDl-00043e-IB for emacs-orgmode@gnu.org; Thu, 28 May 2009 16:29:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9mDg-00042X-Po for emacs-orgmode@gnu.org; Thu, 28 May 2009 16:29:00 -0400 Received: from [199.232.76.173] (port=50142 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9mDg-00042R-Gh for emacs-orgmode@gnu.org; Thu, 28 May 2009 16:28:56 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:55040) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9mDg-0002It-39 for emacs-orgmode@gnu.org; Thu, 28 May 2009 16:28:56 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1M9mDe-000NCR-Qn for emacs-orgmode@gnu.org; Thu, 28 May 2009 20:28:55 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Carsten, The following commit breaks fontification for #+ lines at the top of org files. bernt@gollum:~/git/org-mode$ git bisect good 476493d3b300b8dc379ea7e42c974461d6f3dfb5 is first bad commit commit 476493d3b300b8dc379ea7e42c974461d6f3dfb5 Author: Carsten Dominik Date: Sat May 23 22:58:38 2009 +0200 Fontification: Better treatment of #+ lines and blocks The content of blocks like #+begin_example will be marked with a separate face. That same face is also used for single lines introducing text for specific backends. :040000 040000 e2e5414b39664d3a24ff4365d924e1925a1e9174 91dcbde55b4ee8a92c4222f556a0ca3dd5e139cb M lisp This commit and everything after shows #+STARTUP: and other lines in black. They were red before that. Is the face definition missing maybe? I forget how to check what face is active in Emacs for a specific character - I need to write that down the next time I relearn it :) -Bernt