From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Org now fontifies code blocks Date: Mon, 06 Sep 2010 18:59:34 +0200 Message-ID: References: <8739uvw0hg.fsf@stats.ox.ac.uk> <87vd7j1nck.fsf@stats.ox.ac.uk> <87lj7kqh3f.fsf_-_@stats.ox.ac.uk> <874oe6pwew.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58548 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Osf2q-0004o8-U2 for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 12:59:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Osf2p-0005Rb-Lt for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 12:59:48 -0400 Received: from lo.gmane.org ([80.91.229.12]:44103) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Osf2p-0005RC-E3 for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 12:59:47 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Osf2n-00007V-5Z for emacs-orgmode@gnu.org; Mon, 06 Sep 2010 18:59:45 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 18:59:45 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Sep 2010 18:59:45 +0200 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 Eric S Fraga writes: > On Thu, 02 Sep 2010 08:51:16 -0700, Dan Davison wrote: >> >> I've just pushed changes which mean that Org now fontifies code in code >> blocks. Currently, this is turned on by default, so it would be helpful >> if people could report any problems, and opinions as to whether it >> should be on or off by default. > > [...] > > This is brilliant! Works very well on my notebook (with small code > blocks as that's all I tend to have). Many thanks! Without wanting to rock the boat I think its safer to have this disabled by default. I cant tell you how many times I thought I was in the LISP buffer and ended up making a mess since this enhancement was added. I realise I can configure it myself but possibly the more conservative "stick with old default" is better? It IS a nice feature when in more capable hands than mine ;) What next? nxhtml integration and live editing inside the src blocks?