From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Why do I get font-lock-keywords = (t nil) in some org-mode buffers? Date: Mon, 7 Feb 2011 17:40:35 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1298104919 22674 80.91.229.12 (19 Feb 2011 08:41:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 08:41:59 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 21:16:18 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmXUv-0000Wo-Tz for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 21:16:18 +0100 Original-Received: from localhost ([127.0.0.1]:33751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmXUW-0000xe-03 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 15:15:20 -0500 Original-Received: from [140.186.70.92] (port=44956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmUPM-0007xH-N4 for emacs-devel@gnu.org; Mon, 07 Feb 2011 12:01:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmU93-0005Nz-Ho for emacs-devel@gnu.org; Mon, 07 Feb 2011 11:40:58 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:60228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmU93-0005Ne-Dh for emacs-devel@gnu.org; Mon, 07 Feb 2011 11:40:57 -0500 Original-Received: by ewy27 with SMTP id 27so2233623ewy.0 for ; Mon, 07 Feb 2011 08:40:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=/fSJ3b40CH++2HilkS0q696VbGgfY9vzGxT25P1JgEc=; b=ttjKYTPN8LS/sXgdNygj2pJbKkZ6yDbhDTFrZh3Sp+dMrrDuUjl+5aDxcrMgMJ3vTK YJjI9sqcPPW7z6pvZ3spuKA6JlFV+NOYKAkQ0kkojbxx69dnTiEHXYNTuH2ZoZM8osW7 LM8CnT7Mk7qhdCAIqL7aaCBOUDEvJjIEP2Wqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ec+UPIGOXF1qEO40oXIeZwzd/9DU5XQmACDvhCSecr38IMWFf3xBTsGfard2WHpuYs /uuyy7AAsoFN1U+d6voo6QX3VYz2O9SRlJC1GeIISf1VO6DYkjhvm87lr605GUMf0Xgk Ks8zNdHkPPr6D/+2QS0sD7/vtCkYa5O3FFfJQ= Original-Received: by 10.213.32.143 with SMTP id c15mr19603081ebd.67.1297096856072; Mon, 07 Feb 2011 08:40:56 -0800 (PST) Original-Received: by 10.213.13.20 with HTTP; Mon, 7 Feb 2011 08:40:35 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136218 Archived-At: On Mon, Feb 7, 2011 at 5:02 PM, Stefan Monnier wrote: >> My org-mode is patched and Emacs somehow fight backs and sets >> font-lock-keywords to nil. Sometimes. I am trying to find out how. > > Maybe *Messages* has a clue? > Try to (setq font-lock-support-mode nil) to turn off jit-lock and try again? Hm, thanks, but is somehow happening when desktop opens the files. I think I will dive there first...