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

tags-query-replace fails with "Match data clobbered by buffer modification hooks" #76

Open
coreyoconnor opened this issue Oct 3, 2018 · 0 comments

Comments

@coreyoconnor
Copy link

When using origami.el for folding and tags-query-replace, the replace operation will fail on a file with folds with "Match data clobbered by buffer modification hooks"

In my case this is invoked using projectile's global search/replace feature. Which internally uses tags-query-replace and I'm able to induce the failure directly using tags-query-replace. The search/replace fails as soon as a fold needs to be entered.

I don't know if this applies to other folding libraries.

As I understand the error message it's related to one of the hooks added:

That's all I know about this error. Not even sure it's specific to origami!

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

1 participant