From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduardo Cavazos Newsgroups: gmane.emacs.help Subject: Sending code to *scheme* buffer and reading the result Date: Sun, 9 Aug 2009 20:36:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249875654 20889 80.91.229.12 (10 Aug 2009 03:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 03:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 10 05:40:49 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MaLkd-00071Z-Cv for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Aug 2009 05:40:47 +0200 Original-Received: from localhost ([127.0.0.1]:37764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaLkc-0001HZ-Tc for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Aug 2009 23:40:46 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!f10g2000vbf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 75.72.202.174 Original-X-Trace: posting.google.com 1249875389 24529 127.0.0.1 (10 Aug 2009 03:36:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 10 Aug 2009 03:36:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f10g2000vbf.googlegroups.com; posting-host=75.72.202.174; posting-account=2uWlfwkAAACw-p0GHzsAjjbWq6C9zPc- User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 SeaMonkey/1.1.11,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171846 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67023 Archived-At: Hello, Emacs' scheme-mode has code for sending a sexp to the *scheme* buffer. But, I need to code to send an sexp, and return the result, as an sexp. I'm sure somebody has done this before and I'd like to borrow that code if possible. I know about Jao's awesome Geiser mode and I could factor out the relevant parts. Just wondering about other possibilities. Thanks! Ed