-
Notifications
You must be signed in to change notification settings - Fork 5
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
obsolete font-lock-reference-face in ess-stata-lang.el #11
Comments
Huh? I don't even see a file named ess-stata-lang.el |
It's there: ess-stata-mode is separate from core ESS, but hasn't changed often. In fact, I feel like the only user, so Hi, djh1201! |
Which directory? I must have screwed my git! |
My local setup is non-standard, but you'll see it in the "Code" tab on this page, alongside ess-stata-mode.el |
Hi! Yes I use it quite a lot, so thanks for all your work over the years! |
Oh, I forgot that it had moved. Doh |
I can confirm that doing this fixes fontification bugs in orgmode src blocks when using emacs-jupyter and the nbstata kernel. |
I had trouble rendering font colors in .do files.
Turns out the problem was ess-stata-lang.el, which defines font-lock-reference-face, which has been marked obsolete for awhile. When I replaced font-lock-reference-face with font-lock-constant-face, things started working again.
The text was updated successfully, but these errors were encountered: