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

Error running timer `jit-lock-stealth-fontify': (void-variable adoc-reserved) #31

Open
duelafn opened this issue Mar 26, 2017 · 1 comment

Comments

@duelafn
Copy link

duelafn commented Mar 26, 2017

I get this error repeatedly when using adoc-mode. It wasn't clear to me what that variable was meant to be, so it wasn't clear whether the warning indicated that the variable was supposed to be set locally or not, but I fixed the issue in my local copy by appending:

(defvar adoc-reserved nil)

To the list of devars.

GNU Emacs 24.4.1 in Debian 8. I can test patches or provide any additional info if you need.

@DamienCassou
Copy link

I can reproduce with M-: (font-lock-ensure) RET in an adoc buffer.

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