Occasionally people get this macro error. It usually afflicts people who
take the trouble to compile the JDE files (I never bother) and is usually
cleared up by recompiling or simply deleting all the .elc files.
Also please use the JDE's Submit Problem Report command when asking for
help (see my signature). This command generates complete information about
your setup, avoiding my having to waste precious time just trying to get
the relevant data from you.
- Paul
At 05:18 PM 8/22/00 -0700, you wrote:
>>>>
Paul, Please take a look at the messages below. I keep getting "Invalid
Macro" messages, in many different places. I get these when I try to
start the debugger. I'm using ntemacs 20.7, with the latest JDE. Note, I
did get jde to work, but it seems kind of sensitive. I cut just about
everything out of my init files to avoid any possibility of conflicts.
Here's my load file, along with the message output. Thanks. Justin
(setq load-path
(append
(list
(expand-file-name "../site-lisp/third-party/speedbar-0.12")
(expand-file-name "../site-lisp/third-party/semantic-1.2.1")
(expand-file-name "../../jde-2.2.2/lisp")
(expand-file-name "~/elisp")
)
load-path)) (setenv "PATH" (concat "d:\\Apps\\jdk1.3\\bin;"
(getenv "PATH")))
(setenv "CLASSPATH" ".") (require 'jde) (custom-set-variables
'(jde-compile-option-command-line-args "-g")
'(jde-bug-jdk-directory "d:/Apps/jdk1.3/")
'(jde-db-source-directories (quote ("c:/test" "d:/Apps/jdk1.3/src.jar")))
'(jde-jdk-doc-url "d:\\jdk1.2\\docs\\api\\index.html")
'(jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
'(jde-global-classpath (quote ("c:\\test")))
'(jde-bug-jpda-directory "d:/Apps/jdk1.3")
'(jde-bug-vm-includes-jpda-p t)
'(jde-run-classic-mode-vm t))
(custom-set-faces)
(D:\Apps\emacs-20.7\bin\emacs.exe)
Loading env...
Loading env...done
Loading cus-face...
Loading cus-face...done
Loading regexp-opt (compiled; note, source file is newer)...
Loading regexp-opt (compiled; note, source file is newer)...done
Loading wid-browse...
Loading wid-browse...done
Loading backquote...
Loading backquote...done
Loading cl-extra...
Loading cl-extra...done
Bootstrapping objects...
Bootstrapping objects...done
Loading cl-macs...
Loading cl-macs...done
Loading cl-seq...
Loading cl-seq...done
For information about the GNU Project and its goals, type C-h C-p.
Setting JDE variables to startup values...
Fontifying HelloWorld.java...
Fontifying HelloWorld.java... (regexps.............)
Setting JDE variables to startup values...
Fontifying *scratch*...
Fontifying *scratch*... (regexps............)
Setting JDE variables to startup values...
(No files need saving)
Fontifying *compilation*...
Fontifying *compilation*... (regexps...........................)
(No files need saving)
Invalid function: (macro . #[(&rest body)
"���������\"BBB�����\"BBBFBBB" [body if (and (eq system-type (quote
windows-nt)) (not jde-xemacsp)) (boundp (quote
win32-start-process-show-window)) let ((save
win32-start-process-show-window)) (setq win32-start-process-show-window t)
append ((setq win32-start-process-show-window save)) ((save
w32-start-process-show-window))] 11 ("d:/Apps/jde-2.2.2/lisp/jde-run.elc"
. 15177)])
GNU Emacs 20.7.1 (i386-*-nt4.0.1381) of Tue Jun 13 2000 on buffy
------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT
When requesting technical support, please generate a problem report, using
the JDE->Help->Submit Problem Report command, and submit this report along
with your help request. The Submit Problem Report command is designed to
gather all the information that someone who does not have direct access to
your system might need to solve your problem. It saves people who want to
help you from having to waste time trying to dig relevant information out
of you. Please note that if you do not get a response to a question, it may
be because you did not provide sufficient information to solve the problem.
Filing a problem report is the best way to ensure that you get a response.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html