Daniel Martín

Results 22 comments of Daniel Martín

IMO, if this issue is causing significant problems to some users, we should revert the PR. We can always re-land it later when it's more stable.

Thanks for the report. From a buffer where you can reproduce the bug, could you do `C-h k` and then move the mouse pointer? It will open a Help buffer...

> I think C-h k only describes mouse click but not mouse movement. If I'm not mistaken, it should describe mouse movement as well, as it's an event like any...

Ender Dai writes: > > The workaround you mentioned works unreliably. When `lsp-ui-doc-mode` > is enabled and the workaround is applied (through running in *scratch* > buffer), the `Regexp I-search:`...

Very curious, I can't reproduce isearch exiting after applying those changes. Are you using a single Emacs frame or more than one? After you move the cursor and reproduce the...

Steve Quezadas writes: > I use typescript and sometimes when I pass values, I pass the type as > "any" to play around. Can lsp-UI reveal the "type" if I...

Ivan Yonchovski writes: > Hm, afaics default is pointing to lldb-vscode binary, but the default > is under `~/.vscode/extensions`, maybe @danielmartin can explain why > default is not poiting to...

Thanks for the report. I've added the "bug" label. `fci-mode` is a package with some known incompatibilities, and the functionality of `fci-mode` will be provided natively in Emacs 27 (`display-fill-column-indicator-mode`)....

Thanks for the report. `lsp-ui-sideline` basically works on the diagnostic messages line by line and tries to put them as overlays in available space. The current algorithm may fail specially...

I'm not sure the C++ Core Guidelines explicitly ban `std::unique_ptr::release`. We can rephrase the diagnostic to comply with "F.26: Use a unique_ptr to transfer ownership where a pointer is needed",...