lin.sun

Results 18 issues of lin.sun

Hi @lebensterben There is an error message in the `*Message*` buffer afer I start the Spacemacs with deubg init option: ```$ emacs --debug-init Package ‘all-the-icons’ isn’t installed ``` It caused...

Enable the `lsp` and `javascript` and `c-c++` layers in dot-spacemacs, then start emacs with debug init option, checking the log in `*Message*` buffer, can find the `lsp/layers.el` is loaded more...

Hi, There are errors when GIMP try load the plugins on x86_64 Linux (CentOS 7.4, x86_64). The changes try to make these *.py work on x86_64 environment. Please help to...

The vasprintf() is a GNU extension function, missed in non-GNU build environment, so we define it. Without this change, there will have error message when build with `clang`: ``` ./autogen.sh...

Hi @agentzh , According pull request #49 , > Just for the record, we'll redo this atop a new OpenResty builtin API for better performance. We already use the new...

There are many errors in the buffer `*Async-native-compile-log*` when the native compile feature enabled and `core/*.ec` are byte compiled. Reproducing steps: 1. ensure local emacs build is native compile enabled...

Hi, The `ssh -O proxy ...` was intruduce in openssh 7.4, but the man page didn't mentioned that. This patch try to add the "proxy" for ctl_cmd on the ssh...

Hi, There is a serious resource leak when enable `python` layer with `importmage` package enabled. The reproduce steps are: 1. enable `python` layer, and the `imortmagic` should also be instralled...

Hi, The `translate` layer will load the package `go-translate` on startup, actually it just use the `go-translate` function, so we use lazy load to for better perfornance. Please help review...

Hi, The Eshell works with ansi-color on both Emacs-29 and Emacs-30, don't both the `xterm-color` package. So move the the xterm-color initialization code to its package. This patch will let...