From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: Re: all I wanted to do was make *compilation* the sole visible buffer Date: Fri, 09 Dec 2011 07:46:06 +0800 Message-ID: <87y5umtyo1.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1323389245 29271 80.91.229.12 (9 Dec 2011 00:07:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2011 00:07:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ttn@gnuvola.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 09 01:07:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RYnzh-0000Pz-8d for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Dec 2011 01:07:17 +0100 Original-Received: from localhost ([::1]:36272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYnzg-0007f0-GQ for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2011 19:07:16 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYnzb-0007er-T0 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 19:07:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYnza-0003E5-Kv for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 19:07:11 -0500 Original-Received: from caiajhbdccah.dreamhost.com ([208.97.132.207]:56602 helo=homiemail-a3.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYnza-0003Dt-E9 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2011 19:07:10 -0500 Original-Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id AB32B284082; Thu, 8 Dec 2011 16:07:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=WO/aCYFONaWVwvzWRSnbgmwqFPknoEpIhj9sq1/Mc1PJGu2Fh Lsv9MEXXEozOwauHedw4rcZChyZuZoORFECXnKqoR1pvLjTFNf+RJqvICNPaUW8a lgBZlbjBfpxVuS/LGR+AzK/zxsAzAv8z05xhB70gac26qrjzijAZ0GUIjk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=pyD427hAjI/+mOmHBZCQ1GfNgho=; b=BBGQqhOHSNT4G lqhZ9OxAZluKHKFj/8HMrMxRmAmcLgfnFBjYmhR5jPxEPKr7zdHA+ZFZdSZHq/E4 FPvbE9w4/4VgV9z6P+xX9Z2+1Upe5f4XgBKhJE5OwT9GYbsOg59Zf+sMaqtrPj4c aB8SrS+Iw5/ZcZqrLZ3wImei5gGQ50= Original-Received: from jidanni.org (218-163-22-69.dynamic.hinet.net [218.163.22.69]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 5498C28406E; Thu, 8 Dec 2011 16:07:08 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.207 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83168 Archived-At: >>>>> "TN" == Thien-Thi Nguyen 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*.