From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to keep *compilation* buffer in background Date: Tue, 21 Oct 2008 17:11:36 +0200 Message-ID: References: <0f772658-4089-4f39-8407-af6b33637138@t42g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224602309 20315 80.91.229.12 (21 Oct 2008 15:18:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 15:18:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 17:19:28 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsJ0M-00055y-2x for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 17:18:42 +0200 Original-Received: from localhost ([127.0.0.1]:48317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsIzG-0005OI-Cu for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 11:17:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsIuQ-0002wq-Uk for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:12:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsIuJ-0002tX-JK for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:12:34 -0400 Original-Received: from [199.232.76.173] (port=46166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsIuJ-0002tO-Av for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:12:27 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:59460) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsIuI-00037i-JU for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:12:27 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K93003BUGXN4KF0@i-mtaout6.012.net.il> for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 17:13:00 +0200 (IST) In-reply-to: <0f772658-4089-4f39-8407-af6b33637138@t42g2000hsg.googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58987 Archived-At: > From: "stephan.zimmer" > Date: Tue, 21 Oct 2008 06:19:34 -0700 (PDT) > > After invoking the "compile" command the *compilation* buffer pops up > and occupies half of the emacs window. Is there any way to configure > this command such that the buffer pops up in the background? Not exactly what you asked, but maybe customize compilation-window-height to a small value, such that the window does not annoy you too much.