bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30320: 26.0.91; Crash when using lsp-ui-doc-mode


From: Jake Goulding
Subject: bug#30320: 26.0.91; Crash when using lsp-ui-doc-mode
Date: Mon, 5 Feb 2018 13:43:46 -0500

> I suggest to communicate this to the developers of that package.

Good point; I've done so [bug].

> Can you avoid the crash if you remove the call to set-frame-size in
  lsp-ui-doc--move-frame, or condition it on display-graphic-p
  returning non-nil?

I added a condition and recompiled my ~/.emacs.d/elpa directory.
It does seem to no longer crash:

    (if (display-graphic-p)
        (set-frame-size frame width height t))

However, I also don't see the documentation displayed anywhere, so
perhaps I've done something else incorrect?

[bug]: https://github.com/emacs-lsp/lsp-ui/issues/77





reply via email to

[Prev in Thread] Current Thread [Next in Thread]