From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: daniel Newsgroups: gmane.emacs.help Subject: Re: pymacs Date: Sun, 16 Jun 2013 21:38:33 +0100 Message-ID: References: <877gi27j5h.fsf@ericabrahamsen.net> <87hah6rsrc.fsf@ericabrahamsen.net> <51B61500.4090803@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371415148 19843 80.91.229.3 (16 Jun 2013 20:39:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2013 20:39:08 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Kyle Machulis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 16 22:39:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UoJj9-0001Tb-M6 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jun 2013 22:39:07 +0200 Original-Received: from localhost ([::1]:38708 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoJj9-0007Sj-9V for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jun 2013 16:39:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoJiy-0007SV-OD for help-gnu-emacs@gnu.org; Sun, 16 Jun 2013 16:38:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoJix-0000PA-Gj for help-gnu-emacs@gnu.org; Sun, 16 Jun 2013 16:38:56 -0400 Original-Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:57557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoJix-0000P1-8Y for help-gnu-emacs@gnu.org; Sun, 16 Jun 2013 16:38:55 -0400 Original-Received: by mail-pa0-f45.google.com with SMTP id bi5so2206814pad.4 for ; Sun, 16 Jun 2013 13:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jhi50in2nj1pGlHzcfHydnxJDmI+/ViQuMvGth3Z6PM=; b=S6Oxd9lfFRfS9DeDdEuf5Pw/LhF1mXr00QXyv++kIwem2YT/9oapdutBxZRUp4Hp0z 2j6yAlAsW+OwFVjPyYOLMdP4NgNI9UrNjEs9p7sBx1CQ2mP852LGSuP4W2SZkqniAepT YZFH6q6GOUmxyN4eYJXXquFQFYyOq1OiU89cNye9qx1nf3lrLfgknGt8a6FmrHLGPWL0 OaEoAmwBAa/dsh0B9Yg8BOPdwTgGu79MqJhPqQnWFN49m/mo5anH3kE+ayEgIR/9twoK nIfPh06dNK9hYgQ8QWHiWeCxgLfdSkNRRfTRtgDYUQJSNZdkNrmwzWfXtGuVZXwnGnsg +9Zw== X-Received: by 10.66.159.168 with SMTP id xd8mr10189260pab.146.1371415133749; Sun, 16 Jun 2013 13:38:53 -0700 (PDT) Original-Received: by 10.70.55.69 with HTTP; Sun, 16 Jun 2013 13:38:33 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91573 Archived-At: after installing pymacs 0.25 the problem seems to be solved 2013/6/10 Kyle Machulis > There's now also elpy, which allows does some of the heavy setup for you > and allows you to choose which engine you want to use (pymacs/rope or > jedi): > > http://blog.jorgenschaefer.de/2013/04/elpy-10-released.html > > > On Mon, Jun 10, 2013 at 11:03 AM, Andreas R=F6hler < > andreas.roehler@easy-emacs.de> wrote: > > > Am 10.06.2013 19:50, schrieb daniel: > > > > 2013/6/10 Eric Abrahamsen > >> > >> > >>> Ah, can't help you there, I've never done anything fancy with pymacs. > >>> What happens when you call `pymacs-eval' on the return value from the > >>> python function > >>> > >>> > >> Doesn't work because it is not a string. It looks to be an elisp lambd= a > >> expression . But doesn't work with the elisp eval function. > >> > >> I will have to use strings instead of symbols and convert then on the > >> elisp > >> side. > >> > >> > > BTW Pymacs has it's own mailing list > > > > pymacs-devel@googlegroups.com > > > > >