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 the compilation-mode-hook the sole visible buffer Date: Wed, 30 Nov 2011 20:23:35 +0800 Message-ID: <87bortx0hk.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322655832 8988 80.91.229.12 (30 Nov 2011 12:23:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2011 12:23:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: valentin@syntactic.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 30 13:23:48 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 1RVjCW-0001Se-Ku for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Nov 2011 13:23:48 +0100 Original-Received: from localhost ([::1]:50341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVjCV-00088A-Rd for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Nov 2011 07:23:47 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVjCS-000885-7E for help-gnu-emacs@gnu.org; Wed, 30 Nov 2011 07:23:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVjCO-0007MQ-6i for help-gnu-emacs@gnu.org; Wed, 30 Nov 2011 07:23:44 -0500 Original-Received: from caiajhbdcahe.dreamhost.com ([208.97.132.74]:47580 helo=homiemail-a10.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVjCN-0007MG-WD for help-gnu-emacs@gnu.org; Wed, 30 Nov 2011 07:23:40 -0500 Original-Received: from homiemail-a10.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTP id B439A280073; Wed, 30 Nov 2011 04:23:38 -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=N7SHUifUaeKkP4LsCIZiHWR7pMfyLA0Fumxhqn1pMv1opQhyR aJcfyxNhFEb/DFXcnt2IqbavA0GINEqq2xe0MvYIesDwMZ2BndCbhyNmBka7/9rm USPD7M89d/xxX9edlXCp5xM7VOqHrwCTmiCh8Izhzu+0aDWUARcdpEE6XU= 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=SCp3GVFD2tUrjj1uStd9I9ICido=; b=W6+7Prq9afdTB 2ifxNJjV9v/9OTTT6n5CNXxVI+0w1HMwQbE27A7XzRUNgBFx3DVYy4Qj8nk/ixx9 DvBV0GXy74ZECMkf8iciVTV9i1Usz9y4cXxexrkmaQpqfLVlRCrTvdtLi+C2XLUY 0enAqm2KaCmjfmFlzRQkghZHnu/mj0= Original-Received: from jidanni.org (218-174-214-13.dynamic.hinet.net [218.174.214.13]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 608C0280071; Wed, 30 Nov 2011 04:23:38 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.74 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:83099 Archived-At: >>>>> "VB" == Valentin Baciu writes: VB> (add-hook 'compilation-mode-hook 'delete-other-windows) Very elegant however it doesn't work. emacs-version "24.0.91.1"