Giter Site home page Giter Site logo

Comments (6)

manateelazycat avatar manateelazycat commented on June 23, 2024

你的Emacs主题有问题吧? 我看到了 unspecified-bg

from lsp-bridge.

zqs123q avatar zqs123q commented on June 23, 2024

我是在终端使用emacs,在mac和linux里试了下,确实是没有默认的背景色。。
emacs -nw -Q
然后
(face-attribute 'default :background)
"unspecified-bg"

这块临时hack下,虽然不报错了,但还是没有补全出来

(defun acm-frame-init-colors (&optional force)
(let* ((is-dark-mode (string-equal (acm-frame-get-theme-mode) "dark"))
(blend-background (if is-dark-mode "#000000" "#AAAAAA"))
(default-background (if (or force (equal (face-attribute 'acm-frame-default-face :background) 'unspecified))
(face-attribute 'default :background)
(face-attribute 'acm-frame-default-face :background)))
(default-background (if (equal default-background "unspecified-bg")
"#f7f7f7"
default-background)))

from lsp-bridge.

manateelazycat avatar manateelazycat commented on June 23, 2024

lsp-bridge 的acm菜单不支持终端, 所以弹不出来。

from lsp-bridge.

manateelazycat avatar manateelazycat commented on June 23, 2024

原因是, 终端没有菜单对齐的方案, 包括坐标像素级计算API缺少, 导致跨窗口弹出补全菜单没法做到。

from lsp-bridge.

zqs123q avatar zqs123q commented on June 23, 2024

get了,感谢回复,搜到另外一个acm-terminal,我去试一下

from lsp-bridge.

manateelazycat avatar manateelazycat commented on June 23, 2024

acm-terminal 应该已经不支持了, 很久没有维护了。

因为 lsp-bridge 可以直接支持远程服务器代码补全, 建议直接用GUI。

from lsp-bridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.