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

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

Re: Hi, group. When I type some C code such as: if(1) { a = 0; }


From: Radamanthe
Subject: Re: Hi, group. When I type some C code such as: if(1) { a = 0; } The space before 'a=0' is only two characters, how to make it 8 characters ? Thanks. 'Indent' question in C-mode
Date: Thu, 18 Jan 2007 21:45:41 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

volunteers@gmail.com wrote:
When I type some C code such as:
if(1)
{
   a = 0;
}

The space before 'a=0' is automatic two characters, how to make it 8
characters ? Thanks.

You can do this:

(setq tab-stop-list '(8 16 24 32 40 48 56 64 72)) ;and so on


--
R.N.


reply via email to

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