From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Possible bug Date: Wed, 03 Jan 2007 21:32:14 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167878254 22316 80.91.229.12 (4 Jan 2007 02:37:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 02:37:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 03:37:32 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2ITz-0001tG-09 for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 03:37:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2ITy-00076S-8Q for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 21:37:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2IPG-0003aE-1C for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2IPF-0003ZX-90 for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2IPF-0003ZF-3V for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:37 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2IPE-0003sw-D8 for emacs-devel@gnu.org; Wed, 03 Jan 2007 21:32:36 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H2IOs-0002ex-TB; Wed, 03 Jan 2007 21:32:14 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64733 Archived-At: Would someone like to take a look at this and see if there is a bug? To: bug-gnu-emacs@gnu.org From: Dan Jacobson Date: Thu, 04 Jan 2007 02:32:38 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: see compilation results in a single window X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 > 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.