emacs speedbar for python mode?

François Pinard pinard at iro.umontreal.ca
Sat Jun 23 11:03:43 EDT 2001


[Boudewijn Rempt]

> Wonderful! Is there perhaps also a way to automatically
> open the speedbar?

I use the following.  Only the last line really matters to you. :-)


;;;; `Speedbar' mode.

(eval-after-load "speedbar"
  '(push '(background-color . "floral white") speedbar-frame-parameters))

(when (and window-system
	   (load "speedbar" t))
  (setq speedbar-verbosity-level 0)
  ;; REVOIR: Le curseur reste dans le speedbar, malgré le save-excursion.
  (save-excursion
    (speedbar-frame-mode 1)))

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard




More information about the Python-list mailing list