Building on OSX Mavericks (assuming XCode and XQuartz already around) 1) Download from http://www.gnu.org/software/emacs/ emacs-24.4.tar.gz emacs-24.4.tar.gz.sig 2) Confirm: gpg --keyserver pgp.mit.edu --recv-keys A0B0F199 gpg --verify emacs-24.4.tar.gz.sig 3) Build (from INSTALL): cd emacs-24.4 ./configure --with-jpeg=no --with-gif=no --with-tiff=no make src/emacs -Q make install 4) run: /usr/local/bin/emacs
edit: So this did work, I used the .tar.xz with sha256 47e391170db4ca0a3c724530c7050655f6d573a711956b4cd84693c194a9d4fd. One thing to note is that the old 24.3 stable formula has a bunch of patches applied that are no longer required, so you need to edit those out as well (this area: https://github.com/Homebrew/homebrew/blob/master/Library/For...).