-
Could you add variable `flycheck-all-current-errors`. It's similar to `flycheck-current-errors` but with list of all errors from all files.
-
#### Description :octocat:
If a python source file has multibyte characters an error is triggered with flymake?
#### Reproduction guide :beetle:
- Start Emacs
- Enable flake8 with flymake
- Add…
-
If I edit a file named a.hs, it takes a long time to start haskell mode. And a file named a_flymake.hs is created on that directory without asking me. It stands there even after i closed a.hs.
I do n…
-
Python file:
```python
from datetime import datetime
print()
```
Note eglot-warning on line 1.
Select `print()` and do `C-x n n` (`narrow-to-region`).
Cancel selection and make an e…
-
![image](https://user-images.githubusercontent.com/6119928/72789088-fbb0ef00-3c6d-11ea-8a6c-60d1b161de16.png)
The real buffer name is BusinessTypeUtil.java
-
Context: I have a minor mode for modal editing, which uses keyboard macros to translate keypresses to other keypresses (e.g. `j` is translated to `M-j`). Point movement commands are bound to the trans…
-
Related to #491 (Trying to find a clean solution)
I think the issue with installation (I'm using straight.el to install, through Doom) is that while `eglot` requires `package 0.3` :
```lisp
;;…
gagbo updated
4 years ago
-
**Describe the bug**
In unregistered projects where the go code is in a repository subfolder (like `src` or `go`), lsp-mode offers the repository folder as the default choice (for the `i` choice).
…
-
# Summary
Hi, thanks for this great package. Whenever I start editing any python code, I come across this error. I can globally switch off the `eldoc-mode` which solves the problem but I am looking t…
-
I am new to use `lsp-mode` to write python code.
I have a python project which has a subdirectory `lib` in which there are many python packages (e.g. something like `model`).
For example in the …