From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel,gmane.emacs.eieio Subject: RE: Cleaning up the EIEIO namespace Date: Tue, 12 Feb 2013 15:05:51 -0800 Message-ID: <95379C8C6AEF4A02A79D2958B6864FB0@us.oracle.com> References: <87sj51fakd.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360710374 2073 80.91.229.3 (12 Feb 2013 23:06:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2013 23:06:14 +0000 (UTC) Cc: emacs-devel@gnu.org, cedet-eieio@lists.sourceforge.net, "'Eric M. Ludlam'" To: "'David Engster'" , "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 00:06:33 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 1U5Ovn-0007Zn-Nw for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2013 00:06:31 +0100 Original-Received: from localhost ([::1]:44586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5OvT-0003GV-Tj for ged-emacs-devel@m.gmane.org; Tue, 12 Feb 2013 18:06:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5OvK-0003ES-7k for emacs-devel@gnu.org; Tue, 12 Feb 2013 18:06:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5OvI-0008DL-SN for emacs-devel@gnu.org; Tue, 12 Feb 2013 18:06:01 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:34615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5OvI-0008D7-Lz for emacs-devel@gnu.org; Tue, 12 Feb 2013 18:06:00 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1CN5vTX003098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Feb 2013 23:05:58 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1CN5vTL014754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Feb 2013 23:05:57 GMT Original-Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1CN5uCU013952; Tue, 12 Feb 2013 17:05:56 -0600 Original-Received: from dradamslap1 (/10.159.233.223) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 12 Feb 2013 15:05:56 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87sj51fakd.fsf@engster.org> Thread-Index: Ac4Jbch8sJ2A17O/QFSnYoU+boYI7QABvnKA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:156991 gmane.emacs.eieio:131 Archived-At: > Your suggestion was to use the shorter 'cl-' prefix instead, > and at least I think that is a good compromise. So instead of > using 'eieio-class-name', for instance, we'd rather use > 'cl-class-name'. So does this mean that we can no longer know from the `cl-' prefix which library is involved? (I don't mean which file in the library, but which library. In the past, `cl-' pretty much indicated library `cl' - either file cl.el or one of its related files cl-mac.el, cl-seq.el etc.) (I have not been following the thread. Just happened to notice this part, which made me wonder.)