help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Force spaces instead of tabs


From: martin
Subject: Re: Force spaces instead of tabs
Date: Tue, 10 Oct 2006 16:30:23 +0200
User-agent: Emacs Gnus

>>>>> Martin  <loveslave@frustratedhousewives.zzn.com> writes:
    > Date: 10 Oct 2006 00:04:46 -0700
    > 
    > I need to have emacs indent C++ code using only spaces, and no tab
    > characters.
    > 
    > I edited the options in the Programming/Languages/C group so that:
    > C Basic Offset is 3
    > C Tab Always Indent is "always indents"
    > C Insert Tab Function is "insert-tab"
    > C Syntactic Indentation is non-nil
    > C Offsets Alist: substatement-open is 0
    > 
    > In many cases, the indentation is correct, but when I have several
    > levels of sub-statements, tab characters are inserted anyway. See the
    > example below. What other options control this behaviour?
    > 
    > void B::e()
    > {
    >    if ()
    >    {
    >       ;
    >       if ()
    >       {
    >    ; // tab character at beginning of this line!
    >       }
    >       ;
    >    }
    > }
    > 
    > 

Hi,

customize the variable indent-tabs-mode.

Martin
---
parozusa at web dot de


reply via email to

[Prev in Thread] Current Thread [Next in Thread]