When i try to byte-compile the file psgml-html.el, I get the following error
in the *Compile-Log-Show* buffer:
Compiling buffer psgml-html.el at Fri Jul 18 16:44:48 2003
While compiling toplevel forms:
!! End of file or stream (("internal input stream"))
This is with the file from the main packages site (i.e. no changes from me).
I first noticed the problem when I tried to byte-compile a modified version
and figured it was something I had done to the file. My XEmacs is 21.5.b14
(+CVS-20030629). I haven't seen this with other files that I have written
myself.
By the way I have this sexp in my start-up file
(eval-after-load 'psgml
(load-file
"/Users/royar/usr/local/lib/xemacs/site-lisp/html-mine.elc"
)
)
but it never gets called (or rather the redefinitions of some of the code
never get applied). They work if I load them directly after loading the
psgml library (by reading in an html file).
Should the 'psgml be 'psgml-html instead?