【发布时间】:2014-01-20 18:58:18
【问题描述】:
我希望能够将find-function 和find-variable 用于在src 目录中找到的定义,我想知道是否可以在构建时将其打包到应用程序中,而不是手动处理在 Emacs 构建已经发生之后。我正在使用以下命令行条目构建 OSX:
/macports/bin/bzr branch --stacked bzr://bzr.savannah.gnu.org/emacs/trunk emacs-trunk
;; cd over to the new emacs-trunk directory that was just downloaded.
/macports/bin/bzr pull
./autogen.sh
./configure --with-ns
make bootstrap
make && make install
;; the new Emacs build is waiting for you in .../emacs-trunk/nextstep
【问题讨论】:
标签: emacs