Closed ghost closed 1 year ago
Can't seem to reproduce it. What I did:
.emacs
color-identifiers-mode.el
with the upstream one (I had some local changes to it), removed the .elc
fileemacs
, removed everything from *scratch*
buffer, did a M-x org-mode
, copy-pasted your snippetglobal-color-identifiers-mode
. It got successfully enabledtest.c
and checked that it actually works and identifiers are getting highlightedIs it perhaps fixed?
I don't seem to be able to reproduce this on -master. Seemingly, fixed.
I should note separately that I can't seem to find a way to make global-color-identifiers-mode
fail when a color-identifiers-mode
fails in a buffer.
Hello, and thank you for your awesome package!
I found the following issue:
I have an org-mode file with the following fragment:
The code there is wrong, as the
[]
is there by mistake. However,color-identifiers-mode
fails, and theglobal-color-identifiers-mode
fails too.