twlz0ne / acm-terminal

Patch for LSP bridge acm on Terminal
36 stars 5 forks source link

emacs daemon: void-variable acm-frame #6

Closed sawyerzheng closed 1 year ago

sawyerzheng commented 1 year ago
  1. emacs daemon start without acm-terminal, lsp-bridge-popup-complete-menu command works OK.

  2. emacs daemon start without acm-terminal, lsp-bridge-popup-complete-menu produce error:

    
    Debugger entered--Lisp error: (void-variable acm-frame)
    acm-terminal-update()
    apply(acm-terminal-update nil)
    acm-update()
    lsp-bridge-popup-complete-menu()
    funcall-interactively(lsp-bridge-popup-complete-menu)
    command-execute(lsp-bridge-popup-complete-menu)
twlz0ne commented 1 year ago

Duplicate of https://github.com/twlz0ne/acm-terminal/issues/5

sawyerzheng commented 1 year ago

the problem fixed