From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: CEDET merge Date: Wed, 30 Sep 2009 20:20:27 -0700 Message-ID: <873a63yf44.fsf@hagelb.org> References: <87hbun9jbs.fsf@stupidchicken.com> <87ocov9bji.fsf@hagelb.org> <8763b2pvo0.fsf@stupidchicken.com> <8763b0z8uo.fsf@hagelb.org> <87vdj08hp0.fsf@stupidchicken.com> <87iqf0xg4q.fsf@hagelb.org> <87ab0bzzam.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254367254 28002 80.91.229.12 (1 Oct 2009 03:20:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 03:20:54 +0000 (UTC) Cc: scymtym@gmx.net, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 05:20:46 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 1MtCDl-00068H-D9 for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2009 05:20:45 +0200 Original-Received: from localhost ([127.0.0.1]:52186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtCDk-00058h-Rm for ged-emacs-devel@m.gmane.org; Wed, 30 Sep 2009 23:20:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtCDc-00056D-8T for emacs-devel@gnu.org; Wed, 30 Sep 2009 23:20:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtCDX-0004xA-D3 for emacs-devel@gnu.org; Wed, 30 Sep 2009 23:20:35 -0400 Original-Received: from [199.232.76.173] (port=38013 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtCDW-0004we-Kf for emacs-devel@gnu.org; Wed, 30 Sep 2009 23:20:30 -0400 Original-Received: from caiajhbdcbbj.dreamhost.com ([208.97.132.119]:41422 helo=homiemail-a25.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtCDW-0007l3-8p for emacs-devel@gnu.org; Wed, 30 Sep 2009 23:20:30 -0400 Original-Received: from enigma (96-26-232-193.sea.clearwire-dns.net [96.26.232.193]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by homiemail-a25.g.dreamhost.com (Postfix) with ESMTPSA id F366C678063; Wed, 30 Sep 2009 20:20:28 -0700 (PDT) In-Reply-To: <87ab0bzzam.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 30 Sep 2009 21:19:13 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) 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:115816 Archived-At: Chong Yidong writes: > Phil Hagelberg writes: > >> (defun make-pulsing-progress-reporter (&optional message) > > I think `make-progress-reporter' should do "pulsing" automatically if > min-value and max-value are null, instead of providing a new function. Good idea. I will implement that and send a patch. -Phil