Adrian Aichner writes:
Paul> In a CVS buffer, type 's' for cvs-status of a
file. Attempt to load
Paul> cvs-status library fails with: Cannot open load file: mule
I experienced this too, in (emacs-version)
"XEmacs 21.1 (patch 10) \"Capitol Reef\" [Lucid] (i386-pc-win32) of
Fri Jun 09 2000 on ZJ75T"
I haven't investigated but this requirement doesn't seem right.
Anybody know the story?
I've built the pcl-cvs package from sources and not had this problem
(I run a mule-less XEmacs).
I suspect that the binary-kit packages must have somehow gotten
infected with Mule; I think it has to do with how they were built,
rather than the pcl-cvs code itself, which has no Mule dependencies.
Oops, just after writing that last sentence I did a
"grep mule pcl-cvs/*el" and came up with this:
;; chars sets. Ripped from cvstree
(defvar cvstree-dstr-2byte-ready
(when (featurep 'mule)
(if (boundp 'current-language-environment)
(string= current-language-environment "Japanese")
t)) ; mule/emacs-19
in cvs-status.el... this is the only reference to Mule in the entire
pcl-cvs package. Is this possibly the source of the problem?