Bastien <b...@altern.org> writes: > Jambunathan K <kjambunat...@gmail.com> 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 <vi...@etla.org> > > * 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,