Saturday, May 7, 2016

Re: Understanding job_start()

Nicola wrote:

> On 2016-05-07 07:04:44 +0000, Nicola said:
> >>>
> >>>
> >>> call job_start(['lualatex', 'foo.tex', '>/dev/null', '2>&1'],
> >>> \ {"in_io": "null", "out_io": "null", "err_io": "null"})
> >>>
> >>> This still fills the screen with the output from lualatex.
>
> Minimal example:
>
> vim -u NONE
> :call job_start(['echo','hello'],{"out_io":"null"})
>
> This prints 'hello' in the top-left corner of the screen.

Surprisingly I can reproduce this. Will have to find out what goes
wrong, I thought this was working.

I also see the job with "defunc" status.

--
Did Adam and Eve have navels?

/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: