简体   繁体   English

Emacs包版本

[英]Emacs package versions

After installing Emacs BBDB from Melpa on GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) for Windows, if I run Mx bbdb-version I get: 在用于Windows的GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)上从Melpa安装Emacs BBDB后,如果我运行Mx bbdb-version我会得到:

 BBDB version @PACKAGE_VERSION@ (@PACKAGE_DATE@)

How can I know if I am using the new version 3 of BBDB? 如何知道我是否使用BBDB的新版本3?

This is a known issue, the author uses a build system to define and replace these names with their correct values, but melpa does not support making changes to the upsteam repo. 这是一个已知问题,作者使用构建系统来定义和替换这些名称及其正确的值,但melpa不支持对upsteam repo进行更改。

The truth is, if you just downloaded it from melpa, then it is safe to say you are running version > 3. If you really want to be sure, do Ch f bbdb-with-print-loadably and see if that function is defined, it was added to bbdb in one of the most recent commits to the git repo and well past the last release commit of version 3.1.2. 事实是,如果你只是下载了它从melpa,那么它是安全的,说你正在运行的版本> 3.如果你真的想可以肯定,做 ˚F 的BBdb-带式打印loadably,看看有没有函数定义,它被添加到bbdb中的git repo的最新提交之一,并且远远超过版本3.1.2的最后一个版本提交。

See also: https://github.com/milkypostman/melpa/issues/1470 另见: https//github.com/milkypostman/melpa/issues/1470

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM