Closed shackra closed 4 years ago
This is caused by lsp-treemacs byte-compiled against old treemacs.
so, using something like byte-force-recompile
should do the trick or
deleting the .elc is still required?
El vie., 26 de jun. de 2020 a la(s) 12:51, Ivan Yonchovski ( notifications@github.com) escribió:
This is caused by lsp-treemacs byte-compiled against old treemacs.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/emacs-lsp/dap-mode/issues/309#issuecomment-650339955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIBT4G7QWRYCY6OTAWGXKTRYTU2LANCNFSM4OJSLYDA .
I guess it might fix the issue.
indeed combining both approaches fixed the issue.
I do have the same problem after updating treemacs. what exactly do you mean by "combining both approaches"? And how do you "byte-force-recompile" something? - sorry, I am still learning... And which .elc must be deleted? The treemacs.elc in the .emacs.d/elpa/treemacs directory?
sorry, I am still learning...
I recommend you, in this case, to delete elpa dir and download the latest of everything. package.el is a bit unreliable when it updates packages in running emacs.
thanks for your reply. In fact deleting all .elc files in the treemacs directory and byte-force-recomping the directory worked and I can use treemacs again. Hope I didn't mess anything up.
Deleting lsp-treemacs
package and re-installing it might be easier for some people (like me!).
Thanks guys for this question and solutions. Saved my day!
Was updating my packages and discovered this error in dap-mode.
treemacs has no
make-treemacs-theme
, but it does havetreemacs-theme
. In any case, I'm not sure what's going wrong thatmake-treemacs-theme
is void. I have dap-mode at commit f52fa4327147bccb7c93300d5f522e2fdcff1a70 currently.