Re: [CM] Copy/paste text from/to listener?

2023-07-12 Thread bil
I was using mouse selection to test it. I might not say anything in the Snd docs because it's an X/Motif thing (i.e. the "clipboard" I think it's called. Look for "interclient communication" in the X docs, and XA_PRIMARY). It doesn't work for me on a Mac.

Re: [CM] Getting snd to work with conjure/neovim

2023-07-12 Thread bil
To get all the current names, use (symbol-table) in scheme, or s7_symbol_table and s7_for_each_symbol in C. I can send you the output of (format #f "~W" (symbol-table)) It's too long to include here (4266 names, 57k bytes). I guess you already know this, but snd-completion.c and snd-help.c

Re: [CM] Copy/paste text from/to listener?

2023-07-12 Thread Kenneth Flak
I'm running the motif version. Seems to work within the listener by mouse selection and c-y, but I am not succeeding in communicating outside that, neither on x (i3) nor Wayland (sway). It took me a while to figure out the mechanics of copy-paste, though, so it might be an idea to include this

Re: [CM] Copy/paste text from/to listener?

2023-07-12 Thread bil
It works both directions and in both the Motif and terminal versions for me (I tried it with a terminal and emacs). The notcurses repl may not work in this regard -- I'll check later today. ___ Cmdist mailing list Cmdist@ccrma.stanford.edu

[CM] Copy/paste text from/to listener?

2023-07-12 Thread Kenneth Flak
I haven't found a way to copy and paste text to and from the listener. Is this possible? Kenneth -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club ___ Cmdist mailing list

Re: [CM] Getting snd to work with conjure/neovim

2023-07-12 Thread Kenneth Flak
Hi list, There's been some exciting new developments in the land of neovim lately: github user @russtoku has implemented snd as a client for the conjure plugin in his fork: https://github.com/russtoku/conjure/tree/dev-snd, which now seems to work reasonably well. At some point soon it should