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

Invalid face reference error when calling lsp-ivy-workspace-symbol #13

Closed
vishesh opened this issue May 4, 2020 · 1 comment
Closed

Comments

@vishesh
Copy link

vishesh commented May 4, 2020

Whenever I try to call lsp-ivy-workspace-symbol, I do get ivy window with results showing up, but will also randomly spit out this message in minibuffer.

Invalid face reference: font-lock-reference-face [6 times]
Error processing message (args-out-of-range [("    ") ("File" . font-lock-builtin-face) ("Modu" . font-lock-keyword-face) ("Nmsp" . font-lock-keyword-face) ("Pack" . font-lock-keyword-face) ("Clss" . font-lock-type-face) ("Meth" . font-lock-function-name-face) ("Prop" . font-lock-reference-face) ("Fld " . font-lock-reference-face) ("Cons" . font-lock-function-name-face) ("Enum" . font-lock-type-face) ("Intf" . font-lock-type-face) ("Func" . font-lock-function-name-face) ("Var " . font-lock-variable-name-face) ("Cnst" . font-lock-constant-face) ("Str " . font-lock-string-face) ("Num " . font-lock-builtin-face) ("Bool " . font-lock-builtin-face) ("Arr " . font-lock-builtin-face) ("Obj " . font-lock-builtin-face) ("Key " . font-lock-reference-face) ("Null" . font-lock-builtin-face) ("EmMm" . font-lock-constant-face) ("Srct" . font-lock-type-face) ("Evnt" . font-lock-builtin-face) ("Op  " . font-lock-function-name-face) ("TPar" . font-lock-type-face)] 254).

System Info:

(pkg-info-version-info "lsp-ivy")
"20200418.1500"

emacs-version
"26.3"

system-configuration-options
"--with-ns '--enable-locallisppath=/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp' --with-modules"

system-configuration
"x86_64-apple-darwin18.2.0"

system-configuration-options
"NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS"
@sebastiansturm
Copy link
Contributor

not sure why that happens with your Emacs installation, but apparently font-lock-reference-face has been marked obsolete a long time ago so I just replaced it by font-lock-constant-face. Please let me know if that helped, and thanks for the report!

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