emacs

jasalt 2024-12-02T11:11:40.597039Z

I have this weird glitch with font rendering happening some times that some pixels of the characters are missing. Some lines are affected momentarily this way while typing but it disappears after a while, and also if I take a screenshot it is not visible. Emacs 29.4 is installed from Debian backports repo, X11 and KDE Plasma desktop. Custom font is set with (custom-set-faces '(default ((t (:height 105 :family "Hack"))))) Not very critical problem but tips appreciated if it is a known issue.

jasalt 2024-12-02T11:14:41.752199Z

Picture was taken with camera to show the effect. Reference how font should render in screenshot:

rafalw 2024-12-02T03:36:40.978569Z

Hi, How to disable this 'tooltips'? disabling tooltip-mode doesn't work.

Erick Isos 2024-12-02T16:20:19.795399Z

It's usually nil, I have something like this in my config

(use-package! lsp-ui
  :after lsp-mode
  :commands lsp-ui-mode
  :config
  (setq lsp-ui-doc-enable  nil
        lsp-ui-peek-enable nil))

1
dpsutton 2024-12-02T03:46:03.978539Z

I think that is lsp-ui mode. You could set lsp-ui-doc-enable

dpsutton 2024-12-02T03:46:12.410069Z

to false or nil or whatever emacs likes to disable it

dpsutton 2024-12-02T03:46:13.453569Z

https://github.com/emacs-lsp/lsp-ui