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: `with-output-to-string' leaks buffers Date: Tue, 23 Sep 2008 14:00:38 -0400 Message-ID: <874p46kaih.fsf@cyd.mit.edu> References: <878wtnlqly.fsf@elegiac.orebokech.com> <87myhyixej.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222192845 20445 80.91.229.12 (23 Sep 2008 18:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2008 18:00:45 +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 Sep 23 20:01:42 2008 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 1KiCCW-0005ea-3Q for ged-emacs-devel@m.gmane.org; Tue, 23 Sep 2008 20:01:28 +0200 Original-Received: from localhost ([127.0.0.1]:47088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiCBU-0001ax-CP for ged-emacs-devel@m.gmane.org; Tue, 23 Sep 2008 14:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiCBP-0001ZY-LM for emacs-devel@gnu.org; Tue, 23 Sep 2008 14:00:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiCBN-0001Z6-7n for emacs-devel@gnu.org; Tue, 23 Sep 2008 14:00:18 -0400 Original-Received: from [199.232.76.173] (port=52478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiCBM-0001Z3-Tm for emacs-devel@gnu.org; Tue, 23 Sep 2008 14:00:16 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:46910) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiCBM-0003Yd-Ki for emacs-devel@gnu.org; Tue, 23 Sep 2008 14:00:16 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 5AF1657E32C; Tue, 23 Sep 2008 14:00:38 -0400 (EDT) In-Reply-To: <87myhyixej.fsf@elegiac.orebokech.com> (Romain Francoise's message of "Tue, 23 Sep 2008 19:29:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (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:104062 Archived-At: Romain Francoise writes: > Stefan Monnier writes: > >> I'd think so, yes. Could you check the users to see if you find >> any suspicious use-case? > > All the users in Emacs use it as intended and do not hold on the > buffer, so I installed my changes. Thanks.