all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* all I wanted to do was make the compilation-mode-hook the sole visible buffer
@ 2011-11-27  7:28 jidanni
  2011-11-27  7:28 ` jidanni
  0 siblings, 1 reply; 8+ messages in thread
From: jidanni @ 2011-11-27  7:28 UTC (permalink / raw)
  To: help-gnu-emacs

All I wanted to do was make the compilation-mode-hook the sole visible buffer.
(setq
 compilation-mode-hook
 (function
  (lambda ()
    (delete-other-windows);doesn't work, so try:
;   (enlarge-window 111);window-resize: Cannot resize the root window of a frame
    )))

Please don't tell me about frames again.
All I want to do is make this work.



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

end of thread, other threads:[~2011-12-06 14:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-27  7:28 all I wanted to do was make the compilation-mode-hook the sole visible buffer jidanni
2011-11-27  7:28 ` jidanni
2011-11-29 10:56   ` Thien-Thi Nguyen
2011-11-30  2:36     ` jidanni
2011-11-30  3:46     ` jidanni
2011-11-30  9:03       ` Valentin Baciu
2011-11-30 12:23         ` jidanni
2011-12-06 14:37           ` Thien-Thi Nguyen

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.