From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Progress on bug#3521? mode-line updates break process-send-region Date: Mon, 29 Jun 2009 08:56:42 +0200 Message-ID: <87my7ra5p1.fsf@thinkpad.tsdh.de> References: <87tz20y9lb.fsf@thinkpad.tsdh.de> <87iqigjtoj.fsf@stupidchicken.com> <873a9kic7r.fsf@thinkpad.tsdh.de> <87d48ofijv.fsf@stupidchicken.com> <87d48o848g.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246258629 24124 80.91.229.12 (29 Jun 2009 06:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 06:57:09 +0000 (UTC) Cc: Chong Yidong , 3521@emacsbugs.donarmstrong.com, Andreas Schwab , emacs-devel@gnu.org To: David Engster Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 29 08:57:01 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 1MLAnU-0007JV-Oq for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2009 08:57:01 +0200 Original-Received: from localhost ([127.0.0.1]:58609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLAnU-0002OU-7U for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2009 02:57:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLAnM-0002H5-T5 for emacs-devel@gnu.org; Mon, 29 Jun 2009 02:56:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLAnH-000210-Cl for emacs-devel@gnu.org; Mon, 29 Jun 2009 02:56:51 -0400 Original-Received: from [199.232.76.173] (port=43319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLAnH-00020k-7U for emacs-devel@gnu.org; Mon, 29 Jun 2009 02:56:47 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:13741) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLAnG-0000Cl-IZ for emacs-devel@gnu.org; Mon, 29 Jun 2009 02:56:46 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLAnF-0002lg-Qc for emacs-devel@gnu.org; Mon, 29 Jun 2009 02:56:46 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 62D75789B017; Mon, 29 Jun 2009 08:56:44 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28365-09; Mon, 29 Jun 2009 08:56:41 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp52.uni-koblenz.de [141.26.71.52]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B4521789B009; Mon, 29 Jun 2009 08:56:41 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <87d48o848g.fsf@randomsample.de> (David Engster's message of "Sun, 28 Jun 2009 22:58:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111803 Archived-At: David Engster writes: Hi! >> The whole point of the test case is the big size of the buffer >> string. This is a typical symptom of a GC bug. I have checked in a >> fix. > > Thank you! The bug is fixed for me. I cannot reproduce it anymore, too. Thanks Andreas! Bye, Tassilo