vanniuner
vanniuner
hello,anybodyhere. I really need some help.
I have changed by wrapped with lambda but nothing changed. this is my java config which base on doom emac's module. https://github.com/vanniuner/neo-emacs/blob/master/modules/neoemacs/java/config.el
> > Can you test with M-x lsp-start-plain? > > did you had the chance to try that? yes,but jdtls startup faild
My laptop is macos, emacs distribution provied by emacsports. The elisp's eldoc could show ,but java can not.
And when I exec the `(eldoc-print-current-symbol-info)` *message* show : ``` (fn BOUND)"]) Error during redisplay: (jit-lock-function 2523) signaled (wrong-type-argument stringp #[257 "\30021\301\302\303#\2050\304\224\204\305`S\306\"\211\204'\211\307 =\203,\310\300\303\"\210\210\2020\207" [found re-search-forward "\\(\\\\\\\\\\)\\(?:\\(\\\\\\\\\\)\\|\\((\\(?:\\?[0-9]*:\\)?\\|[|)]\\)\\)" t 2 get-text-property face...
> > Can you test with M-x lsp-start-plain? > > did you had the chance to try that? M-x lsp-start-plain but the issue still exist;
@yyoncho i need u💦
and eldoc-print-current-symbol-info return nil..
> Can you enable the log and check if the server is returning the proper result? Also check what happens after M-x toggle-debug-on-error I did ,but pop nothing
lsp-java config ``` (setq lsp-java-format-settings-url (expand-file-name (concat doom-user-dir "neoemacs/Intellij_Spring_Boot_Java_Conventions.xml")) lsp-java-java-path "/Users/van/soft/jdk/jdk-17.0.6.jdk/Contents/Home/bin/java" lsp-maven-path "~/.m2/settings.xml" lsp-java-configuration-maven-user-settings (expand-file-name lsp-maven-path ) lsp-java-vmargs `("-XX:+UseParallelGC" "-XX:GCTimeRatio=4" "-XX:AdaptiveSizePolicyWeight=90" "-Dsun.zip.disableMemoryMapping=true" "-Xmx2G" "-Xms100m", (concat "-javaagent:" (expand-file-name (concat doom-user-dir "neoemacs/lombok.jar")))))...