Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webkit lsp-ui-doc popup not showing up in emacs #747

Open
ydzhou opened this issue Apr 17, 2023 · 1 comment
Open

webkit lsp-ui-doc popup not showing up in emacs #747

ydzhou opened this issue Apr 17, 2023 · 1 comment
Labels

Comments

@ydzhou
Copy link

ydzhou commented Apr 17, 2023

lsp-ui-doc popup is not showing up in emacs when configured to use webkit

My lsp configuration

(use-package lsp-mode
  :ensure t
  :custom
  (lsp-enable-snippet nil)
  (lsp-keep-workspace-alive t)
  (lsp-enable-xref t)
  (lsp-enable-imenu t)
  (lsp-enable-completion-at-point t)
  (lsp-completion-show-detail t)
  (lsp-ui-doc-delay 1.5)
  (lsp-ui-doc-show-with-mouse t)
  (lsp-ui-doc-show-with-cursor nil)
  (lsp-ui-doc-position 'at-point)
  (lsp-ui-doc-use-childframe t)
  (lsp-ui-doc-use-webkit t)
  (lsp-ui-sideline-show-diagnostics t)
  (lsp-ui-sideline-show-code-actions t)
  (lsp-file-watch-threshold 5000)
  ;; Display all of the info returned by document/onHover under the mode line
  (lsp-eldoc-render-all nil)
  :hook (
  (go-mode . lsp)
  )
  :config
  (setq company-minimum-prefix-length 1)
  :commands (lsp lsp-deferred))

The same configuration works fine for emacs-plus@28 build, but does not work for

  1. emacs-plus@29 build
  2. emacs 28 build for arch linux
@gn0
Copy link

gn0 commented Jun 29, 2023

I have this problem too. Issue #313 also reports a problem with webkit but I am not getting the error message that is reported there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants