Results 884 comments of Ivan Yonchovski

> A related question - tell me if it's not the place to ask -- how do I unbind the default `s-l`? Even if I manage to bind the prefix...

Can you confirm that this is still relevant?

IMHO decoupling the GUI and running something like JSONRPC in between should be good enough with an efficient protocol.

I think that this is blocked by the fact that eval-js does not return a value.

Can we utilize that approach in `eval-js-*`? IMHO definitely should be part of eval-js and eval-js-region.

@DavidDeSimone you may check dap-ui-repl or skewer-repl.el on how to utilize comint-mode to make a repl(the benefits are history, history search and probably others).

> I'm not sure the best method for distribution - if we want to include this in emacs-ng, or just publish something like this as a package. IMHO there is...

@DavidDeSimone IMHO it should be JS code/JS dsl. Here it is random use-package example: ``` (use-package color-moccur :commands (isearch-moccur isearch-all) :bind (("M-s O" . moccur) :map isearch-mode-map ("M-o" . isearch-moccur)...

> I also need to not violate the GPLv3 in that process. can you elaborate?