At 10:14 AM 4/6/00 -0500, you wrote:
>I'm looking for a simple way to raise (change focus to) Emacs when a 
>breakpoint is hit.  There wasn't a config parameter that looked right to do 
>this, and I wasn't able to overcome my lack of Lisp/Emacs coding skills to 
>identify where in the code would be the appropriate place.  Ideas?
>
>S
>
>--
>Steve Peterson                               +1 952 948 9729
>Principal Consultant                     FAX +1 612 677 3050
>Virtation Technologies, Inc.            http://virtation.com

Hi Steve,

Insert the following form

(raise-frame)

after line number 277 in jde-dbo.el, rev. 1.20.

Here is the context.

          (if state-info
              (progn
                (raise-frame)   ;; <== Add this line
                (jde-dbs-proc-state-info-set state-info state reason thread-id 
thread-name)
                (jde-dbo-update-locals-buf process thread-id 0)


I will include this patch in the next release.

Thanks for suggesting it.

- 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


Reply via email to