At 09:10 AM 5/24/00 -0400, you wrote:
>Hi,
>
>After downloading JDE beta24 , speedbar version 0.10 and bovinator 1.1. I
>copied all the lisp files from speedbar and bovinator to the JDE lisp
>directory. When I try to expand a branch in the speedbar window I get the
>following message:
>
>Signaling: (wrong-number-of-arguments #<subr sort> 1)
> sort((("autoeval" package nil 1 18)))
> funcall(sort (("autoeval" package nil 1 18)))
Perhaps an old version of speedbar is shadowing the new version.
I prefer to keep the bovinator and speedbar code in their own directories
to simplify updates. If I install a new version of the JDE, I just have to
change my load-path in my .emacs file, avoiding the need to do a lot of
file copying.
>
>**** Problem 2 ****
>Since beta 23, the debugger has been unusable for me. I reported a bug in
>beta 23 related to the feature of bringing the JDE window to the front when
>a breakpoint was hit. Since you implemented this feature the debugger has
>been unusable for me when debugging gui programs. JDE and my debugging app
>freezes and the only way out is to kill emacs-jde from the task manager. Is
>there a way to disable that screen popping functionality so that I can get a
>working debugger.
>
Yes.
1.Open jde-dbo.el.
2 Search for the line
(raise-frame)
3. Put a semicolon at the beginning of the line.
4. Save the file.
5. Recompile the file if you comple JDE Lisp files.
6. Restart Emacs.
I'll add a configuration variable to handle this in an upcoming release.
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
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