[9fans] plan 9 and lisp

2023-01-18 Thread fig
i’m wondering what 9fans think about lisp, specifically scheme. they’re both the powerful synthesis of simple ideas. i don’t see any mention of it as it compares to 9, but they don’t seem incompatible. personally i think they compliment each other in nice ways. i don’t have any interest in emacs,

Re: [9fans] Script to apply Edit commands in acme

2023-01-18 Thread Paul Lalonde
You can, of course, execute multiple commands in one Edit, either lineline or chroding the "{}" block: Edit { ,x/a/c/b/ ,x/d/c/e/ } On Wed, Jan 18, 2023 at 8:46 AM Henri Ducrocq wrote: > Here is a script I wrote to run any arbitrary command (Edit, Look, etc) > in a window (current one by defaul

Re: [9fans] Script to apply Edit commands in acme

2023-01-18 Thread Henri Ducrocq
Here is a script I wrote to run any arbitrary command (Edit, Look, etc) in a window (current one by default): https://gist.github.com/perpen/9902359ddf09b24129277ce121e3e86d E.g.: Aexe 'Edit ,blah' It's quite horrible, as it appends the command to the body to run it using an event (would have b