Ivan Yonchovski
Ivan Yonchovski
@bbatsov > What exactly do you need? as it is partially visible in the screenshot above(in the Sessions window), there are no lines for clj files(it displays No Source). If...
@jumarko yes, I am working on it, now it supports 10+ languages out of the box and it is part of emacs-lsp organization. Do you have something particular in mind?...
Here it is the proper link https://github.com/emacs-lsp/dap-mode/wiki/Clojure:-debugging-and-introspecting-Java-Code . I will create an `emacs -q` configuration.
> @yyoncho your original guide link is empty. Would be really great if you could provide a minimal setup for how a cider/clojure user could delve into dap. Thanks! @vspinu...
What you are suggesting makes sense to me. One question: You want backends to disable snippet completion or all effects that will be performed in post-completion event? For example, in...
@dgutov do we have an agreement on that? At lsp-mode side, we are getting a lot of bug reports caused by a user using company-tng front-end because of some of...
> You have a user option to disable snippets, right? Yes, we do, my main concern is that it does not work out of the box and it generates false...
Emacs is stuck when opening file containing `comment` when clojure-toplevel-inside-comment-form is t
Do `emacs -q -l plain.el foo.clj` where plain.el is: ``` elisp (require 'package) (setq debug-on-error t no-byte-compile t package-archives '(("melpa" . "https://melpa.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/")) package-user-dir (expand-file-name (make-temp-name "lsp-tmp-elpa") user-emacs-directory)...
Emacs is stuck when opening file containing `comment` when clojure-toplevel-inside-comment-form is t
It reproduces on both emacs 27.2 and emacs 27.1
@Fuco1 can you post the perf report?