From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Org now fontifies code blocks Date: Thu, 28 Oct 2010 14:35:04 +0100 Message-ID: <87zkty8mpj.fsf@gmail.com> References: <871v95ofg2.fsf@stats.ox.ac.uk> <59CB03F7-D330-47CF-98FC-5242CFE07A20@tsdye.com> <4c87bb85.07a5640a.16d3.09f2@mx.google.com> <87fwxk874w.fsf@stats.ox.ac.uk> <4c88dadb.014a640a.4502.4474@mx.google.com> <72D49F8C-CEE4-4EFE-9208-5589B10DE8BD@tsdye.com> <87tylylf45.fsf@stats.ox.ac.uk> <87sjzqbmjm.fsf@gmail.com> <20101028120856.GC26017@roobarb.crazydogs.org> <811v7azdpc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBSqI-0006TG-2g for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 09:48:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBSdI-0007Ds-Nz for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 09:35:10 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:37100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBSdI-0007Dc-Bp for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 09:35:08 -0400 In-Reply-To: <811v7azdpc.fsf@gmail.com> (Jambunathan K.'s message of "Thu, 28 Oct 2010 18:17:27 +0530") 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: Jambunathan K Cc: Jules Bean , Dan Davison , emacs-orgmode Mailinglist Jambunathan K writes: > Jules Bean writes: > >>> >>> Hi Tom, >>> >>> I've used fontification in Org code blocks constantly for a couple of >>> months now, and I do not agree that there are any editing or unfolding >>> delays which should deter typical Org users from using fontified src >>> blocks. In typical usage I do not experience any delays whatsoever (my >>> blocks tend to be fewer than 100 lines in length). >>> >> >> Is Tom perhaps using OSX? I found absurd fontification delays on OSX >> for various things (*clock task select* was the worst, IIRC) until >> somebody advised me to (setq font-lock-verbose nil), and that fixed it >> completely. Thanks Jules. I think I must have read the same advice, and now that you mention it, I have that set to nil in my .emacs.org. I do see Tom's messages when I set it to t. Hopefully setting to nil results in a speed-up in OSX? >> I don't think it's the actual fontification that's slow, I think it's >> the (message) that is telling you what it's doing. > Hi Jambunathan, > I wonder whether fontification messages are relics of the age long past > when they served as modern equivalents of progress bars. I think you may be right. > ,----[ C-h v font-lock-verbose RET ] > | font-lock-verbose is a variable defined in `font-lock.el'. > | Its value is 0 > | > | Documentation: > | If non-nil, means show status messages for buffer fontification. > | If a number, only buffers greater than this size have fontification messages. > | > | You can customize this variable. > | > | [back] > `---- > > Perhaps Emacs maintainers would be willing to change the default setting > of this variable. That sounds like a sensible suggestion. Dan > >> >> Jules >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode