Vitus Schäfftlein
Vitus Schäfftlein
This is great, thank you! I think it really is worth adding to the readme. What would be even better, though, would be if the buffer was not selected so...
First of all: Please don't stress yourself out with this - family is more important than some strings of letters! I am afraid I do not know anything about `defmethod`...
I am afraid I do not quite understand what you are up to, so I have a question of clarification: How would what you are up to differ from using...
@karamme I am afraid this solution does not work for me. Could you test if you have problems with Umlauts like in "können", "Märchen", "Übung"? And what is the output...
Now I had the time to have a look at it. I realized that the problem arises in particular when replying to someone who wrote a mail in the browser...
In LaTeX, the `blockcquote` block simply expands to the LaTeX-command `\blockcquote`. In `beamer`, it results in a quote environment in which the text is placed, below of which the full...
Thanks for the quick answer! Here is the log: Found the following clients for/path/to/file.java: (server-id jdtls, priority 0) The following clients were selected based on priority: (server-id jdtls, priority 0)...
Sorry, there was a buffer `lsp-log` of which I copied the contents. This should be the correct log: ``` [Trace - 07:47:33 ] Sending request 'initialize - (7)'. Params: {...
I deleted every folder available using `M-x lsp-workspace-folders-remove` and reinitialized the project. I am already working with an example project with the simplest possible structure. There is just an empty...
How do I use a different java version? I now changed ``` (setenv "JAVA_HOME" "/usr/lib/jvm/java-11-openjdk") (setq lsp-java-java-path "/usr/lib/jvm/java-11-openjdk/bin/java") ``` The directories exist, of course. I commented out the code you...