Andrey Listopadov
Andrey Listopadov
It's complicated. I think sticking to the opposite side of the line is fine (like the first screenshot), but this means that we may hit the same problem of not...
Is it possible to run hook on child frame appearance? Because if it is, maybe a more general mechanism should be contributed to make it possible for all packages to...
well, that's what I was talking about. If I set it to 600px long lines wrap character wise, while it would be better to do word wide wrapping. вт, 24...
It seems it prevents eldoc box from appearing
these hooks are the same, so I think you've meant: ```emacs-lisp (add-hook 'eldoc-box-buffer-hook (lambda () (unless word-wrap (toggle-word-wrap)))) ``` This works. Thanks!
It seems that I'm experiencing the same issues with `eldoc-box` size and `eglot`. First, when the mode is just started the box is extremely tiny (single letter) and no information...
> In the case of emacs-lisp-mode, I don't see the problem you are describing. I'm not using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) currently, but when I was using it I had no problems with...
Another problem is that eldoc-box covers company: 
Can an issue being introducing by using certain window manager? I'm using Gnome, maybe in other DE, like KDE, or in another WM, like xfwm the issue isn't reproducible? Edit:...
> What? I never thought windows managers have an influence on childframe resize, given they all use X11. GNOME uses [Wayland](https://wayland.freedesktop.org/index.html) by defalut, but the issue can be reproduced under...