all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Default position of speedbar frame
@ 2009-03-13 23:27 Stefan Boeters
  2009-03-14  5:03 ` Andy Stewart
       [not found] ` <mailman.3162.1237105344.31690.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Boeters @ 2009-03-13 23:27 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-15 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 23:27 Default position of speedbar frame Stefan Boeters
2009-03-14  5:03 ` Andy Stewart
     [not found] ` <mailman.3162.1237105344.31690.help-gnu-emacs@gnu.org>
2009-03-15 18:38   ` Stefan Boeters

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.