help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs speedbar configuration


From: Michael Slass
Subject: Re: emacs speedbar configuration
Date: Wed, 25 Sep 2002 19:05:21 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

David Sumsky <xsumsky@fi.muni.cz> writes:

>Hi all,
>I need only two simple things to work with my EMACS.
>Is there a way how to make SPEEDBAR to stay on top of all another
>windows/frames?!?
>Is it possible to configure SPEEDBAR via X window resources?!?
>I need to set fixed SPEEDBAR's position on the screen ...
>Thanks, Dave
>

I don't know how to do the first part, but to fix the position, you
could add 'top and 'left cells to the speedbar-frame-parameters

(add-hook
 'speedbar-mode-hook
 (lambda ()
   (add-to-list 'speedbar-frame-parameters '(top . 0))
   (add-to-list 'speedbar-frame-parameters '(left . 0))))   


-- 
Mike Slass


reply via email to

[Prev in Thread] Current Thread [Next in Thread]