From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: org fontifies outside of src blocks Date: Sun, 9 Jan 2011 17:16:31 -1000 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50136 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pc8FT-000703-Qq for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 22:16:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pc8FS-0004jF-G8 for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 22:16:47 -0500 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:43995) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pc8FS-0004j3-6T for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 22:16:46 -0500 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: Jeff Horn Cc: Org-mode ml Aloha Jeff, I think I had this issue. IIRC, this is a Mac issue. I think you can fix it with this: (setq font-lock-verbose nil) If not, let me know and I'll look harder. Tom On Jan 9, 2011, at 4:54 PM, Jeff Horn wrote: > Hey list, > > I have an annoying issue. When in *either* Aquamacs or terminal emacs, > if I view my init file (it's in org rather than elisp) and I edit > *anything* in the buffer, org attempts to fontify the text as > emacs-lisp. > > It takes a few seconds for anything to show up in windowed emacsen. > Terminal experiences no lag, so it's less of an issue. After typing a > sentences, the message buffer has tens of instances of the following > text: > > Fontifying org-src-fontification:emacs-lisp-mode... > (regexps.................) > > Is this the expected behavior? I like fontification. I just only > expect it to happen within a block, not outside of it. And yes, all of > the blocks are closed correctly (I've double checked, but I used > yasnippet to fill the buffer in the first place). > > Where should I start looking? :) > > -- > Jeffrey Horn > http://www.failuretorefrain.com/jeff/ > > _______________________________________________ > 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