all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Stewart <lazycat.manatee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Default position of speedbar frame
Date: Sat, 14 Mar 2009 13:03:48 +0800	[thread overview]
Message-ID: <87mybovgp7.fsf@debian.domain> (raw)
In-Reply-To: 5205c703-051f-4cb3-a366-2c3005bb7bc1@p11g2000yqe.googlegroups.com

Hi,

Stefan Boeters <st.boeters@gmail.com> writes:

> There is an old thread ("Define geometry of speedbar window?" of 1999)
> where options to define the default position of the speedbar have been
> intensively discussed:
>
> http://groups.google.de/group/gnu.emacs.help/browse_thread/thread/a8779f23992f671
>
> However, there didn't seem to be a clear outcome. In my attempt to
> position the speedbar at the left uppermost corner of the screen, I
> tried the following suggested additions to the _emacs file:
>
> A)
>
> (setq speedbar-frame-parameters '((top . 0) (left . 0)))
>
> B)
>
> (require 'speedbar)
>   (add-to-list 'speedbar-frame-parameters '(top . 0))
>   (add-to-list 'speedbar-frame-parameters '(left . 0)
>
> C)
>
> (defun arc-spedbar()
>   (interactive)
>   (speedbar)
>   (set-frame-position (selected-frame) 0 0))
>
> None of these was successful. -- Has anyone a further hint?
>
> Stefan

You can try to use sr-speedbar.el

At http://www.emacswiki.org/cgi-bin/emacs/SrSpeedbar

Regards,

  -- Andy





  reply	other threads:[~2009-03-14  5:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 23:27 Default position of speedbar frame Stefan Boeters
2009-03-14  5:03 ` Andy Stewart [this message]
     [not found] ` <mailman.3162.1237105344.31690.help-gnu-emacs@gnu.org>
2009-03-15 18:38   ` Stefan Boeters

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=87mybovgp7.fsf@debian.domain \
    --to=lazycat.manatee@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.