From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36140 invoked by alias); 4 Jun 2017 20:50:41 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 36129 invoked by uid 89); 4 Jun 2017 20:50:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HTo:U*kawa, H*r:sk:kawa@so, H*x:1.6, H*UA:1.6 X-HELO: homiemail-a76.g.dreamhost.com Received: from sub3.mail.dreamhost.com (HELO homiemail-a76.g.dreamhost.com) (69.163.253.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Jun 2017 20:50:39 +0000 Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id A8E5745807B for ; Sun, 4 Jun 2017 13:50:41 -0700 (PDT) Received: from vereq.eip10.org (cpe-74-75-122-130.maine.res.rr.com [74.75.122.130]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: chaw@eip10.org) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPSA id 7343F458079 for ; Sun, 4 Jun 2017 13:50:41 -0700 (PDT) Received: from chaw by vereq.eip10.org with local (Exim 4.84_2) (envelope-from ) id 1dHcTw-0005mn-7n for kawa@sourceware.org; Sun, 04 Jun 2017 16:50:40 -0400 To: kawa Subject: gnu.expr.ModuleMethod no more? (+ Emacs SLIME) From: "Sudarshan S Chawathe" Reply-To: "Sudarshan S Chawathe" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22243.1496609440.1@vereq.eip10.org> Date: Sun, 04 Jun 2017 20:50:00 -0000 Message-ID: <22244.1496609440@vereq.eip10.org> X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00085.txt.bz2 The source and binary packages for kawa-2.4 (from ftp.gnu.org) both include the class gnu.expr.ModuleMethod but the Gitlab repository doesn't seem to have it. Is that indicative of a change in future Kawa releases? If so, what is the recommended replacement? Sorry if I'm missing something obvious here. I did a quick grep and skimming on the Changelogs and couldn't figure much out except that ModuleMethod.java did exist in the repository a while back. I suspect this may be somehow related to recent changes related to the merged invoke branch, but have only vague ideas. Background: I go to the above question as I was trying to get Emacs SLIME working with Kawa using swank-kawa.scm in SLIME's contrib directory and discovered that it uses gnu.expr.ModuleMethod which my current Kawa installation (tracking the Kawa Gitlab repo) doesn't have. However, I did find them in the Kawa 2.4 releases. (As an aside, if anyone is using SLIME with Kawa and/or has pointers in that regard, I'd be grateful to receive them.) Regards, -chaw