all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Convenient Speedbar
@ 2019-03-07 21:35 Joe Riel
  2019-03-07 22:20 ` Drew Adams
  2019-03-07 22:21 ` Drew Adams
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Riel @ 2019-03-07 21:35 UTC (permalink / raw)
  To: Help GNU Emacs

I use speedbar, occasionally.  Because my emacs is normally full screen,
I manually readjust it and the speedbar frame to appropriate sizes.
What is a convenient way to automate this, so that when speedbar is
launched, the frames sizes and locations are automatically adjusted?

-- 
Joe Riel




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

* RE: Convenient Speedbar
  2019-03-07 21:35 Convenient Speedbar Joe Riel
@ 2019-03-07 22:20 ` Drew Adams
  2019-03-07 22:21 ` Drew Adams
  1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2019-03-07 22:20 UTC (permalink / raw)
  To: Joe Riel, Help GNU Emacs

> I use speedbar, occasionally.  Because my emacs is normally full screen,
> I manually readjust it and the speedbar frame to appropriate sizes.
> What is a convenient way to automate this, so that when speedbar is
> launched, the frames sizes and locations are automatically adjusted?

You can use `tile-frames-side-by-side' from library
`frame-cmds.el'.

It tiles frames equally, which might not be what you
want for speedbar plus others.  But you can use other
functions in the library to adjust widths etc.

You can also use worker function `frcmds-tile-frames'
to tile all (or some given list of) frames other than
speedbar into the screen rectangle that is your display
rectangle minus your speedbar frame.  That is, leave
the speedbar frame where it is and tile other frames
into the screen space outside the speedbar frame.



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

* RE: Convenient Speedbar
  2019-03-07 21:35 Convenient Speedbar Joe Riel
  2019-03-07 22:20 ` Drew Adams
@ 2019-03-07 22:21 ` Drew Adams
  1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2019-03-07 22:21 UTC (permalink / raw)
  To: Joe Riel, Help GNU Emacs

> You can use `tile-frames-side-by-side' from library
> `frame-cmds.el'.

Forgot to add where to find it:

https://www.emacswiki.org/emacs/frame-cmds.el



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

end of thread, other threads:[~2019-03-07 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-07 21:35 Convenient Speedbar Joe Riel
2019-03-07 22:20 ` Drew Adams
2019-03-07 22:21 ` Drew Adams

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.