Vincent Zhang

Results 249 comments of Vincent Zhang

The root cause is `flycheck-pos-tip-hide-messages` hides all tooltips. Try this workaround: ```elisp ;; Don't hide pos tip to advoid suspress other pos tips. (defun flycheck-pos-tip-hide-messages () "Hide messages currently being...

> call `pos-tip-hide` before calling through to the completion function I think it's a good solution.

@ambihelical Honestly I didn't try this workaround. But it seems your workaround works as well.

Same here on macOS 12.5. 4+GB memory is occupied.

I implement with some tricks [here](https://github.com/seagle0128/.emacs.d/blob/master/lisp/init-elisp.el#L138).

Great! It would be better if it supports hooks as well 😁

IMO, if the buffer is readonly, it's easy to add navigation commands and keybindings (like `n`, `p`, `q`, etc.) If the users want to edit and save the buffer, just...