Eval Exec

Results 98 comments of Eval Exec

Sorry, the reproduce config file is too long, but it can realy reporduce it by `emacs -Q -l reproduce.el`

> > Hello, I get this issue too. And I have a minimal reproduce init.el and reproduce it by `emacs -Q -l reproduce.el`: > > I think you have this...

,I thinks the issue is related to "the overlay in the tail of the `{`": There are too flycheck's overlay: one after the `{`, another is above the `}`: ![image](https://github.com/user-attachments/assets/2b7ff7ee-7f27-4500-8629-e2f83cfc5988)...

Could you retry after shutdown the lsp server?

I do `trace-function` to `sideline--align-right` It seems that sideline printed a `\n` newline char on the right? ``` ====================================================================== 1 -> (sideline--align-right #("consider returning the local binding `n`: `\n n\n`"...

> Hi @eval-exec, thanks for the report. > > I use cider-doc quite often and haven't experienced that. > > Are you aware that the ns form where the `string`...

Wow, I just try `cider-doc` on `join`, it works as expected, I don't know why. :smile:

I think the documentation is wrong, it should be: ``` /// The length of `dst` must be at least `src.len() / 2`. ```