From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Serious performance problem with process output on Mac OSX Date: Wed, 31 Mar 2010 00:00:35 -0400 Message-ID: <87tyrxgmxo.fsf@stupidchicken.com> References: <83634jglab.fsf@gnu.org> <87hbo1iubm.fsf@home.jasonrumney.net> <87iq8ey981.fsf@stupidchicken.com> <2f8855f41003301039y1d159aacxbf9e33ba695d5dab@mail.gmail.com> <87k4stya52.fsf@stupidchicken.com> <2f8855f41003301938ta78e180u9d4f26d60cf92962@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270008060 8039 80.91.229.12 (31 Mar 2010 04:01:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Mar 2010 04:01:00 +0000 (UTC) Cc: David Reitter , Adrian Robert , Christian Lynbech , Emacs-Devel devel To: Jimmy Yuen Ho Wong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 31 06:00:55 2010 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.69) (envelope-from ) id 1Nwp6s-0008LX-BF for ged-emacs-devel@m.gmane.org; Wed, 31 Mar 2010 06:00:54 +0200 Original-Received: from localhost ([127.0.0.1]:33840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwp6r-0001tM-3q for ged-emacs-devel@m.gmane.org; Wed, 31 Mar 2010 00:00:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nwp6l-0001si-6N for emacs-devel@gnu.org; Wed, 31 Mar 2010 00:00:47 -0400 Original-Received: from [140.186.70.92] (port=35407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwp6k-0001re-4T for emacs-devel@gnu.org; Wed, 31 Mar 2010 00:00:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nwp6i-0002JY-Ml for emacs-devel@gnu.org; Wed, 31 Mar 2010 00:00:45 -0400 Original-Received: from pantheon-po25.its.yale.edu ([130.132.50.119]:33968) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwp6i-0002JK-Ke for emacs-devel@gnu.org; Wed, 31 Mar 2010 00:00:44 -0400 Original-Received: from furry (adsl-99-70-212-128.dsl.wlfrct.sbcglobal.net [99.70.212.128]) (authenticated bits=0) by pantheon-po25.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o2V40ZMi003655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 31 Mar 2010 00:00:36 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5BDC7C05D; Wed, 31 Mar 2010 00:00:35 -0400 (EDT) In-Reply-To: <2f8855f41003301938ta78e180u9d4f26d60cf92962@mail.gmail.com> (Jimmy Yuen Ho Wong's message of "Wed, 31 Mar 2010 10:38:35 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:122954 Archived-At: Jimmy Yuen Ho Wong writes: > Yes. The prototype and the definition are different. The definition has an > extra param called oldval. Ah, right. I've checked in a fix now, thanks.