all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Slass <miknrene@drizzle.com>
Subject: Re: emacs speedbar configuration
Date: Wed, 25 Sep 2002 19:05:21 GMT	[thread overview]
Message-ID: <m3k7l9lwig.fsf@localhost.localdomain> (raw)
In-Reply-To: 3D91FBEC.1090600@fi.muni.cz

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	other threads:[~2002-09-25 19:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 18:09 emacs speedbar configuration David Sumsky
2002-09-25 19:05 ` Michael Slass [this message]
2002-09-26 13:38   ` Eric Ludlam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k7l9lwig.fsf@localhost.localdomain \
    --to=miknrene@drizzle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.