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: Thu, 04 Jan 2007 02:32:38 +0800 Message-ID: <874pr80xmh.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167856258 22757 80.91.229.12 (3 Jan 2007 20:30:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 20:30:58 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 03 21:30:56 2007 Return-path: Envelope-to: geb-bug-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 1H2ClE-0001Cg-FZ for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 21:30:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2ClD-0007Na-QO for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 15:30:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2Cl4-0007FA-5w for bug-gnu-emacs@gnu.org; Wed, 03 Jan 2007 15:30:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2Cl2-0007Dk-3u for bug-gnu-emacs@gnu.org; Wed, 03 Jan 2007 15:30:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2Cl1-0007Dg-Te for bug-gnu-emacs@gnu.org; Wed, 03 Jan 2007 15:30:44 -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 1H2Cl1-0001OV-Ej for bug-gnu-emacs@gnu.org; Wed, 03 Jan 2007 15:30:43 -0500 Original-Received: from tc218-187-22-213.dialup.dynamic.apol.com.tw ([218.187.22.213]:39551 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.62 #1) id 1H2ClE-0007e6-4D by authid with plain for ; Wed, 03 Jan 2007 12:30:57 -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:15503 Archived-At: > But wait. What if I want to be left looking at the top of the > compilation buffer, instead of following its tail? < That should be the default behavior; did you try in "emacs -Q"? < The variable compilation-scroll-output controls whether Emacs tracks < the tail of the messages or not. $ emacs -Q #using snapshot of late Sep 2006, sorry (set-variable (quote compilation-window-height) 111 nil) (compile "seq 222" nil) And it still tracks the bottom, even though compilation-scroll-output is nil, as default.