Hi folks, I tried to edit my .emacs in order to make JDE show the SpeedBar automatically when entering JDE mode. I edited my .emacs (_emacs actually, as I use NTEmacs), and the beginning of it now looks like below: (defun my-jde-mode-hook () ;; Make the speedbar appear when entering JDE mode. ;(speedbar t) ;; Make the speedbar 30 characters wide. ;(set-frame-width speedbar-frame 30) ;; Display a menu with all functions, classes, interfaces and such. (imenu-add-to-menubar "Function") ... When I uncomment the line with "(speedbar t)" and the set-frame -width line, the SpeedBar will open and have the correct witdth. However, double-clicking on a file in the SpeedBar will result in a "Cannot switch buffers in a dedicated window" message. I would be very happy for advice on how to make it work as well as an explanation on the current behaviour. (NTEmacs 2.7.1, JDE 2.1.8, SpeedBar 0.11, Semantic 1.1) Thanks, Mattias �berg
