From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David O'Toole" Subject: Re: [PATCH] Mode-specific fontification of babel source blocks Date: Tue, 3 Aug 2010 19:14:03 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=34455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgQgQ-0006H0-Bd for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 19:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgQgP-0005DS-4r for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 19:14:06 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49832) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgQgO-0005DN-Ti for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 19:14:05 -0400 Received: by wwi14 with SMTP id 14so5514107wwi.30 for ; Tue, 03 Aug 2010 16:14:04 -0700 (PDT) In-Reply-To: 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 Mailinglist I've placed a screenshot of the fontification here: http://imagebin.ca/view/iRVK_as7.html On Tue, Aug 3, 2010 at 7:12 PM, David O'Toole wrote: > I've got a preliminary patch that adds optional "native" fontification > for source blocks. It uses the block's declared mode to fontify the > block text. So now blocks look the way they should, and this opens the > way to further enhancements. Anyone up for an icons theme standard > discussion? >