all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 47dcf72: Fix tooltip text properties showing up in dragged text
@ 2022-03-16 12:34 Eli Zaretskii
  2022-03-16 13:29 ` Po Lu
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2022-03-16 12:34 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

> diff --git a/lisp/mouse.el b/lisp/mouse.el
> index b650bea..4eead39 100644
> --- a/lisp/mouse.el
> +++ b/lisp/mouse.el
> @@ -3097,12 +3097,28 @@ mouse-drag-and-drop-region
>                                    (frame-pixel-width frame))
>                                 (> (cdr location)
>                                    (frame-pixel-height frame)))))
> -                (tooltip-hide)
> +                (x-hide-tip)

What will this (and other similar changes you did in that commit) do
when tooltip-use-echo-area is non-nil?



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-17  7:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-16 12:34 master 47dcf72: Fix tooltip text properties showing up in dragged text Eli Zaretskii
2022-03-16 13:29 ` Po Lu
2022-03-16 13:42   ` Eli Zaretskii
2022-03-16 13:45     ` Po Lu
2022-03-16 14:25       ` Eli Zaretskii
2022-03-17  0:33         ` Po Lu
2022-03-17  6:49           ` Eli Zaretskii
2022-03-17  7:04             ` Po Lu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.