environment is MAC OS X version 10.7.2.
you can use as following step.
$ git clone git://git.savannah.gnu.org/emacs.git $ wget http://cloud.github.com/downloads/typester/emacs/feature-fullscreen.patch $ cd emacs $ patch -p1 -i ../feature-fullscreen.patch $ sh autogen.sh $ ./configure --with-ns $ make && make install $ mv nextstep/Emacs.app /Applications/
To toggle full-screen mode iside emacs:
M-x ns-toggle-fullscreen
you can check about version 24.x from following site.
http://www.masteringemacs.org/articles/2011/12/06/what-is-new-in-emacs-24-part-1/
other link
solarized theme
full-screen description