From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: see compilation results in a single window Date: Tue, 26 Dec 2006 04:30:29 +0800 Message-ID: <87ejqnn2fu.fsf@jidanni.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167081856 23247 80.91.229.10 (25 Dec 2006 21:24:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Dec 2006 21:24:16 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 25 22:24:15 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GyxIo-0003PO-GE for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Dec 2006 22:24:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyxIn-00028u-R7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Dec 2006 16:24:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GyxIk-00024A-BS for bug-gnu-emacs@gnu.org; Mon, 25 Dec 2006 16:24:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GyxIj-00022Z-3y for bug-gnu-emacs@gnu.org; Mon, 25 Dec 2006 16:24:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyxIi-00022I-V4 for bug-gnu-emacs@gnu.org; Mon, 25 Dec 2006 16:24:05 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GyxIi-0002vE-Jj for bug-gnu-emacs@gnu.org; Mon, 25 Dec 2006 16:24:04 -0500 Original-Received: from tc218-187-22-102.dialup.dynamic.apol.com.tw ([218.187.22.102]:55952 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.62 #1) id 1GyxIp-0000PD-4O by authid with plain for ; Mon, 25 Dec 2006 13:24:12 -0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15480 Archived-At: In emacs' compilation mode, there is no way to stop it from splitting the window. One must type M-x 0 after each and every compilation if one wants to see the results window only. compilation-mode-hook won't help as there are other forces at work.