I would like to be able to use find-function and find-variable for the definitions found in the src directory, and I am wondering if this can be packaged into the application at creation, and not deal with it manually after building Emacs. I built on OSX with the following entries on the command line:
/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
source share