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

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

Re: emacs speedbar configuration


From: Eric Ludlam
Subject: Re: emacs speedbar configuration
Date: 26 Sep 2002 09:38:37 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>> Michael Slass <miknrene@drizzle.com> seems to think that:
>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))))   

You can make speedbar auto-raise with:

(auto-raise-mode 1)

in that same hook.

To make speedbar stay on top, you can configure that with most window
managers by providing speedbar's frame name.

Eric


reply via email to

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