From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: How to use Emacs with Scheme without tears and joint pain? Date: Sat, 15 Aug 2009 05:10:25 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <87tz09su7i.fsf@kobe.laptop> References: <8fd63270-83b7-45de-a474-73b65d52ed94@v37g2000prg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250304054 32028 80.91.229.12 (15 Aug 2009 02:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 02: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 Sat Aug 15 04:40:47 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 1Mc9CI-0003w4-3e for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Aug 2009 04:40:47 +0200 Original-Received: from localhost ([127.0.0.1]:54668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mc9CH-0006nz-As for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 22:40:45 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) Cancel-Lock: sha1:v7fbOwa4Vl7e8xGoquF0FNsKa5g= Original-Lines: 21 Original-NNTP-Posting-Host: 79.103.31.136 Original-X-Trace: news.sunsite.dk DXC=J:aMd0C_nNTjXN@]UnT6J_YSB=nbEKnk[GC>GbTUMS5PGYG:0; 0_3?^o_>`WUg<`1ZoJZA^dLN@m]iE9Ffo13\9^c0SedQOP__^:F[6QlKJPeQ Original-X-Complaints-To: staff@sunsite.dk Original-Xref: news.stanford.edu gnu.emacs.help:171982 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:67153 Archived-At: On Fri, 14 Aug 2009 18:23:52 -0700 (PDT), fft1976 wrote: > I tried to use Emacs as suggested in the Gambit manual, and I also > tried the > Quack mode. Either I'm not using them right, or they just don't > provide the functionality I need. I'm not looking for something as > advanced as SLIME necessarily (which AFAIK only works with Scheme48), > but at least something like what you get with ELISP: > > When you are editing a file, and eval an expression to the REPL, you > get an answer in the minibuffer (which should temporarily expand if > necessary) Also, if there is an error, you get a kind of pop-up window > that's easy to dismiss and get to the top level of the REPL. I don't > get these with Quack or Gambit mode. > > How do you make this work with Emacs? Commercial IDEs ruined this for > me. I like `M-x run-scheme' a bit. Setting `scheme-program-name' to "guile" allows me to run guile(1) from within Emacs and keep a log of my scheme sessions as I go.