Hi,
I've been using ECB a lot w/ JDE.
Typically I activate and deactivate it many times during an Emacs session (to
take a better look at shell buffers, dired windows, etc.), and have even created
keybinds for that (below).
The problem is, ecb-deactivate don't
seem to do a complete clean-up, specially in the mouse hooks. After I
activate/deactivate ECB I start to have very strange mouse (the so called "jump
to right destination" behavior, I believe) and frame (popping up)
behavior.
Is there anyway to configure ECB to
*really* deactivate the additional mouse/frame behavior?
Regards,
Nascif
;;
ECB keybindings
(global-set-key "\C-cea" 'ecb-activate)
(global-set-key "\C-ced" 'ecb-deactivate)
(global-set-key "\C-ceu" 'ecb-update-directories-buffer)
(global-set-key "\C-cec" 'ecb-current-buffer-sync)
(global-set-key "\C-cem" 'ecb-rebuild-methods-buffer)
(global-set-key "\C-cel" 'ecb-redraw-layout)
(global-set-key "\C-cec" 'ecb-clear-history)
(global-set-key "\C-ceh" 'ecb-show-help)
(global-set-key "\C-cea" 'ecb-activate)
(global-set-key "\C-ced" 'ecb-deactivate)
(global-set-key "\C-ceu" 'ecb-update-directories-buffer)
(global-set-key "\C-cec" 'ecb-current-buffer-sync)
(global-set-key "\C-cem" 'ecb-rebuild-methods-buffer)
(global-set-key "\C-cel" 'ecb-redraw-layout)
(global-set-key "\C-cec" 'ecb-clear-history)
(global-set-key "\C-ceh" 'ecb-show-help)
