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

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

bug#29173: 25.3; pulse-momentary-highlight-region is not visible when re


From: Lars Ingebrigtsen
Subject: bug#29173: 25.3; pulse-momentary-highlight-region is not visible when region is active
Date: Wed, 09 Oct 2019 10:42:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Yury Bulka <setthemfree@privacyrequired.com> writes:

> To reproduce:
> 1) Select some region in a buffer
> 2) eval:
>    (pulse-momentary-highlight-region
>      (region-beginning)
>      (region-end))
> 3) No visual feedback is appearing
>
> By contrast, evaluating something like:
>    (pulse-momentary-highlight-region (- (point) 5) (point))
> results in the area around point highlighted as expected.

This has now been fixed in Emacs 27 by giving the overlay used to pulse
a higher priority than the default.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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