From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: EIEIO with lexical scoping Date: Sun, 02 Jun 2013 18:45:42 +0200 Message-ID: <87wqqcv4uh.fsf@engster.org> 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 1370191566 26477 80.91.229.3 (2 Jun 2013 16:46:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 16:46:06 +0000 (UTC) Cc: emacs-devel@gnu.org, "Eric M. Ludlam" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 18:46:06 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 1UjBPw-0001NE-QB for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 18:46:04 +0200 Original-Received: from localhost ([::1]:51014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjBPw-0006H7-Bb for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 12:46:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjBPq-0006Dw-RN for emacs-devel@gnu.org; Sun, 02 Jun 2013 12:45:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjBPn-0005td-CF for emacs-devel@gnu.org; Sun, 02 Jun 2013 12:45:58 -0400 Original-Received: from randomsample.de ([83.169.19.17]:47043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjBPm-0005ra-OT for emacs-devel@gnu.org; Sun, 02 Jun 2013 12:45:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=7PnXCU34StZVtnzqVc7rSwJ3976YYd4o6J217CmZbw4=; b=lBujInQ8MtzscrEvvRqNVL2sh/pb/h9wyQ5jmurRZkrTw73TaXy4beyA/rVuQ8GH2eqUMpejpiMHtzp+NWP7Nn2aDCW5oSnzvpkIInULwj5JuNxFn6ocFXSMhI/SgGyu; Original-Received: from dslc-082-083-032-123.pools.arcor-ip.net ([82.83.32.123] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UjBPd-0001u2-QB; Sun, 02 Jun 2013 18:45:46 +0200 In-Reply-To: <87hai5z4ud.fsf@engster.org> (David Engster's message of "Tue, 14 May 2013 22:25:30 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: Stefan Monnier , "Eric M. Ludlam" , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 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:159991 Archived-At: David Engster writes: > Stefan Monnier writes: >>> 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. Done. Eric's work on EIEIO is now in Emacs. The test suite did run fine, but it might still be that stuff breaks. For instance, I had to change registry.el in Gnus, which for some reason had all 'defmethod' calls wrapped in 'eval-and-compile', which does not compile anymore. I don't know why, though; you probably do. ;-) -David