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: EIEIO with lexical scoping Date: Tue, 14 May 2013 18:32:47 -0400 Message-ID: References: <51917EA1.50403@siege-engine.com> <87hai5z4ud.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1368570781 20633 80.91.229.3 (14 May 2013 22:33:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 May 2013 22:33:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 15 00:33:00 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UcNmF-000431-Ar for ged-emacs-devel@m.gmane.org; Wed, 15 May 2013 00:32:59 +0200 Original-Received: from localhost ([::1]:57130 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcNmE-0008UW-Tf for ged-emacs-devel@m.gmane.org; Tue, 14 May 2013 18:32:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcNmA-0008UP-Ib for emacs-devel@gnu.org; Tue, 14 May 2013 18:32:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcNm9-0005Sr-JW for emacs-devel@gnu.org; Tue, 14 May 2013 18:32:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:20766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcNm9-0005Sn-Fx for emacs-devel@gnu.org; Tue, 14 May 2013 18:32:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFG4rwb8/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgaxH5AOkQoDpHqBXoMT X-IPAS-Result: Av4EABK/CFG4rwb8/2dsb2JhbABEvw4Xc4IeAQEEAVYjEAs0EhQYDSSIHgaxH5AOkQoDpHqBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="12042564" Original-Received: from 184-175-6-252.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([184.175.6.252]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 14 May 2013 18:32:48 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id C43B9AE0C3; Tue, 14 May 2013 18:32:47 -0400 (EDT) In-Reply-To: <87hai5z4ud.fsf@engster.org> (David Engster's message of "Tue, 14 May 2013 22:25:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159581 Archived-At: >>> I thought I had shared this change or it was merged upstream, but >>> maybe I forgot? I apologize if you didn't get the update. >>> The changes were extensive as half of EIEIO moved into a second file >>> to help with compilation. >> Those changes haven't yet been merged into trunk. I was hoping someone >> else could do it. > I'll do another merge soon. Thanks. I didn't mean to put pressure, tho, do it when convenient. It's not like I'm waiting for it to install my patch (I just started to use lexical-binding *everywhere* and am slowly walking through the resulting breakage, trying to learn about ways/strategies to better detect/fix them). Stefan