[CM] can you disable undo in snd?

Bill Schottstaedt bil@ccrma.Stanford.EDU
Sat, 5 Oct 2002 04:39:06 -0700


> I'm working on some very large files and snd, creating
> selections and then saving them without editing the file, but snd
> seems to be creating these very large undo temp files

I bet these are "regions", not undo temp files (from your description,
there's nothing to undo).

(set! (selection-creates-region') #f)

will turn them off.