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: Re: see compilation results in a single window Date: Fri, 29 Dec 2006 06:12:57 +0800 Message-ID: <87slez7jpy.fsf@jidanni.org> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167348468 8392 80.91.229.10 (28 Dec 2006 23:27:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 23:27:48 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 29 00:27:47 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 1H04f4-0007KN-Sa for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Dec 2006 00:27:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H04f4-0002h0-9D for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 18:27:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H04f1-0002gU-Ld for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 18:27:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H04ez-0002gB-TV for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 18:27:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H04ez-0002g0-Ia for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 18:27:41 -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 1H04ez-0005rS-89 for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 18:27:41 -0500 Original-Received: from tc218-187-22-179.dialup.dynamic.apol.com.tw ([218.187.22.179]:55299 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.62 #1) id 1H04f6-0001iH-1S by authid with plain for ; Thu, 28 Dec 2006 15:27:52 -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:15486 Archived-At: >> In emacs' compilation mode, there is no way to stop it from splitting >> the window. E> Did you try to set compilation-window-height to zero? OK I set it to oh, 111 and now I'm left looking only at the compilation buffer -- just what I want. Thanks. But wait. What if I want to be left looking at the top of the compilation buffer, instead of following its tail? putting (goto-char (point-min)) in compilation-mode-hook didn't help.