Re: [CM] Navigation in nrepl

2021-07-17 Thread Elijah Stone
attached patch Sorry, that was an older version; revised is attached.diff --git a/nrepl.scm b/nrepl.scm index aaf7515..eae5f11 100644 --- a/nrepl.scm +++ b/nrepl.scm @@ -972,8 +972,11 @@ (mouse-col #f) (mouse-row #f) (repl-done #f

[CM] Navigation in nrepl

2021-07-17 Thread Elijah Stone
Nrepl is really great, but I've found myself missing wordwise navigation and deletion. So, the attached patch to nrepl.scm implements C-w, M-d, C-u, M-b, M-f a la readline (except with more relaxed word separators as befits lisp). It also changes meta-key recognition to recognise 'alt' as a m

[CM] disregard prev msg

2021-07-17 Thread Gregg Reynolds
Naturally I found the bug in my code a few minutes after sending a "bug" report. Funny how often that happens Sorry about the noise, Gregg ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist

[CM] bug in s7 keyword handling?

2021-07-17 Thread Gregg Reynolds
Hi, There's no obvious cause of this in my code so I wonder what you make of it. Background: my library is for parsing Starlark code (that's the language Bazel uses). I'm using the object "applicator" capability to support predicates and pseudo attributes, so I can do things like: (node :?) whi

[CM] s4pd (s7 for pd) with [text] perhaps for live-coding

2021-07-17 Thread Forrest Curo
[text define cod] -- [line 0( | [step( |/ [text sequence cod] | [send cud] - [receive cud] | [list trim] (This is needed with output from 'text') | [fudiform -u] | [list tosymbol] | [s4pd] | [print] == Clicking on the [text define] box opens it for input, without