From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fft1976 Newsgroups: gmane.emacs.help Subject: Re: How to use Emacs with Scheme without tears and joint pain? Date: Sat, 15 Aug 2009 00:36:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: <70e2f6ff-538f-46fa-a8fe-82bb32ded697@y4g2000prf.googlegroups.com> References: <8fd63270-83b7-45de-a474-73b65d52ed94@v37g2000prg.googlegroups.com> <87ws5523ea.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250322057 27952 80.91.229.12 (15 Aug 2009 07:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Aug 2009 07:40:57 +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 09:40:50 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 1McDsf-00043e-SH for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Aug 2009 09:40:50 +0200 Original-Received: from localhost ([127.0.0.1]:53060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McDsf-0007nX-3D for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Aug 2009 03:40:49 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!y4g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: comp.lang.scheme,gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 71.137.9.224 Original-X-Trace: posting.google.com 1250321806 4099 127.0.0.1 (15 Aug 2009 07:36:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 15 Aug 2009 07:36:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y4g2000prf.googlegroups.com; posting-host=71.137.9.224; posting-account=XD7nMAkAAAAUcvFxxCbDAfgYkTA2oJDz User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu comp.lang.scheme:82209 gnu.emacs.help:171985 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:67160 Archived-At: On Aug 14, 7:54=A0pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: > fft1976 writes: > > 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. > > Apart from the popup window, inferior-lisp provides the minimal needed > features. =A0With C-x C-e I'm happy. > None of the features I asked about. C-x C-e doesn't send the output to the minibuffer. > Then you could take the port of swank to scheme48, and adapt it to the > schemes you use, so you could take advantage of slime. > I don't know ELISP, and really don't feel like reading a book about it and Emacs hacking just to get some basic Scheme development functionality working.