From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: see compilation results in a single window Date: Fri, 29 Dec 2006 13:28:02 +0200 Message-ID: References: <87slez7jpy.fsf@jidanni.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1167391715 2771 80.91.229.10 (29 Dec 2006 11:28:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Dec 2006 11:28:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 29 12:28:33 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 1H0FuY-00037b-G0 for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Dec 2006 12:28:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0FuX-0001SG-TY for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Dec 2006 06:28:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0FuU-0001QM-8P for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 06:28:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0FuS-0001Oc-Cp for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 06:28:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0FuS-0001OZ-9p for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 06:28:24 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0FuR-00079O-Gd for bug-gnu-emacs@gnu.org; Fri, 29 Dec 2006 06:28:23 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-201-212.inter.net.il [80.230.201.212]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BJW49819 (AUTH halo1); Fri, 29 Dec 2006 13:28:03 +0200 (IST) Original-To: Dan Jacobson In-reply-to: <87slez7jpy.fsf@jidanni.org> (message from Dan Jacobson on Fri, 29 Dec 2006 06:12:57 +0800) 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:15490 Archived-At: > From: Dan Jacobson > Date: Fri, 29 Dec 2006 06:12:57 +0800 > > 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. (I'd really suggest to use "M-x apropos" more often, you know.)