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 *compilation* the sole visible buffer


From: jidanni
Subject: Re: all I wanted to do was make *compilation* the sole visible buffer
Date: Fri, 09 Dec 2011 07:46:06 +0800

>>>>> "TN" == Thien-Thi Nguyen <ttn@gnuvola.org> writes:
TN> (defun solipsistic-child (process)
TN>   "Me, me, look at me!"
TN>   (with-current-buffer (process-buffer process)
TN>     (delete-other-windows)))
TN> (add-hook 'compilation-start-hook 'solipsistic-child)
Very nice, except it leaves the user staring at the... Makefile, not 
*compilation*.



reply via email to

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