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: Noisy byte compilation on master Date: Tue, 03 Feb 2015 08:03:29 +0100 Message-ID: <87twz379z2.fsf@engster.org> References: <83egq9ipkn.fsf@gnu.org> <858uggchvx.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422947040 4390 80.91.229.3 (3 Feb 2015 07:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 07:04:00 +0000 (UTC) Cc: "Eric M. Ludlam" , Stephen Leake , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 08:03:58 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 1YIXWe-0001IK-NB for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2015 08:03:56 +0100 Original-Received: from localhost ([::1]:57979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIXWd-0000uZ-RT for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2015 02:03:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIXWa-0000uU-Bo for emacs-devel@gnu.org; Tue, 03 Feb 2015 02:03:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIXWZ-00069s-FU for emacs-devel@gnu.org; Tue, 03 Feb 2015 02:03:52 -0500 Original-Received: from randomsample.de ([5.45.97.173]:35275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIXWT-00066m-Cl; Tue, 03 Feb 2015 02:03:45 -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=COyjABYAkiG/wHotK3AdHZi2MlNV46rRA4VBGJLPJbk=; b=CNTf1N9vs5iSoNxXPV7B6E4RBOzho4EPEa5svOfAE9Amz15o/PuZHIjp88oppa0lwnJvMQB/a/cUxCEmn68xH07gCHNrA9hAhQJxxdxc9mxBmBVYJbETkhGyRACwB/fS; Original-Received: from ip4d149227.dynamic.kabel-deutschland.de ([77.20.146.39] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YIXWK-0006SZ-Mz; Tue, 03 Feb 2015 08:03:36 +0100 In-Reply-To: (Stefan Monnier's message of "Mon, 02 Feb 2015 18:23:04 -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:182311 Archived-At: Stefan Monnier writes: >> Alternately, non-core CEDET can provide a compatibility file that >> defines cl-defmethod etc in terms of defmethod for older emacsen. > > Hmm... that's an idea. > I could provide a cl-generic.el on GNU ELPA to provide cl-defmethod via > EIEIO, and then CEDET could make use of the new macros. > WDYT? Fine with me. We could also put it in CEDET upstream so people don't have to install it. Note that I currently have no way of syncing CEDET with Emacs. So if you have a script or similar to change the calling convention, please tell me and I run it over the upstream code. -David