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: Mon, 10 Jun 2013 18:50:19 +0100 Message-ID: References: <877gi27j5h.fsf@ericabrahamsen.net> <87hah6rsrc.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1370886660 4780 80.91.229.3 (10 Jun 2013 17:51:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 17:51:00 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Eric Abrahamsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 10 19:51:01 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 1Um6F9-0006rG-Rm for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 19:50:59 +0200 Original-Received: from localhost ([::1]:39798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um6F9-0005wx-AG for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 13:50:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um6Es-0005wV-Ff for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 13:50:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um6Eq-0001eS-S7 for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 13:50:42 -0400 Original-Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:51911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um6Eq-0001eH-KR for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 13:50:40 -0400 Original-Received: by mail-pb0-f46.google.com with SMTP id rq2so2492808pbb.33 for ; Mon, 10 Jun 2013 10:50:39 -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=NAbijytgTq5DMo/ct0KdncANnKyF9LcdEW9624fGlqk=; b=xv+wTlGGNn6KVjNSMVg4TCb99dAPT5OYI3eDc3vuAVbwGPENt42MLC7kcWf/wv8+6R 0llUNF4o8jjZ2YANe16hexzSdMeTv3bIrdrjmm8KCPQpKt1zxjI/RL+CljDmVwDoIWm5 1m3D+sxus3gbFb+IGzUFR86NzL8uS6O3lYynqoxAbYB0CRgpqkaV6KZha9N6140fORJ4 ugm6E1QQ8p4PQHNMO/W58Bmtvs/j883YGAGfoFFsgcJSEbaQ7EatV0OI9+lZzyoyDUR2 oaiJrcKLTczVfAtodo0+Fsg3KTZmreIYE8DhaNXuo8gMo3rLbkdaPQppevDGG1T7U1dZ hD8A== X-Received: by 10.66.167.202 with SMTP id zq10mr14775410pab.61.1370886639819; Mon, 10 Jun 2013 10:50:39 -0700 (PDT) Original-Received: by 10.70.55.69 with HTTP; Mon, 10 Jun 2013 10:50:19 -0700 (PDT) In-Reply-To: <87hah6rsrc.fsf@ericabrahamsen.net> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22e 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:91447 Archived-At: 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 lambda 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.