Skip Tavakkolian <9nut <at> 9netics.com> writes: > all the recipes in /acme/edit/guide start with 'e' command (ee.l). 'e' > starts by looking in /mnt/acme/index for the buffer id of "file"; it > then operates on the corresponding buffer. so the edit commands are > meant to operate in /mnt/acme namespace (i.e. inside acme). > > you can use 'sam -d' for shell scripts. >
Got it, thanks. Unfortunately sam isn't available on Inferno, so I'll have to make do with using acme. When I get around to it, I'll work on extracting the logic from acme/sam and write stand-alone versions of the /acme/edit commands. What would people generally prefer, separate commands for a, c, d, g, i, p and x, or one command that collectively implements the sam language?