twlz0ne / acm-terminal

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

noisy popon frame #7

Closed GTrunSec closed 1 year ago

GTrunSec commented 1 year ago

lsp-bridge: latest

this issue might be from acm-terminal-doc. Image: image

twlz0ne commented 1 year ago

Can't reproduce. Have you tested it in emacs -Q?

E.g.:

$ emacsq.sh -nw --eval "\
  (progn
    ;; Install
    (unless (package-installed-p 'yasnippet)
      (package-install 'yasnippet))
    (add-to-list 'load-path \"~/repos/emacs-lsp-bridge\")
    (unless (display-graphic-p)
      (add-to-list 'load-path \"~/repos/emacs-popon\")
      (add-to-list 'load-path \"~/repos/emacs-acm-terminal\"))
    ;; Configure
    (require 'yasnippet)
    (yas-global-mode 1)
    (require 'lsp-bridge)
    (global-lsp-bridge-mode)
    (unless (display-graphic-p)
      (with-eval-after-load 'acm
        (require 'acm-terminal))))"
bommbo commented 1 year ago

无法重现。 你有没有测试过它 emacs -Q

例如:

$ emacsq.sh -nw --eval "\
  (progn
    ;; Install
    (unless (package-installed-p 'yasnippet)
      (package-install 'yasnippet))
    (add-to-list 'load-path \"~/repos/emacs-lsp-bridge\")
    (unless (display-graphic-p)
      (add-to-list 'load-path \"~/repos/emacs-popon\")
      (add-to-list 'load-path \"~/repos/emacs-acm-terminal\"))
    ;; Configure
    (require 'yasnippet)
    (yas-global-mode 1)
    (require 'lsp-bridge)
    (global-lsp-bridge-mode)
    (unless (display-graphic-p)
      (with-eval-after-load 'acm
        (require 'acm-terminal))))"

same issue here. you can update lsp-bridge.

twlz0ne commented 1 year ago

@GTrunSec @bommbo Let me know if it works for you. If not, feel free to reopen this issue.

GTrunSec commented 1 year ago

@twlz0ne Thanks, fantastic work. No longer here!!!