I think there is an error in the package makefile for the text-modes
package. It forgets to copy htmlize.el which is clearly supposed to be
in there.
--
Jan Vroonhof
http://www.math.ethz.ch/~vroonhof/
Mathematik, vroonhof @ math.ethz.ch
HG E16, ETH-Zentrum, Tel: +41-1-6325456/25154
Raemistrasse 101, CH-8092 Zuerich. Fax: +41-1-6321085
------- Start of forwarded message -------
From: giacomo.boffi(a)polimi.it (giacomo boffi)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14018.64831.171268.520859(a)boffi95.stru.polimi.it>
Date: Thu, 11 Feb 1999 16:54:39 +0100
Subject: exporting highlighted text??
References: <918646461.1499173974(a)news.uni-muenster.de>
<14017.32034.281441.839000(a)boffi95.stru.polimi.it>
Reply-To: giacomo.boffi(a)polimi.it
Newsgroups: comp.emacs.xemacs
giacomo boffi writes:
M-x htmlize-buffer
you need a file "htmlize.el" that may be in your
distribution, or
not
in my case, with the package text-modes v1.17 installed, it is not in
the distribution
----------------------------------------------------------------------
% cd /usr.local/lib/xemacs/xemacs-packages
% grep htmlize `find lisp/ -name \*el`
lisp/text-modes/auto-autoloads.el:(autoload 'htmlize-buffer "htmlize"
"\
..
% find lisp -name htmlize\*
% ...
----------------------------------------------------------------------
------- End of forwarded message -------