C-h .
does nothing
#954
-
LSP transcript - M-x eglot-events-buffer (mandatory unless Emacs inoperable)[client-request] (id:275) Thu May 12 18:31:00 2022:
(:jsonrpc "2.0" :id 275 :method "textDocument/documentHighlight" :params
(:textDocument
(:uri "file:///home/chris/hello.ml")
:position
(:line 27 :character 0)))
[server-reply] (id:273) Thu May 12 18:31:00 2022:
(:id 273 :jsonrpc "2.0" :result
(:signatures
[(:label "eval : int expr -> int" :parameters
[(:label
[7 15])])]
:activeSignature 0 :activeParameter 0))
[server-reply] (id:274) Thu May 12 18:31:00 2022:
(:id 274 :jsonrpc "2.0" :result nil)
[server-reply] (id:275) Thu May 12 18:31:00 2022:
(:id 275 :jsonrpc "2.0" :result
[]) Backtrace (mandatory, unless no error message seen or heard):Minimum Reproducible Example (mandatory)
When doing When doing On my emacs
And here:
Also:
The keybinding for (defvar eglot-mode-map
(let ((map (make-sparse-keymap)))
(define-key map [remap display-local-help] #'eldoc-doc-buffer)
map)) I think it's a typo, those two actions are not the same, and are not meant to be the same.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@Inkbottle007 please DO NOT create any more such Eglot "bug report" issues unless you understand exactly what kind of recipe is requested there. This is the final time I'm asking you this. It's fine to discuss here. I don't understand the problem as it is described (which does not mean there isn't one, just that your description is unclear). In Eglot's default setup |
Beta Was this translation helpful? Give feedback.
-
@Inkbottle007 summarizes it here:
(setq eglot-stay-out-of '(eldoc-documentation-strategy) |
Beta Was this translation helpful? Give feedback.
@Inkbottle007 summarizes it here:
(setq eglot-stay-out-of '(eldoc-documentation-strategy)
eldoc-documentation-strategy 'eldoc-documentation-compose)