Xu Chunyang
Xu Chunyang
You want `RET` to run `mw-thesaurus--lookup-at-point`, right? and then ```elisp (define-key mw-thesaurus-mode-map (kbd "RET") #'mw-thesaurus--lookup-at-point) ``` doesn't work for you?
For example, lint-checkdoc assumes `checkdoc-file` which is added in Emacs 25.1.
> \e[0;31mERROR The color is not displayed, It's because the preinstalled bash on macOS doesn't support [indirect expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html): ``` $ /bin/bash --version GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19) Copyright (C) 2007...
ELPA 上的 prescient 没有问题,可以正常下载: https://elpa.emacs-china.org/melpa/prescient-20190727.2126.el 不大可能出问题(ELPA 只是一个静态文件服务器,只要文件没问题,就没问题),如果有的话,把错误信息贴出来。
检查 prescient.el 文件有无问题(针对 failed provide feature 'prescient') ,有的话,卸载后重装 prescient。
现在没问题了,我 Emacs 试了几次,前 2 次卡死,后面就 OK 了。镜像本身没有问题,但是可能受它的速度和稳定性影响,另外 Emacs 本身内置的 HTTP 库多半也不很靠谱。
When I search with the pattern `package use`, the results contains `;;; Package Manager`.
If you're on Linux, you should be able to reproduce: 1. `echo hello > ~/test.txt` 2. use helm grep to search with the pattern `hello home` The result shouldn't empty,...
> Were you looking into support for precompiled headers? No, I notice this when I read the code to figure out how company-clang works, the initial cause is that I...
I'm not familiar with Clang too. I don't understand the documentation. > company-clang-set-prefix is an interactive compiled Lisp function in > `company-clang.el'. > > (company-clang-set-prefix &optional PREFIX) > > Use...