From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: emacs speedbar configuration Date: Wed, 25 Sep 2002 19:05:21 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3D91FBEC.1090600@fi.muni.cz> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032981378 21292 127.0.0.1 (25 Sep 2002 19:16:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2002 19:16:18 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uHdw-0005XF-00 for ; Wed, 25 Sep 2002 21:16:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uHe3-0001BZ-00; Wed, 25 Sep 2002 15:16:23 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn4feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 12.228.19.12 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: rwcrnsc53 1032980721 12.228.19.12 (Wed, 25 Sep 2002 19:05:21 GMT) Original-NNTP-Posting-Date: Wed, 25 Sep 2002 19:05:21 GMT Original-Xref: nntp.stanford.edu gnu.emacs.help:105317 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1870 David Sumsky 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