Yuan Fu

Results 126 comments of Yuan Fu

Thanks. And sorry for the delay. Fixing the box at top-right will block the right window for those who uses two side-by-side windows. So I don't think it is a...

If you click the child frame (thus selecting it), can you scroll it? On mac I don't need to select the child frame to scroll, but I remember that Linux...

Even with `emacs -q`?

Hey sorry for the delay, I was busy with Real Life™. I added a function `eldoc-box-help-at-point` that should do what you want. Let me know if it works!

My guess is that this is some Emacs bug, child frame has a few quirks on each platform. I don't think there is anything we can do on the eldoc-box...

I'm pretty sure it works, so I'm closing this ;-)

The whole point of this package is to display eldoc messages in child frame, which is GUI only, so I think it's safe to say we aren't going to support...

Now the command is renamed to `eldoc-box-help-at-point`. But the idea is the same, the child frame is just another frame, so you should be able to select text with mouse...

That was added so that byte-compiling doesn't break, since some people like to byte-compile their packages upfront. But we don't really need that code anymore, since we have `eldoc-box-help-at-point`. I...