Why might my Emacs use spaces instead of tabs?
I am trying to diagnose this problem. TAB creates 4 spaces instead of a 4 col TAB like I want. But I don't think it should because C-h v indent-tabs-mode on the buffer in question says it is set to t . When I check my keybindings, TAB is set to c-indent-line-or-region . Does this function ignore my tabs-mode? Tabs and indentation in Emacs is a considerably more complex subject than most people anticipate. I highly recommend spending some time reading about it -- it will almost certainly save you some confusion in the long run. The following page at the Emacs Wiki groups together most of the