Hi Paul,
I solved my problem with the speedbar. Im my .emacs file I had the following
parameters set for the speedbar '(speedbar-sort-tags t) and ;
'(speedbar-tag-hierarchy-method (quote (sort sort))) these settings are not
compatible with the new speedbar.
Thanks
----------------------------------
/*
* Jean-Pierre Dub�
* Infocom enr.
* Developpement de logiciels
* Software development
*
*/
----- Original Message -----
From: "Jean-Pierre Dub�" <[EMAIL PROTECTED]>
To: "Paul Kinnucan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 13:38
Subject: Re: Problem with JDEbeta 24
> Hi Paul,
>
> Your recommendation for my second problem by commenting the (raise-frame)
> line solve the debugger problem. As for the speedbar not working properly
I
> found another copy of the speedbar.elc in my emacs/lisp directory. I
renamed
> that file but I'm still getting the same error message and the speedbar
> won't expand?
>
> Thanks
> ----------------------------------
> /*
> * Jean-Pierre Dub�
> * Infocom enr.
> * Developpement de logiciels
> * Software development
> *
> */
>
>
> ----- Original Message -----
> From: "Paul Kinnucan" <[EMAIL PROTECTED]>
> To: Jean-Pierre =?iso-8859-1?Q?Dub�?= <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Wednesday, May 24, 2000 11:58
> Subject: Re: Problem with JDEbeta 24
>
>
> > 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
> >
> >
>