[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making `eglot-server-programs' a custom variable?
From: |
Arash Esbati |
Subject: |
Re: Making `eglot-server-programs' a custom variable? |
Date: |
Fri, 11 Nov 2022 11:05:19 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Augusto Stoffel <arstoffel@gmail.com> writes:
> On Thu, 10 Nov 2022 at 10:18, Arash Esbati wrote:
>
>> Currently, "digestif" doesn't run on Windows
>
> FWIW, this should be easy to fix by a volunteer with access to a Windows
> machine. I might also be able to fix things if a detailed bug report is
> provided. (In fact, I wouldn't be surprised if it just works by now.)
It still doesn't work. I ran the installation script with this change
in order to use lua (v5.4.4) and not texlua:
# Name of the Lua interpreter to use
LUA=lua
This is what I get in a ming64 shell:
--8<---------------cut here---------------start------------->8---
Digestif not found in /z/myhome/.digestif, fetching it now
Cloning into '/z/myhome/.digestif'...
remote: Enumerating objects: 70, done.
remote: Counting objects: 100% (70/70), done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 70 (delta 2), reused 20 (delta 0), pack-reused 0
Receiving objects: 100% (70/70), 644.32 KiB | 3.95 MiB/s, done.
Resolving deltas: 100% (2/2), done.
Done! If you are running this interactively, press Control-C to quit.
The system cannot find the specified path.
The system cannot find the specified path.
Content-Length: 175
[It hangs here and now I hit C-c and the rest follows:]
{"error":{"message":"z:/myhome/.digestif/digestif\\util.lua:569: bad argument
#2 to 'match' (string expected, got
nil)","code":-32700},"jsonrpc":"2.0","id":null,"result":false}C:\pathto\mingw64\bin\lua.exe:
z:/myhome/.digestif/digestif\langserver.lua:388: interrupted!
stack traceback:
[C]: in function 'io.write'
z:/myhome/.digestif/digestif\langserver.lua:388: in upvalue 'write_msg'
z:/myhome/.digestif/digestif\langserver.lua:405: in upvalue 'rpc_send'
z:/myhome/.digestif/digestif\langserver.lua:418: in upvalue
'rpc_receive'
z:/myhome/.digestif/digestif\langserver.lua:430: in upvalue
'process_request'
z:/myhome/.digestif/digestif\langserver.lua:538: in function
'digestif.langserver.main'
z:/myhome/.digestif/bin/digestif:2: in main chunk
[C]: in ?
--8<---------------cut here---------------end--------------->8---
Please feel free to contact me directly if I can provide more input
since this is off-topic on emacs-devel.
Best, Arash
- Re: Making `eglot-server-programs' a custom variable?, (continued)
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, João Távora, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Arash Esbati, 2022/11/12
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/12
- Re: Making `eglot-server-programs' a custom variable?, Arash Esbati, 2022/11/12
- Re: Making `eglot-server-programs' a custom variable?, Augusto Stoffel, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?,
Arash Esbati <=
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Arash Esbati, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Augusto Stoffel, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Arash Esbati, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
Re: Making `eglot-server-programs' a custom variable?, João Távora, 2022/11/10