byte compile in emacs

Ben Pfaff pfaffben@msu.edu
15 Apr 2001 02:08:28 -0400


"Marcel Kunath" <kunathma@pilot.msu.edu> writes:

> After having successfully installed and configured Emacs on Win2k I was trying
> to replicate my setup on Linux. I pulled down source of psgml-1.2.2 and am
> trying to byte compile the files but it will not compile any except psgml.el
> 
> I get simple errors like this:
> 
> Compiling file /usr/share/emacs/site-lisp/psgml-1.2.2/psgml-parse.el at Sun Apr
> 15 00:15:58 2001
>   !! File error (("Cannot open load file" "psgml"))

Is "/usr/share/emacs/site-lisp/psgml-1.2.2/" in load-path?
Perhaps it should be.  Try adding something like
	(setq load-path (nconc load-path (list "/usr/share/emacs/site-lisp/psgml-1.2.2/")))
to your ~/.emacs.

-- 
"Term, holidays, term, holidays, till we leave school,
 and then work, work, work till we die."
C. S. Lewis