Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulse functionality break when using back-button #5

Open
ratheesh opened this issue Apr 15, 2015 · 2 comments
Open

pulse functionality break when using back-button #5

ratheesh opened this issue Apr 15, 2015 · 2 comments

Comments

@ratheesh
Copy link

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
Copy link
Author

I am using emacs v24.4 package.

@rolandwalker
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants