emacs speedbar for python mode?

Boudewijn Rempt boud at rempt.xs4all.nl
Sat Jun 23 11:14:10 EDT 2001


François Pinard <pinard at iro.umontreal.ca> wrote:
> [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)))

Thank! I've only just bit the bullet and started to use emacs - after I
found out there really isn't an alternative for writing docbook. I do
wish I hadn't put it off for so long, though. I've used vi and nedit
for more than half a decade...

-- 

Boudewijn Rempt  | http://www.valdyas.org 



More information about the Python-list mailing list