Emacs has a secondary selection (not the X11 selection, rather the mouse-secondary-overlay
).
On my system holding Alt-LMB dragging sets it.
How would I check if there this selection is set in elisp?
I tried checking;
(if mouse-secondary-overlay
... do something ...)
however this always prints "Have Second Select"
How can this be tested?