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-current-buffer "cleanup" bug Date: Sat, 14 Nov 2009 17:27:09 -0500 Message-ID: <873a4g91z6.fsf@stupidchicken.com> References: <87d43lm7ev.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258237654 13561 80.91.229.12 (14 Nov 2009 22:27:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2009 22:27:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 14 23:27:27 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 1N9R5Y-0003Ur-LA for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2009 23:27:24 +0100 Original-Received: from localhost ([127.0.0.1]:39145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9R5Y-0000lW-41 for ged-emacs-devel@m.gmane.org; Sat, 14 Nov 2009 17:27:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9R5S-0000lF-2I for emacs-devel@gnu.org; Sat, 14 Nov 2009 17:27:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9R5M-0000il-7Z for emacs-devel@gnu.org; Sat, 14 Nov 2009 17:27:16 -0500 Original-Received: from [199.232.76.173] (port=44226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9R5M-0000ii-47 for emacs-devel@gnu.org; Sat, 14 Nov 2009 17:27:12 -0500 Original-Received: from pantheon-po26.its.yale.edu ([130.132.50.121]:52170) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9R5L-0007PZ-Re for emacs-devel@gnu.org; Sat, 14 Nov 2009 17:27:11 -0500 Original-Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po26.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nAEMRAmM025435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 14 Nov 2009 17:27:10 -0500 Original-Received: by furry (Postfix, from userid 1000) id D18CCC071; Sat, 14 Nov 2009 17:27:09 -0500 (EST) In-Reply-To: (Stefan Monnier's message of "Sat, 14 Nov 2009 13:07:29 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.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:116992 Archived-At: Stefan Monnier writes: >> The `with-current-buffer' macro does not save point (or mark), so >> this can lead to code behavior change. You need to fix this, or >> we're likely see a long slow trickle of related bugs in the coming >> weeks and months. > > Yes, I'm waiting for those bugs indeed, If you're not going to test your changes, how about delaying these patches till after 23.2?