all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Boeters <st.boeters@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Default position of speedbar frame
Date: Fri, 13 Mar 2009 16:27:49 -0700 (PDT)	[thread overview]
Message-ID: <5205c703-051f-4cb3-a366-2c3005bb7bc1@p11g2000yqe.googlegroups.com> (raw)

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


             reply	other threads:[~2009-03-13 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-13 23:27 Stefan Boeters [this message]
2009-03-14  5:03 ` Default position of speedbar frame Andy Stewart
     [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=5205c703-051f-4cb3-a366-2c3005bb7bc1@p11g2000yqe.googlegroups.com \
    --to=st.boeters@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.