From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [bug] Commit 6f8ea8e breaks the build Date: Mon, 12 Dec 2011 20:55:45 +0530 Message-ID: <8162hlg6bq.fsf@gmail.com> References: <81mxayauuh.fsf@gmail.com> <87mxaxsx1u.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra7lY-0004kE-Oz for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 10:26:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra7lS-0002aA-E0 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 10:26:08 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:59500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra7lS-0002a3-3c for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 10:26:02 -0500 Received: by iahk25 with SMTP id k25so10480766iah.0 for ; Mon, 12 Dec 2011 07:26:01 -0800 (PST) In-Reply-To: <87mxaxsx1u.fsf@gnu.org> (Bastien's message of "Mon, 12 Dec 2011 15:07:41 +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: Martyn Jago , emacs-orgmode@gnu.org Bastien writes: > Jambunathan K writes: > >> Don't you have htmlfontify.el in your version of Emacs? I thought it is >> part of regular Emacs. Could you please check why this is so? May be >> some adjustment of load path is required or htmlfontify.el has to be >> installed. > > htmlfontify.el is part of Emacs since version >= 23.2. See this > log in the ChangeLog.15 file in Emacs: > > 2009-11-19 Vivek Dasmohapatra > > * htmlfontify.el, hfy-cmap.el: New files. > > I pushed a fix that checks whether the user is running Emacs >= 23.2 > and require htmlfontify.el only if so. Thanks Bastien. I pushed one more fix which does a (require 'htmlfontify nil t) instead of (require 'htmlfontify). > Thanks,