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
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
ANALYSIS: note the path "~/.emacs.d/nox/mspyls/Microsoft.Python.LanguageServer". This is completely wrong. ".emacs.d" is the parent of MY .el file, not nox.el.
ANALYSIS: and in any case, mspyls is lacking everywhere on my system. It will never be found.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently installed nox, following the steps.
56f6bbc
to a directory outside my .emacs config tree.load-path
~/.emacs.d/nox-ls-client.el
.load-file
d that file.I then immediately loaded a python file
test_util.py
.ACTUAL: I got the following traceback in
*Messages*
Error in post-command-hook ((closure ((--cl-maybe-connect-- closure #1 nil (progn (remove-hook 'post-command-hook --cl-maybe-connect-- nil) (let ((G1 buffer)) (if (buffer-live-p G1) (save-current-buffer (set-buffer G1) (if nox--managed-mode nil (apply #'nox--connect (nox--guess-contact)))))))) (buffer . #) nox--managed-mode company-tooltip-align-annotations company-backends t) nil (progn (remove-hook 'post-command-hook --cl-maybe-connect-- nil) (let ((G1 buffer)) (if (buffer-live-p G1) (save-current-buffer (set-buffer G1) (if nox--managed-mode nil (apply #'nox--connect (nox--guess-contact))))))))): (file-missing "Searching for program" "No such file or directory" "~/.emacs.d/nox/mspyls/Microsoft.Python.LanguageServer")
EXPECTED: No such error
ANALYSIS: note the path "~/.emacs.d/nox/mspyls/Microsoft.Python.LanguageServer". This is completely wrong. ".emacs.d" is the parent of MY .el file, not
nox.el
.ANALYSIS: and in any case,
mspyls
is lacking everywhere on my system. It will never be found.The text was updated successfully, but these errors were encountered: