From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Fontification in Org tables Date: Fri, 28 Dec 2012 22:40:10 -0500 Message-ID: <86k3s1edb9.fsf@iro.umontreal.ca> References: <86txr613nh.fsf@iro.umontreal.ca> <87ehiaavx3.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TonHQ-0006cf-Sr for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 22:40:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TonHP-0003xg-UZ for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 22:40:12 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:52571 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TonHP-0003wm-PQ for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 22:40:11 -0500 In-Reply-To: <87ehiaavx3.fsf@bzg.ath.cx> (Bastien's message of "Fri, 28 Dec 2012 19:11:52 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > (defun fp-fontify-fixme () > (font-lock-add-keywords > nil '(("\\" 0 font-lock-warning-face t)) t)) > HTH, IDHITAL =3D it did help indeed, thanks a lot! :-) I had more fontification to do in some tables, and succeeded because of your good hint. Joy! :-) Fran=C3=A7ois