back-button
back-button copied to clipboard
pulse functionality break when using back-button
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.
I am using emacs v24.4 package.
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.