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\*
% ...
----------------------------------------------------------------------