protorepl

sroller 2018-12-07T06:30:53.002600Z

just discovered proto-repl. seems really cool. but I'm constantly running into problems with the mapping of commands to keys. "ctrl-alt+, d" to display saved values doesn't do anything despite being properly defined. I'm on a german keyboard on Windows. do I need specific configurations?

seancorfield 2018-12-07T17:58:36.005Z

@sroller Do you have an active REPL connected to ProtoREPL, with the code eval'd into it? A lot of the "active" features require the code to be in memory.

sroller 2018-12-07T17:59:47.005800Z

yes, I do. As I found later last night was, that it works on an English (QWERTY) keyboard.

sroller 2018-12-07T18:00:21.006800Z

I have to look deeper into it. Also - I have to get used to the parinfer behaviour, seems counterintuitive.

seancorfield 2018-12-07T18:00:48.007200Z

Ah, interesting. I must admit, I've struggled a bit with Atom keymaps on Windows -- works a lot better on Mac.

seancorfield 2018-12-07T18:01:43.008200Z

Parinfer is wondeful once you get over the initial hump. With the caveat that sometimes it reorganizes code when you do certain paredit operations (like raise s-expr).

sroller 2018-12-07T18:42:36.009100Z

I'm considering to remap the keys I need. Perhaps there are other people out there who struggle in the same way.

sroller 2018-12-07T18:43:09.009700Z

and perhaps there is a "standard" for QWERTZ, AWERTZ etc. keyboards