Hi there,
I cannot get rid of the fole mode spec error in jde-2.2.5
We use GNU Emacs 20.4.1 (sparc-sun-solaris2.7, X toolkit) on Solaris
boxes.

To exclude errors inside my .emacs I started emacs with -q -l 1.el,
where the file 1.el contains the following entries

(setq load-path 
      (cons "/opt/EGCS/share/emacs/site-lisp/cc-mode-5.27" load-path))
(require 'cc-mode)
(setq load-path 
      (append
       '(
         "/opt/EGCS/share/emacs/site-lisp/jde-2.2.5/lisp"
         "/opt/EGCS/share/emacs/site-lisp/speedbar"
         "/opt/EGCS/share/emacs/site-lisp/semantic"
         "/opt/EGCS/share/emacs/site-lisp/elib"
         "/opt/EGCS/share/emacs/site-lisp/jde-gifts"
         "/opt/EGCS/share/emacs/site-lisp/w3/lisp"
         )
       load-path))
(require 'jde)

;;;- end of 1.el
Creating a new file Foo.java results in a file mode [C:Foo].
After Saving Foo.java and restart of emacs -q -l 1.el
the load of Foo.java results in File mode specification error:
(wrong-type-argument stringp nil).
Whats wrong here. Is out emacs-version to old or what's the reason of
that error.
Thanks in advance


--ukriegel
---------------------------------------------------------------------
Dr. E.Ulrich Kriegel, [EMAIL PROTECTED],
Fraunhofer ISST, Mollstra�e 1, D-10178 Berlin, Germany
tel:   (++49(0)30) 243 06 446 fax:   (++49 (0) 30) 24306 199.
For public key either send mail with subject ##public-key or look at
http://www.isst.fhg.de/~ukriegel/public-key.html
=====================================================================

Reply via email to