emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
398 stars 47 forks source link

treemacs--do-expand-node: Symbol’s function definition is void: treemacs--maybe-move-forward #39

Closed rrudakov closed 4 years ago

rrudakov commented 4 years ago

When I hit TAB on node in lsp-treemacs-call-hierarchy window I get this error. Debug on error output:

Debugger entered--Lisp error: (void-function treemacs--maybe-move-forward)
  treemacs--maybe-move-forward()
  treemacs--do-expand-node(#<marker (moves after insertion) at 368 in *Call Hierarchy*>)
  treemacs-expand-node(nil)
  treemacs-TAB-action(nil)
  funcall-interactively(treemacs-TAB-action nil)
  call-interactively(treemacs-TAB-action nil nil)
  command-execute(treemacs-TAB-action)
yyoncho commented 4 years ago

see https://github.com/emacs-lsp/lsp-dart/issues/9#issuecomment-618641070

rrudakov commented 4 years ago

Thank you for so quick reply. It works!