back-button icon indicating copy to clipboard operation
back-button copied to clipboard

pulse functionality break when using back-button

Open ratheesh opened this issue 10 years ago • 2 comments

When back-button mode is enabled, (pulse-momentary-highlight-one-line (point)) call does not work as expected. The line gets highlighted but highlighted color does not disappear until a key is pressed.

This function is used in helm-gtags package

I kindly request you to look into this.

ratheesh avatar Apr 15 '15 06:04 ratheesh

I am using emacs v24.4 package.

ratheesh avatar Apr 15 '15 06:04 ratheesh

Hi! I wasn't able to duplicate this so far. If I type the following into a buffer

(load-library "pulse")
(load-library "back-button")
(back-button-mode 1)
(pulse-momentary-highlight-one-line (point))

and type M-xeval-bufferRET, then I see the pulse, and I also see that back-button-mode is enabled in the modeline.

I'll try it again using helm-gtags specifically.

rolandwalker avatar Aug 04 '15 19:08 rolandwalker