Why might my Emacs use spaces instead of tabs?
        Posted  
        
            by Fletcher Moore
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fletcher Moore
        
        
        
        Published on 2010-05-21T20:40:52Z
        Indexed on 
            2010/05/21
            22:40 UTC
        
        
        Read the original article
        Hit count: 277
        
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? 
© Stack Overflow or respective owner