From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: quick question about face names Date: Thu, 17 Mar 2011 10:40:00 +0100 Message-ID: <87ei66nkzz.fsf@gnu.org> References: <4327.1300165565@alphaville.dokosmarshall.org> <80wrk03ipv.fsf@somewhere.org> <80sjuo3i6x.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47638 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q09gr-00076m-DD for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:40:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q09gp-0005pU-UF for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:40:20 -0400 Received: from mail-wy0-f195.google.com ([74.125.82.195]:53027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q09gp-0005pQ-Ot for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:40:19 -0400 Received: by wyb32 with SMTP id 32so467357wyb.6 for ; Thu, 17 Mar 2011 02:40:18 -0700 (PDT) In-Reply-To: (Filippo A. Salustri's message of "Tue, 15 Mar 2011 07:13:38 -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: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org Hi, having a body-text specific face would considerably slow down motion in Org buffers, as the fontification process would need to check against a new body-text syntactic structure. The solution would be to change the face "default" on a buffer basis, but AFAIK that's currently not possible. HTH, -- Bastien