It seems jde-db-debugger is being defined as
a list as well as a class in jde-db.el

Here are the snippets -

(defcustom jde-db-debugger (list "jdb (new)")
  "Specify the debugger you want to use to debug Java programs.  Select
JDEbug, if you want to use the JDE's builtin debugger.  Select jdb
(new), if
:
:

and

(defclass jde-db-debugger ()
  ((name          :initarg :name
                  :type string
                  :initform "Java debugger"
                  :documentation 
                  "Name of this Java debugger.")

This causes the opening of a .java file to fail
with error message -

File mode specification error: (wrong-type-argument listp
jde-db-debugger)


-sandip

=====
Sandip Chitale
Hall-of-fame @ http://www.jguru.com

Next statement is true.
Previous statement if false.

__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

Reply via email to