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

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

Re: all I wanted to do was make the compilation-mode-hook the sole visib


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

I see, I must first do switch-to-buffer,
(setq
 compilation-mode-hook
 (function
  (lambda ()
    (switch-to-buffer "*compilation*")
    (delete-other-windows))))
OK. Solved.



reply via email to

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