欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

el-get-self-update 无法使用 bug 修复

程序员文章站 2022-07-16 14:01:49
...
 

el-get-bug

1 el-get-self-update BUG

 

1.1 问题描述

当使用 M-x el-get-self-update 后提示 el-get can not find a recipe for package "nil" 错误

1.2 问题原因

错误的原因是因为 el-get-self-update 调用时,需要更新 el-get 中的 .status.el 文件, 但在 .status.el 文件中并没有 el-get 的包信息。

1.3 解决方法

在 .status.el 文件中加入以下 emacs lisp 语句 (el-get status "installed" recipe (:name el-get :website "https://github.com/dimitri/el-get#readme" :description "Manage the external elisp bits and pieces you depend upon." :type github :branch "3.stable" :pkgname "dimitri/el-get" :features el-get :load "el-get.el")) 注意 .status.el 文件中的括号欠套。

Date: 2013-03-27T15:55+0800

Author: Guotf

Org version 7.9.2 with Emacs version 24

Validate XHTML 1.0
相关标签: emacs lisp el get