bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31240: 26.1; mouse-save-then-kill does not kill rectangles


From: martin rudalics
Subject: bug#31240: 26.1; mouse-save-then-kill does not kill rectangles
Date: Wed, 10 Oct 2018 08:19:52 +0200

> It should be
>
> (and (<= start point-to-paste)
>       (<= point-to-paste (+ start (car size))))))))

I forgot to mention that the second conjunct is probably superfluous
here because in that case the rectangles won't intersect in the first
place.  So (<= start point-to-paste) should be sufficient but I have
not tested it.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]