[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making `eglot-server-programs' a custom variable?
From: |
Augusto Stoffel |
Subject: |
Re: Making `eglot-server-programs' a custom variable? |
Date: |
Fri, 11 Nov 2022 08:26:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Fri, 11 Nov 2022 at 14:33, Eli Zaretskii wrote:
>> export LUA_PATH="$DIGESTIF_HOME/?.lua"
>> export DIGESTIF_PRERELEASE="$(git -C "$DIGESTIF_HOME" rev-parse --short
>> HEAD)"
>>
>> "$LUA" "$DIGESTIF_HOME/bin/digestif" "$@"
>
> So which of the files/directories involved is the one that "the system
> cannot find"? That message comes from cmd.exe, AFAIK.
>
> Maybe it's LUA_PATH, because Windows doesn't allow question marks in
> file names.
The LUA_PATH is (probably) fine; the question mark is interpreted by Lua
and means that package x.y.z is to be found at
"$DIGESTIF_HOME/x/y/z.lua".
- Re: Making `eglot-server-programs' a custom variable?, (continued)
- 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, 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/11
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/11
- Re: Making `eglot-server-programs' a custom variable?,
Augusto Stoffel <=
- 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
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, João Távora, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, Dmitry Gutov, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, Dmitry Gutov, 2022/11/10
- Re: Making `eglot-server-programs' a custom variable?, Eli Zaretskii, 2022/11/10