Xalares

Results 10 comments of Xalares

Same issue here, same version of Emacs (28.1) on Arch Linux. A new workspace is added called "No Tabs" with my $HOME directory as workspace, and it uses it as...

> When trying to use the `lsp-start-plain` file in my `init.el` file with Emacs and trying to install the `bash-ls` I get this error > > ```emacs-lisp > Debugger entered--Lisp...

Indeed lsp-start-plain gives me the same error too.

@yyoncho Indeed it corrected the issue I mentioned, ~~but now I've got another one in \*marksman::stderr\*: `emacs: /home/username/.emacs.d/.cache/lsp/marksman/marksman: Erreur de format pour exec()` Which says : "Format error for exec()"~~...

@sethen Are you sure you got the last build for lsp-mode ? I could have the update because I use straight package manager and it download package directly from git....

Hi, what version of python are you using ? I've had this issue using python 3.10, I think torch 1.9.1 is only available with 3.9 and older versions of python....

Loks like th issue is in Extensions.cs line 137-138 ``` string val = row[i].ToString().Replace(@"'", @"\'").Replace(@"""", @"\\""").Replace(@"\\", @"\\\"); sb.Append("\\"" + val + "\\","); ``` I'll try to sort it out.

I've submitted a patch, the problem that it's trying to solve is to escape the \\ character but it does it after escaping the " character. so for the string...

Hi, just to say that I've got the same issue. Except with python 3.10.10

Hi there, trying to build emacs-ng I got the same error on archlinux, by running make simply without further parameters, I tried make bootstrap as advised, didn't change a thing....