Stéphane Marks

Results 171 comments of Stéphane Marks

Hi, and thank you for taking a look. No box border appears at all. The effect I'm trying to achieve is a white box around the pop-up. I've attached a...

I still wonder if the hook is being called with a reference to the correct child frame or not.

This works for me BUT I still don't get why the hook is being passed the frame of the buffer window vs. the child frame. ```elisp (defun my/eldoc-box-post-frame-hook (frame) (modify-frame-parameters...

FYI, this cosmetic hack now also eliminates fringes because they create weird visual artifacts in the child frame. ```elisp (defun my/eldoc-box-post-frame-hook (_frame) (modify-frame-parameters ;; the hook sends the parent frame...

Here's a screenshot with fringes left enabled. And one with fringes disabled. It's also not very nice that the text in the box doesn't wrap properly so some words before...

Verbatim: ``` DataFrame(data=None, index: 'Axes | None'=None, columns: 'Axes | None'=None, dtype: 'Dtype | None'=None, copy: 'bool | None'=None) Two-dimensional, size-mutable, potentially heterogeneous tabular data. Data structure also contains labeled...

This could be a hint. I have global-hl-line-mode enabled and you can see it with the subtle dark gray bar over the word "data". It looks like the window width...

Aha, I assumed that tag detection was automated. 30.2 with regression fixes is likely just around the corner. Thank you.