Installed XEmacs-21.4.9 on Windows 2000.
When I try opening a .c file, I get the following messages. "Mode c-mode
is not installed. Download package (prog-modes 1.60)" & then "File mode
specification error: (error "c-mode")".
I installed the sumo-tarball packages. I also installed the cc-mode
package separately.
I tried putting
(load-file
"C:/progra~1/XEmacs/XEmacs-21.4.9/xemacs-packages/lisp/cc-mode/cc-mode")
in my init.el. Also tried
(require 'cc-mode)
and
(load-library "cc-mode")
and
(setq load-path (cons
"C:/progra~1/XEmacs/XEmacs-21.4.9/xemacs-packages" load-path))
I still get the same messages. So it seems it's not finding my cc-mode
package and for some reason it's looking for c-mode which I don't have. My
packages are right under the XEmacs-21.4.9 directory. cc-mode is in the
xemacs-packages/lisp/cc-mode directory. I had similar problems on 21.4.6 &
4.5. I never ran into any problems when I was on 21.1.xx. But since my
hard drive crashed I've been trying to load the latest of everything.
Any help would be greatly appreciated.
Carlos