[plt-scheme] Please share your comments on the pros and cons of mzscheme + EMACS

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jun 8 01:28:49 EDT 2007

On Jun  8, Geoffrey S. Knauth wrote:
> On Jun 7, 2007, at 23:19, Eli Barzilay wrote:
> > What I'd be willing to do, is hack something that makes it easier to
> >   send a file to a running DrScheme window...
> 
> I envision this as an add-on to Emacs dired-mode.  You've got your  
> cursor on a particular filename, you press a magic key, and the file  
> is sent to DrScheme.  DrScheme would have to be listening, and  
> DrScheme would have to open or refres and opened file and then run it.

That's trivial using `drscheme -singleInstance'.  The difficult part
is sending expressions to a drscheme repl.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.