Absolutely.  It worked, I don't know why, but I'm sure there's a good
reason.
Thanks Steve.
Jeff

-----Original Message-----
From: Molitor, Stephen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 1:01 PM
To: 'Jeff Rancier'; Jde-List
Subject: RE: jde-bug-key-bindings


Don't know if it matters or not, but I've always used lower case for
function key bindings:

 '(jde-bug-key-bindings (quote (("[f6]" . jde-bug-step-over)

Steve Molitor
[EMAIL PROTECTED]


-----Original Message-----
From: Jeff Rancier [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 11:56 AM
To: Jde-List
Subject: jde-bug-key-bindings


Hello,

I took Paul's advice of customizing jde-bug-key-bindings to setup my
functions keys for stepping in JDEbug.  Previously they were set using
global-set-keys.  Unfortunately, I must be specifying the function keys
incorrectly.  If I do a C-h k F6, for example, I get:

        f6 is undefined

Here is the definition from my .emacs:

 '(jde-bug-key-bindings (quote (("[F6]" . jde-bug-step-over) ("[F7]" .
jde-bug-step-into) ("[F8]" . jde-bug-step-into-all) ("[F9]" .
jde-bug-step-out) ("[? ? ?]" . jde-bug-continue) ("[? ? ?]" .
jde-bug-toggle-breakpoint))))

Can someone help me with the correct definition of these keys in customize.

Thanks.
Jeff

Reply via email to