From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: compilation-scroll-output broken Date: Wed, 21 Jan 2004 08:52:33 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074671726 21623 80.91.224.253 (21 Jan 2004 07:55:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 07:55:26 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jan 21 08:55:13 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjDCj-0002Uh-00 for ; Wed, 21 Jan 2004 08:55:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjDCj-00084E-00 for ; Wed, 21 Jan 2004 08:55:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjDBJ-0006d7-DR for emacs-devel@quimby.gnus.org; Wed, 21 Jan 2004 02:53:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjDAu-0006ai-KS for emacs-devel@gnu.org; Wed, 21 Jan 2004 02:53:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjDAN-0006KL-6n for emacs-devel@gnu.org; Wed, 21 Jan 2004 02:53:19 -0500 Original-Received: from [212.227.126.176] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjDAM-0006KC-Rs; Wed, 21 Jan 2004 02:52:46 -0500 Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AjDAM-0004oX-00; Wed, 21 Jan 2004 08:52:46 +0100 Original-Received: from [80.136.231.133] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AjDAL-00045V-00; Wed, 21 Jan 2004 08:52:45 +0100 Original-Received: by ate.maierh (Postfix, from userid 500) id 30B6317421; Wed, 21 Jan 2004 08:52:34 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (Andreas Schwab's message of "Wed, 21 Jan 2004 01:28:03 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19386 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19386 Andreas Schwab writes: > Richard Stallman writes: > >> what was the motivation for this change? >> >> 2004-01-03 Richard M. Stallman >> >> * progmodes/compile.el (compile-internal): Use point, not point-min, >> for set-window-point. >> >> It fixed a bug where the actual output was not visible >> because it was inserted in the buffer before the window start. >> This occurred when the buffer was already displayed in another window. > > Do you have a simple way to reproduce? I can't remember having seen this > problem myself, and ignoring compilation-scroll-output looks like the more > serious bug. I want to second this. I am using for '*compilation*' 'special-display-buffer-names' (frame height 20 lines) and I also have set 'compilation-scroll-output' set to 't' but with my very long compile command line (7628 characters) the buffer moves _not_ to the end and so I am not able to see whether the compilation has finished. It moves to the end only for the first time. Also without 'special-display-buffer-names' it looks better. Harald PS: Last check out was on 2004-01-19.