Yuan Fu

Results 126 comments of Yuan Fu

I made a mistake, it should be ``` (add-hook 'eldoc-box-buffer-hook (lambda () (unless word-wrap (toggle-word-wrap))) nil t) ``` It doesn't make sense to add the hook locally. However, that mistake...

Yeah I can fix that. Added to todo ; )

I pushed a change that enables `visual-line-mode` in child frame, give it a try :-)

Oh I don't know commit message auto close issues. Anyway this should be fixed now. Thanks!

If it didn't fix for you please re-open the issue and I'll see what went wrong.

_I_ can reopen it, aha! I wonder what's going on during native comp that causes this. I'll have a look at it when I got time, since at least it...

One reason I don't want to use posframe is that I try to keep the dependency to a minimum and the current mechanism seems worked well (on my machine). But...

Thanks for your info, the cause of this particular problem is hard to reason about just by looking it, I'll get a Linux VM then. While I'm doing that, could...

I've set up an Arch Linux and tried eldoc-box on Emacs 26.1. I can see the big childframe you are describing, but it disappeared after being set to the right...

Oops, didn't mean to close it.