You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying the melpa version (20180121.2203), I get the following errors:
error in process filter: cquery--publish-semantic-highlighting: Symbol’s function definition is void: face
error in process filter: Symbol’s function definition is void: face
I'm using spacemacs, trying the lsp layer in this pull request, and a cquery layer that looks like:
Welcome to be an early Melpa version user and lsp layer user!
Can you set debug-on-error to t and dump the stack trace?
I don't know if the use of
(defcustomcquery-sem-type-faces [cquery-sem-type-face]
"Faces used to mark types.":type '(repeat face)
:group'cquery)
is correct. But your config looks innocent to me and I run a similar config with no trouble running cquery.el with or without (cquery-use-default-rainbow-sem-highlight)
Trying the melpa version (
20180121.2203
), I get the following errors:I'm using spacemacs, trying the lsp layer in this pull request, and a cquery layer that looks like:
And a few tweaks in
user-config
I'm not too good at debugging elisp, but I thought you should know I'm having trouble and my config.
The text was updated successfully, but these errors were encountered: