Closed innerout closed 4 years ago
@innerout Thanks for your issue.
Could you run toggle-debug-on-error
and give me the backtrace of the error?
I have tried setting
lsp-latex-build-executable
andlsp-latex-build-args
but their values do not change.
It is strange. I cannot understand.
You used setq
or set-variable
but the value is not changed, isn't it?
I tried both setq
and set-variable
but nothing changed.
I attach the backtrace.
error.txt
I'm getting the same error with the same backtrace.
@innerout @soberpeach Thanks for your report, and I feel sorry for late reply.
json-serialize
might be a function introduced on emacs-27, and I cannot get the function on pre-built emacs-27.
Could you tell me Emacs version, OS, and how to get or build your emacs?
No worries about the small delay in the reply. I am using the master branch version of Emacs and I am using Arch-Linux. To build my Emacs specifically, you need to use the emacs-git package in AUR.
@innerout @soberpeach Thank you, both!
I reproduce the bug, and I detected that its cause is " json-serialize
cannot recognize normal list (not plist or alist) as array in json." This value should be vector. I will somehow fix it.
The bug may be fixed. If not, please reopen this issue. Thanks!
Hello I have been trying to setup lsp-latex with my latex projects but I am unable to make it work.
I have been getting the message below:
I have tried setting
lsp-latex-build-executable
andlsp-latex-build-args
but their values do not change.To setup lsp-latex in my config I used the code below:
Do you know what am I missing and texlab does not work?