From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: ^M in compilation buffers Date: Tue, 17 Feb 2009 14:49:51 -0500 Message-ID: <1f77704b0902171149j53d2c5c5r906ea8325353b079@mail.gmail.com> References: <499AE2EB.9040501@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234900217 4728 80.91.229.12 (17 Feb 2009 19:50:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 19:50:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 20:51:33 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 1LZVyT-0004ct-V7 for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 20:51:22 +0100 Original-Received: from localhost ([127.0.0.1]:40843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZVxA-0007J4-01 for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 14:50:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZVx4-0007IV-Om for emacs-devel@gnu.org; Tue, 17 Feb 2009 14:49:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZVx3-0007IJ-BF for emacs-devel@gnu.org; Tue, 17 Feb 2009 14:49:53 -0500 Original-Received: from [199.232.76.173] (port=52938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZVx3-0007IG-6c for emacs-devel@gnu.org; Tue, 17 Feb 2009 14:49:53 -0500 Original-Received: from qw-out-1920.google.com ([74.125.92.150]:61028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZVx2-0000hA-RK for emacs-devel@gnu.org; Tue, 17 Feb 2009 14:49:52 -0500 Original-Received: by qw-out-1920.google.com with SMTP id 4so728072qwk.24 for ; Tue, 17 Feb 2009 11:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=b5T7yUo21lezStIog3DAT8KXMidlyK3pgg1UziYqdqg=; b=GU0OnEj1GFOVbSM4I4avASE09P05UDioxsIlLcyPI9jYLPHOnNLnxuWjDpKHOQbeX+ PuxJnApsfRffvE45cg8NFiw713gKIYAh2qtrs6RzOZhuUtLcWwWhv2xUyIClqWqhXptz L35Z3SOXWrQRkPvlzLhuY5qOXN9PeDIpOHtU0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=kbfdSot5hnr493E+xyLwBVxFf1F7hqjli/p7vHUgTtl6E0W46ONNvRiMi6KxYWCg/d 7nQhlwzp2Ojw+TwXdGPXxkT8LOwIwb9LKktqu1bbI+1oH1gSqi0/tbaKp4c1H9gHgSQi 33+GH7zLHaN5sSdRO/KFgOC04cM5QuHXOzF04= Original-Received: by 10.224.20.10 with SMTP id d10mr4412916qab.34.1234900191382; Tue, 17 Feb 2009 11:49:51 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: e10ef08b54455a9f X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:109144 Archived-At: On Tue, Feb 17, 2009 at 1:33 PM, Stefan Monnier wrote: >> 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 think so. > I see no related changes to compile.el. me neither. > AFAIK this has never worked in compilation mode, only in comint-mode. well, now that I fixed that, it works for me in compilation mode too. -- Sam Steingold