help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

all I wanted to do was make the compilation-mode-hook the sole visible b


From: jidanni
Subject: all I wanted to do was make the compilation-mode-hook the sole visible buffer
Date: Sun, 27 Nov 2011 15:28:27 +0800

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]