Some time ago, Hrvoje Niksic wrote...
|+
| "Kirill M. Katsnelson" <kkm(a)kis.ru> writes:
|
| > I think that selection-owner-p must return the same as
| > (region-active-p) under Windows,
|
| This sounds wrong. When `zmacs-regions' is nil, (region-active-p)
| always returns nil, and yet the selections should still work. It is
| arranged that way under X, and we should preserve that design.
Thanks for pointing on that fact. What do you suggest?
By the way, I have this im my .emacs:
(set-face-background 'zmacs-region "gray80")
When I click and drag with the mouse, the region being selected is
light gray. Although, after I release the button, it turns darker.
What's that?
Kirill