From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JK Newsgroups: gmane.emacs.help Subject: Re: compilation window Date: Mon, 10 Mar 2008 15:19:57 -0700 Message-ID: <1a47e3210803101519g66576cacpfc599760b8716440@mail.gmail.com> References: <47D51ADB.2090507@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205187631 25248 80.91.229.12 (10 Mar 2008 22:20:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 22:20:31 +0000 (UTC) Cc: emacs list To: "Alain Muls" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 10 23:20:59 2008 Return-path: Envelope-to: geh-help-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 1JYqMc-0002PL-Pp for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 23:20:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYqM4-0005fy-An for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 18:20:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYqLl-0005dr-6X for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:20:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYqLj-0005cP-IB for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:20:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYqLj-0005cL-6u for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:20:03 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYqLi-0002aa-Kd for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 18:20:03 -0400 Original-Received: by ti-out-0910.google.com with SMTP id a20so959812tia.10 for ; Mon, 10 Mar 2008 15:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=MV83xru1xtEvKgYP+YSsdV5/DfMcfbAqoYUAXEGtN2g=; b=mZJxY4vMMqogJ8YqCuDDo8sk4Bq4g89KOvHuKENa/ejL27jRfJV5gHZ9SiOf92tfmNdAXqlUsK0qcLlOumq5UYDDCX8LEeAHQD9sHnj0XYZ/qpnQiiPy7nQJG8qEg+LoX0lw461eR4jZ+2Hq+u1/r/Nd6Id5lKZdBj9LEbQgX0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nRGRT6Bq4J+NAo7CKgvbfKkXu+rBG23Xc3ezuOFFIaoX0WIHRE+yuWm+bhAfOseFBqrzErFP4zh2KYY0p/f1H+bL2EFUJestb1bEcaOPfX7ZmyOPaQ/Ccu3Epao6dnz9p4FRDta6MG5JIqsumGCd7iI/+8cmFU0ryPnRU6YpjVY= Original-Received: by 10.150.146.14 with SMTP id t14mr3093623ybd.122.1205187597803; Mon, 10 Mar 2008 15:19:57 -0700 (PDT) Original-Received: by 10.150.58.19 with HTTP; Mon, 10 Mar 2008 15:19:57 -0700 (PDT) In-Reply-To: <47D51ADB.2090507@telenet.be> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52236 Archived-At: If you set the variable `compilation-scroll-output' to a non-`nil' value, then the compilation buffer always scrolls to follow output as it comes in. JK On Mon, Mar 10, 2008 at 4:26 AM, Alain Muls wrote: > Hi > > I am using ECB for project development. > When I compile I would like the compilation window to scroll on output > so that I can observe the latest messages in this (small) window. How > can you do that? > > Tx >