You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a slightly unholy setup for a new Windows 10 Enterprise computer to which I don't have admin access.
I was able to install MSYS2 in userland, and emacs within that. px helped abstract away the NTLM proxy.
clj-msi also allows userland installation, and openjdk can just sit in a directory with JAVA_HOME pointing at it from msys2 (e.g. /c/Users/username/local/jdk-23.0.1/).
I was able to get cider working just by adjusting the default cider-jack-in command. I thought I'd share it in case anyone else needs such a cursed setup :)
cider-jack-in defaults to using PowerShell with -encodedCommand. This erroneously presented a Windows "How do you want to open this file?" dialog and didn't work. Decoded:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I'm working on a slightly unholy setup for a new Windows 10 Enterprise computer to which I don't have admin access.
I was able to install MSYS2 in userland, and emacs within that. px helped abstract away the NTLM proxy.
clj-msi also allows userland installation, and openjdk can just sit in a directory with
JAVA_HOME
pointing at it from msys2 (e.g./c/Users/username/local/jdk-23.0.1/
).I was able to get cider working just by adjusting the default
cider-jack-in
command. I thought I'd share it in case anyone else needs such a cursed setup :)cider-jack-in
defaults to using PowerShell with-encodedCommand
. This erroneously presented a Windows "How do you want to open this file?" dialog and didn't work. Decoded:I was able to use
cider-jack-in
normally with a lightly edited version of the decoded command:Hope this is of use to someone!
Beta Was this translation helpful? Give feedback.
All reactions