* 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
* Re: Default position of speedbar frame
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>
1 sibling, 0 replies; 3+ messages in thread
From: Andy Stewart @ 2009-03-14 5:03 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Default position of speedbar frame
[not found] ` <mailman.3162.1237105344.31690.help-gnu-emacs@gnu.org>
@ 2009-03-15 18:38 ` Stefan Boeters
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Boeters @ 2009-03-15 18:38 UTC (permalink / raw)
To: help-gnu-emacs
Hi Andy,
> You can try to use sr-speedbar.el
>
> At http://www.emacswiki.org/cgi-bin/emacs/SrSpeedbar
thanks for the hint. Actually, it seems that sr-speedbar can be
handled much easier than the speedbar in a separate frame.
One follow-up question: How do I activate the sr-speedbar
automatically with starting Emacs? For the speedbar in a separate
frame, I can add "(speedbar 1)" in the _emacs file. Is there something
analogous for sr-speedbar?
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).