From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: danjhiggi3@gmail.com Newsgroups: gmane.emacs.help Subject: Scroll output in compilation mode Date: 2 Apr 2007 07:20:48 -0700 Organization: http://groups.google.com Message-ID: <1175523648.483010.14420@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1175524710 19224 80.91.229.12 (2 Apr 2007 14:38:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Apr 2007 14:38:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 02 16:38:28 2007 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 1HYNfv-0003Pd-Jb for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 16:38:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYNix-0002lQ-Rh for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Apr 2007 10:41:35 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 164.109.49.208 Original-X-Trace: posting.google.com 1175523650 12384 127.0.0.1 (2 Apr 2007 14:20:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 2 Apr 2007 14:20:50 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.6 (like Gecko),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=164.109.49.208; posting-account=Jm9W6g0AAABO5l4Yq3OZupKTtjt3Tx4B Original-Xref: shelby.stanford.edu gnu.emacs.help:146755 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:42359 Archived-At: I've spend about 8 hours trying to track this down. I would like to the compilation buffer output to scroll even when my cursor is not in it. I have seen all of the recommendations to enter use the following... (setq compilation-scroll-output t) But this doesn't work as I had hoped. Again, I would like to have my cursor in the code, use the compile command, The window will spit my cursor stays in the code window the compilation window will scroll as it goes along. I KNOW this can be done. I had it set up this way years ago and I can't remember how I did it.