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

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

bug#47810: 28.0.50; pulse no longer accepts a face argument


From: Gregory Heytings
Subject: bug#47810: 28.0.50; pulse no longer accepts a face argument
Date: Fri, 16 Apr 2021 08:32:52 +0000



I would expect the following two expressions to produce pulse effects that differ in colour (tried with emacs -Q):

   (pulse-momentary-highlight-region (point-at-bol) (point-at-eol) 'highlight)
   (pulse-momentary-highlight-region (point-at-bol) (point-at-eol) 'region)

Instead they use the background of pulse-highlight-start-face.


Indeed; patch attached.

Attachment: Use-correct-face-when-pulsing-Bug-47810.patch
Description: Text Data


reply via email to

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