From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: internal handling of buffer-local variables Date: Fri, 16 Nov 2007 10:31:54 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195227293 31414 80.91.229.12 (16 Nov 2007 15:34:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Nov 2007 15:34:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 16 16:34:48 2007 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 1It3Ct-0003PO-Ie for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 16:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It3Cg-0005HB-Dl for ged-emacs-devel@m.gmane.org; Fri, 16 Nov 2007 10:33:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1It3Ar-0002Kw-GP for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:32:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1It3An-0002Cw-0V for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:32:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It3Am-0002CV-Ad for emacs-devel@gnu.org; Fri, 16 Nov 2007 10:32:00 -0500 Original-Received: from tomts25-srv.bellnexxia.net ([209.226.175.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1It3Ai-0006BL-1Z; Fri, 16 Nov 2007 10:31:56 -0500 Original-Received: from pastel.home ([70.55.142.45]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071116153155.JKQD19497.tomts25-srv.bellnexxia.net@pastel.home>; Fri, 16 Nov 2007 10:31:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 6D2217FCA; Fri, 16 Nov 2007 10:31:54 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Thu, 15 Nov 2007 23:29:38 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:83349 Archived-At: > I wonder if you just found the reason why my old patch > for frame-local-variables caused strange lossage. Could be. I suspect that the patch I installed yesterday * data.c (swap_in_global_binding): Fix longstanding bug where store_symval_forwarding was not called with the right second argument, thus causing objfwd-ing from being dropped. may also be related (if you ignore the patch I suggested in this thread, swap_in_global_binding is only called from some frame-local handling code). Stefan