Currently ch_sendexpr() and ch_sendraw() have a third argument that is the callback function. If we want to add more options, such as a timeout, we would need to add more arguments.
I think it's better if we make the third argument a dictionary with options. Like we have it in a few other channel functions. We definitely need more options for the ch_readexpr() and ch_readraw() functions. That's an addition, since these functions don't take an extra argument yet. Or don't even exist yet. I hope the change won't cause too much trouble. It's better to change it now, the longer we wait the more problems the change causes. -- Error:015 - Unable to exit Windows. Try the door. /// Bram Moolenaar -- [email protected] -- 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_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
