From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: `with-output-to-string' leaks buffers Date: Mon, 22 Sep 2008 19:14:02 -0400 Message-ID: References: <878wtnlqly.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 1222125381 22276 80.91.229.12 (22 Sep 2008 23:16:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 23:16:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 23 01:17:18 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 1Khuec-0005hu-5L for ged-emacs-devel@m.gmane.org; Tue, 23 Sep 2008 01:17:18 +0200 Original-Received: from localhost ([127.0.0.1]:57936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Khuda-00012C-5M for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 19:16:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhudV-00011o-Nb for emacs-devel@gnu.org; Mon, 22 Sep 2008 19:16:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhudU-00011U-CW for emacs-devel@gnu.org; Mon, 22 Sep 2008 19:16:09 -0400 Original-Received: from [199.232.76.173] (port=45148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhudU-00011R-72 for emacs-devel@gnu.org; Mon, 22 Sep 2008 19:16:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37726) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhudT-0003bl-RA for emacs-devel@gnu.org; Mon, 22 Sep 2008 19:16:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KhubT-0005vB-4K; Mon, 22 Sep 2008 19:14:03 -0400 X-Spook: arrangements bluebird bootleg domestic disruption X-Ran: zev`\lmupS>c$1%0 (Romain Francoise's message of "Sat, 20 Sep 2008 00:26:17 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:104048 Archived-At: Romain Francoise wrote: > Shouldn't `with-output-to-string' reap the temporary buffer it > creates even if the code it wraps exits nonlocally? FWIW, I would say yes.