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 10:36:58 +0800 Message-ID: <87hb1m8hf9.fsf@jidanni.org> References: <87sjl7tcxe.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322620635 16195 80.91.229.12 (30 Nov 2011 02:37:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2011 02:37:15 +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 Wed Nov 30 03:37:12 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 1RVa2p-00038a-K4 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Nov 2011 03:37:11 +0100 Original-Received: from localhost ([::1]:41361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVa2o-0001ON-Ig for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Nov 2011 21:37:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:58516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVa2j-0001O6-PN for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 21:37:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVa2i-0005h5-In for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 21:37:05 -0500 Original-Received: from caiajhbdccac.dreamhost.com ([208.97.132.202]:57950 helo=homiemail-a1.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVa2i-0005gz-C6 for help-gnu-emacs@gnu.org; Tue, 29 Nov 2011 21:37:04 -0500 Original-Received: from homiemail-a1.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTP id 4E28634806C; Tue, 29 Nov 2011 18:37:02 -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=WOxb4C69abam33M/J/0NDYl1XwKQc37oZeTwaHSbqo9+qI59C Z/PmN0yzPRUBx1K9h2Uxwk+IzSzjjaBNIJL1AxW2SVfBcN9vmxAfNsYF4YUflSo7 XdTMOuUUsrzGlDyyDFAH0QsoEs177y35m/kHMD33vgX5D5WT/wKBoHnxdY= 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=83zIyW63tnrxavi9ZwUdJnkqB2I=; b=Z1GB3VqmLYp7V K2VuXOss7qzJDaaEz0oPkmgNGgy4+3Ys3mR6XcBt+ikgOltfebK1RNg4b/GNTtNY jxUTTpWVHOm/9O6Nx6uxUZfms18K+B9GD+ZPiGkMlWLCAuKNdG1qGHJWUbHYL7sk jBLvSERt0AFTLNhHDgrmpvfhcNjSzg= Original-Received: from jidanni.org (218-163-18-244.dynamic.hinet.net [218.163.18.244]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTPSA id 0621A34806A; Tue, 29 Nov 2011 18:37:02 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.202 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:83096 Archived-At: >>>>> "TN" == Thien-Thi Nguyen writes: TN> (add-to-list 'same-window-buffer-names "*compilation*") Perfect! Thanks!