From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ^M in compilation buffers Date: Tue, 17 Feb 2009 13:33:21 -0500 Message-ID: References: <499AE2EB.9040501@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234895704 19541 80.91.229.12 (17 Feb 2009 18:35:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 18:35:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 19:36:20 2009 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 1LZUnl-0007pN-2c for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 19:36:13 +0100 Original-Received: from localhost ([127.0.0.1]:48756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZUmQ-0008E1-Jg for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 13:34:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZUl7-0007WB-PC for emacs-devel@gnu.org; Tue, 17 Feb 2009 13:33:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZUl7-0007Vd-4u for emacs-devel@gnu.org; Tue, 17 Feb 2009 13:33:29 -0500 Original-Received: from [199.232.76.173] (port=33819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZUl6-0007VX-NI for emacs-devel@gnu.org; Tue, 17 Feb 2009 13:33:28 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:43907) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZUl4-0006qr-VJ; Tue, 17 Feb 2009 13:33:27 -0500 Original-Received: from alfajor.home (vpn-132-204-232-203.acd.umontreal.ca [132.204.232.203]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n1HIXLkX015697; Tue, 17 Feb 2009 13:33:21 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 8804EA225A; Tue, 17 Feb 2009 13:33:21 -0500 (EST) In-Reply-To: <499AE2EB.9040501@gnu.org> (Sam Steingold's message of "Tue, 17 Feb 2009 11:16:43 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3213=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:109137 Archived-At: > omake prints progress bar using the usual ^M terminal trick. > last week it was parsed nicely by emacs, i.e., the progress bar was updated > in-place and, eventually, overwritten (by the last omake message). Are you sure it was parsed nicely last week in compilation-mode? I see no related changes to compile.el. AFAIK this has never worked in compilation mode, only in comint-mode. Stefan