[plt-scheme] Recent changes to DrScheme (and related) in SVN

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Sep 6 23:20:47 EDT 2006

For details on using the intermediate releases, see

  http://svn.plt-scheme.org/

This is a summary of my recent changes to PLT Scheme in the
SVN archive. You may have some of these changes already;
typically each change is committed as it happens and these
emails are only sent when the list gets long enough.

  . user-defined keybindings can now be loaded directly from
    PLaneT, via a new menu item in the Edit menu.

  . the keybindings now have access to the same stuff as the
    tools, via the require line:

      (require (lib "tool-lib.ss" "drscheme"))

  . in the non-debug languages, drscheme now trims its own
    stack frames from the top of the stack before showing
    them in the REPL.

Robby


Posted on the users mailing list.