all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: all I wanted to do was make *compilation* the sole visible buffer
       [not found] <mailman.2070.1323182415.798.help-gnu-emacs@gnu.org>
@ 2011-12-08 23:46 ` jidanni
  2011-12-10 21:02   ` Thien-Thi Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2011-12-08 23:46 UTC (permalink / raw
  To: ttn; +Cc: help-gnu-emacs

>>>>> "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*.



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

* Re: all I wanted to do was make *compilation* the sole visible buffer
  2011-12-08 23:46 ` all I wanted to do was make *compilation* the sole visible buffer jidanni
@ 2011-12-10 21:02   ` Thien-Thi Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2011-12-10 21:02 UTC (permalink / raw
  To: jidanni; +Cc: help-gnu-emacs

() jidanni@jidanni.org
() 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*.

You have to combine this with setting the other variable
(which i mentioned previously and promptly forgot).



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

end of thread, other threads:[~2011-12-10 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2070.1323182415.798.help-gnu-emacs@gnu.org>
2011-12-08 23:46 ` all I wanted to do was make *compilation* the sole visible buffer jidanni
2011-12-10 21:02   ` 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.