[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 47dcf72: Fix tooltip text properties showing up in dragged te
From: |
Po Lu |
Subject: |
Re: master 47dcf72: Fix tooltip text properties showing up in dragged text |
Date: |
Thu, 17 Mar 2022 15:04:26 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
> But isn't that better than not showing anything at all (which is what
> will happen with the current code)? Suppose we are talking about a
> terminal where x-show-tip doesn't work at all, like a TTY with a
> mouse, or when tooltip-mode is turned off?
Ah, yes, I missed those. We should thus call
`tooltip-show-help-non-mode' on such TTYs. I'm still not quite sure
about what to do when tooltip-mode is off, though, since that precludes
the possibility of displaying "real" tooltips while dragging even if
tooltip-mode is off.
> I'd rather suggest that you call tooltip-show-help-non-mode directly
> when tooltip-use-echo-area is non-nil. Or am I missing something?
This looks good to me, thanks.