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: Shrinking EIEIO objects Date: Sat, 03 Jan 2015 10:55:14 +0100 Message-ID: <87ppawur25.fsf@engster.org> References: <54A6053B.5060001@siege-engine.com> <87h9w9whp2.fsf@engster.org> <54A6B36C.20603@gmail.com> <87d26xw602.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420278955 11165 80.91.229.3 (3 Jan 2015 09:55:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2015 09:55:55 +0000 (UTC) Cc: Eric Ludlam , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 03 10:55:46 2015 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 1Y7LQv-0005ck-7r for ged-emacs-devel@m.gmane.org; Sat, 03 Jan 2015 10:55:45 +0100 Original-Received: from localhost ([::1]:53901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7LQu-0001eP-Io for ged-emacs-devel@m.gmane.org; Sat, 03 Jan 2015 04:55:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7LQb-0001eK-Fm for emacs-devel@gnu.org; Sat, 03 Jan 2015 04:55:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7LQY-0007E7-8b for emacs-devel@gnu.org; Sat, 03 Jan 2015 04:55:25 -0500 Original-Received: from randomsample.de ([5.45.97.173]:33745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7LQY-0007Dz-0Z for emacs-devel@gnu.org; Sat, 03 Jan 2015 04:55:22 -0500 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=k3ashIxUMGFnjy5ix46vBDgBgQaflDqOBIcmRkUY2uo=; b=YXd9GWEBxCflV8n8C1hxD7JTAXNjGV2vrUDN0rg+06I/k5sC4S+G+SCs7eP1jHA6GeJN3J8eR5HkHCvcucSzsI/BhU4eE9i3pONeOUHp4pPizmLYqGKx3UcvdN71lLYk; Original-Received: from ip4d154cb9.dynamic.kabel-deutschland.de ([77.21.76.185] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Y7LQV-0002dQ-0V; Sat, 03 Jan 2015 10:55:19 +0100 In-Reply-To: (Stefan Monnier's message of "Fri, 02 Jan 2015 21:11:32 -0500") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:180938 Archived-At: Stefan Monnier writes: >> Oh, I missed the call to 'message'... > > Sorry, for that: the message call was added for diagnostic purposes, > it's not meant to be installed. Phew. :-) > The "name" arg passed during creation of objects is obsolete, tho. > But I don't know yet how to tell programmers about it (that's why I > just added a `message' for now, so that I could tell when the name was > detected and dropped). Any chance the byte-compiler might be able to detect this? >> which made me believe that NAME will stay supported. The name is saved >> in the hash table `eieio--object-names', > > Right, but only when set via eieio-object-set-name-string. Ah, OK. I think that's a good compromise. Thanks for working on this! Since Eric also decided to drop support for Emacs 23.x, I guess we can now really remove EIEIO from CEDET upstream and just depend on the one that is in Emacs core. -David