Re: [CM] Navigation in nrepl

2021-07-18 Thread bil
Wow! Thanks! I'll merge those changes into my version later today. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist

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

[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