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: CEDET merge Date: Thu, 01 Oct 2009 03:07:25 -0400 Message-ID: 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> <873a63yf44.fsf@hagelb.org> <87my4bwv8z.fsf@hagelb.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254380868 24073 80.91.229.12 (1 Oct 2009 07:07:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 07:07:48 +0000 (UTC) Cc: Chong Yidong , scymtym@gmx.net, emacs-devel@gnu.org To: Phil Hagelberg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 09:07:40 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 1MtFlM-0005mS-9J for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2009 09:07:40 +0200 Original-Received: from localhost ([127.0.0.1]:37081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtFlL-0000tk-LG for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2009 03:07:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtFlF-0000tP-04 for emacs-devel@gnu.org; Thu, 01 Oct 2009 03:07:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtFlA-0000s5-14 for emacs-devel@gnu.org; Thu, 01 Oct 2009 03:07:32 -0400 Original-Received: from [199.232.76.173] (port=33601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtFl9-0000s2-UC for emacs-devel@gnu.org; Thu, 01 Oct 2009 03:07:27 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:26329) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtFl9-00053F-A9 for emacs-devel@gnu.org; Thu, 01 Oct 2009 03:07:27 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtFl8-00051r-Jy for emacs-devel@gnu.org; Thu, 01 Oct 2009 03:07:26 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtoEAEDxw0pMCrXH/2dsb2JhbACBUNRShCgEhxI X-IronPort-AV: E=Sophos;i="4.44,485,1249272000"; d="scan'208";a="46886144" Original-Received: from 76-10-181-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.181.199]) by ironport2-out.pppoe.ca with ESMTP; 01 Oct 2009 03:07:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4A5EB8109; Thu, 1 Oct 2009 03:07:25 -0400 (EDT) In-Reply-To: <87my4bwv8z.fsf@hagelb.org> (Phil Hagelberg's message of "Wed, 30 Sep 2009 22:14:52 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:115820 Archived-At: > I made it so that you must use progress-reporter-pulse to update a > pulsing reporter, but I realized afterwards that it would be easy enough > to have progress-reporter-update check to see if the reporter is a > pulsing one or not and call the correct function underneath without the > caller having to think about it. > If you think this is a good idea I can make the change. Yes, that would be even better, thank you, Stefan