Jon Boone
Jon Boone
> As an example, I changed the code for `elixir-mode` to test the change, this is the result: async-process version: > > (admin edit: this version is not able to...
> I think it's a simple way to add new functionality, but I'm open to other methods more interesting to implement the same behaviors. I'm open to suggestions đź‘Ť Does...
> > Can you expound on what "not able to print colours" means? I see coloured output in the video... > > What I mean is that Lem has to...
> > Does this issue only happen on *nix systems (presumably, including WSL)? > > The problem with this PR, is that the functionality that it's adding, doesn't work on...
> > Is there some way to provide the same functionality by adding it to async-process? That way it could be made to work on Windows as well. > >...
> > It seems like the main value ip-management is providing in this case is contained in process-get-last-output. Would it be possible to implement this functionality in async-process? > >...
> > Can you elaborate on what other functionality is needed? From the two issues you mentioned (colors and multiline input), I’m not seeing how any of the iolib functionality...
Eliding the prior portion, as the discussion of those points are not proving fruitful. > To wrap it up, I think this solution it's not a full replacement of the...
> > neither of these seem to require C interface nor do they seem specific to *nix as a collection of platforms… > > Read the code of `async-process` or...
FYI, I'm using dash.el 2.20.0 through `use-package` and `straight`. I am able to get the icons to work properly with: ``` elisp (use-package dashboard :straight t :init (setq dashboard-display-icons-p t...