erw7
erw7
> can we feature detect and give a more informative error message than function not implemented: "C:\Windows\system32\cmd.exe" perhaps? Yes. I think the error message should be improved. However, support for...
> what's the status of libuv file watching on windows ? any comment ? we would like to fallback on autoread for platforms where libuv's file watching doesn't work as...
#13588 will probably solve this problem.
You use zsh and set PATH in .zshrc? In that case, do not work in the next procedure? M-: (setq ruby-compilation-executable (executable-find "ruby")) M-x rinaria-web-server In the case of a...
(start-process "foo" buffer "ruby" "some args") => PATH set in exec-path of Emacs is used.(run-ruby) (start-process "foo" buffer "zsh" "-c" "ruby" "some args") => PATH set in /etc/zshenv and ~/.zshenv...
> Not sure what the issue is here. The example I gave seems not good. But, if the execution of the first event(can't control what that event is) after the...
I understand that it was the intended behavior. What about the following examples of help changes? Condition is evaluated once at the beginning, and then evaluated for each user event...
@danzimm Normally, if the `lpeg` is not found, the error message should contain something like the following: ``` no file './lpeg.so' no file '/usr/local/lib/lua/5.1/lpeg.so' no file '/path/redacted/neovim/.deps/usr/lib/lua/5.1/lpeg.so' no file '/usr/local/lib/lua/5.1/loadall.so'...
This is a problem with `conhost.exe(OpenConsole.exe)`. It may be tricky because you have to build `conpty.dll` and `OpenConsole.exe` yourself, but using #12137 will improve it somewhat. The remaining paste problem...
@mqudsi It probably will not make sense unless you are using WSL or by setting `ENABLE_VIRTUAL_TERMINAL_INPUT` and using `ReadFile()` or `ReadConsole()`. And libuv tty has not used it(`ENABLE_VIRTUAL_TERMINAL_INPUT`) yet. @parkovski...