From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG-#+ Fontification Date: Thu, 28 May 2009 18:59:55 -0400 Message-ID: <87vdnk25qs.fsf@gollum.intra.norang.ca> References: <87octd2cql.fsf@gollum.intra.norang.ca> <751104C9-F496-4C28-AC3A-62E808444651@gmail.com> <87bppc3no1.fsf@gollum.intra.norang.ca> <877i003nm4.fsf@gollum.intra.norang.ca> <87zlcw281l.fsf@gollum.intra.norang.ca> <14307.1243550041@alphaville.usa.hp.com> 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 1M9oZv-0008N7-Q1 for emacs-orgmode@gnu.org; Thu, 28 May 2009 19:00:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9oZr-0008C2-EC for emacs-orgmode@gnu.org; Thu, 28 May 2009 19:00:02 -0400 Received: from [199.232.76.173] (port=42246 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9oZr-0008Bf-9I for emacs-orgmode@gnu.org; Thu, 28 May 2009 18:59:59 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59059) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9oZq-0007jE-RR for emacs-orgmode@gnu.org; Thu, 28 May 2009 18:59:58 -0400 In-Reply-To: <14307.1243550041@alphaville.usa.hp.com> (Nick Dokos's message of "Thu\, 28 May 2009 18\:34\:01 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, Carsten Dominik Nick Dokos writes: > Bernt Hansen wrote: > >> Bernt Hansen writes: >> >> > Face: org-meta-line (sample) (customize this face) >> > Documentation: Face for meta lines startin with "#+". >> > Defined in `org-faces.el'. >> > >> > Family: unspecified >> > Width: unspecified >> > Height: unspecified >> > Weight: unspecified >> > Slant: unspecified >> > Foreground: unspecified >> > Background: unspecified >> > Underline: unspecified >> > Overline: unspecified >> > Strike-through: unspecified >> > Box: unspecified >> > Inverse: unspecified >> > Stipple: unspecified >> > Font or fontset: unspecified >> > Inherit: unspecified >> > >> > [back] >> > >> > So that would probably be why it's all black for me :) >> >> So to 'fix' this issue I customized the face and set Foreground to >> 'Firebrick' (red) which I think is what it used to look like. Should >> this face not have some default colouring defined? or are we supposed to >> customize it. That just jumped out at me as different from the default >> behaviour we used to have -- and is what prompted this thread. >> > > It *is* initialized: > > ,---- > | (defface org-meta-line > | (org-compatible-face 'font-lock-comment-face nil) <-------- > | "Face for meta lines startin with \"#+\"." > | :group 'org-faces > | :version "22.1") > `---- > > It should look like a comment - but you may have defined the face > somehow and the macrology might be incapable of redefining it. Have you > tried restarting emacs? Yes - I started a minimal emacs session to isolate the commit where it turns black. -Bernt