all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to pickle split window?
@ 2013-03-08 11:32 Haines Brown
  2013-03-08 15:32 ` jpkotta
  0 siblings, 1 reply; 11+ messages in thread
From: Haines Brown @ 2013-03-08 11:32 UTC (permalink / raw)
  To: help-gnu-emacs

I normally run emacs with split windows and so have 

   (split-window-horizontally)

in its initialization file. However, I periodically interrupt work
to run M-x gnus. When I close gnus, I am not returned to a split window,
but to a single window. 

What can I do to return to the split window that displays my prior state
automatically after closing gnus without having to do an emacs reload
command with:

  ;; Enable M-x reload
  (defun reload () "Reloads .emacs interactively."
    (interactive)
    (load "~/.emacs"))

Haines Brown



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

end of thread, other threads:[~2013-03-10 14:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 11:32 How to pickle split window? Haines Brown
2013-03-08 15:32 ` jpkotta
2013-03-08 20:05   ` Haines Brown
2013-03-08 20:52     ` Lowell Gilbert
2013-03-09 13:15       ` Haines Brown
2013-03-09 14:19         ` Lowell Gilbert
2013-03-10  2:47         ` Eric Abrahamsen
     [not found]         ` <mailman.21792.1362883346.855.help-gnu-emacs@gnu.org>
2013-03-10 14:00           ` Haines Brown
2013-03-08 20:59     ` Joost Kremers
2013-03-09  0:35     ` Eric Abrahamsen
2013-03-09  8:24     ` Ivan Kanis

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.