Alex Bennée
Alex Bennée
> @stsquad Thanks, but I don't know what is in `mininit.el` (or whether `ement.el` is the one in this package or something in your own config). Sorry mininit is simply...
Bisecting my config it seems it fails if I include my corfu customisations (https://github.com/stsquad/my-emacs-stuff/blob/master/my-corfu.el). Does @Icy-Thought use corfu as well? Bisecting the my config down further it seems to be...
Digging into kind-icon it also touches svg-lib so that fits.
Probably - although I can imagine a use-case where people know what they are doing and just want it done so it should be controllable behaviour.
I'm re-opening this as I'm sure this configurable functionality is desirable. I just don't have time to look at it myself, however if someone else can contribute that's great. As...
I'll certainly accept a PR to implement such a thing. I suspect it might require changing the coms from xmlrpc to websockets which are bi-directional.
Currently the connection to the edit-server is a single transaction - send contents, receive results. It's not well suited to handling these async actions like browsing away on the page....
I'm not if this has broken with the re-factoring but a couple of points: C-c C-c seems to prompt, surely if I say done I mean yes save and return...
I tested this change on 28.2 and it seemed to work ok.
@yantar92 so something like this: ``` (defun ob-async-org-babel-execute-src-block ( &optional orig-fun arg info params &rest executor-type) ; since 9.6-3 ``` are you suggesting replacing the direct funcalls: ``` (funcall orig-fun...