[racket] bracket conversion?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Nov 22 14:10:32 EST 2012

Just now, Laurent wrote:
>     (Oh, and I should of course say that this depends on having a
>     very convenient way to deal with keyboard macros, something that
>     Emacs in its default configuration doesn't have.)
> 
> Just in case that's of any help, the script-plugin has a
> regexp-replace-in-file script.  (
> http://planet.racket-lang.org/display.ss?package=script-plugin.plt&owner=
> orseau )

(The specific case of converting parens is one where you don't want to
use just a regexp replace...)

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

Posted on the users mailing list.