在 Windows的 GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) 上从Melpa安装 Emacs BBDB 后,如果我运行M-x bbdb-version
我得到:
BBDB version @PACKAGE_VERSION@ (@PACKAGE_DATE@)
我如何知道我是否使用的是新版本 3 的 BBDB?
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.
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 C-hfbbdb-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.