GNU bug report logs - #30320
26.0.91; Crash when using lsp-ui-doc-mode

Previous Next

Package: emacs;

Reported by: Jake Goulding <jake.goulding <at> gmail.com>

Date: Thu, 1 Feb 2018 16:25:02 UTC

Severity: normal

Found in version 26.0.91

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jake Goulding <jake.goulding <at> gmail.com>
To: 30320 <at> debbugs.gnu.org
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




This bug report was last modified 5 years and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.