I am making the jump to EMACS, and I can\'t find what I need to do in my .emacs
file to get php-mode AND all other modes to insert 4 spaces instead of
You can use M-x untabify
to convert all tabs to spaces.
Well in that case you can set the value of indent-tabs-mode
to nil
for your php minor mode.
You may also find the wiki: http://www.fnal.gov/docs/products/emacs/emacs/emacs_23.html#SEC185 and Jamie Zawinski's post: http://www.jwz.org/doc/tabs-vs-spaces.html to be informative.