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

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

Re: how do I unrestrict something


From: Stefan Monnier
Subject: Re: how do I unrestrict something
Date: Wed, 20 Oct 2004 16:04:19 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> A different solution from the one you seem to be looking is to set
>> c-tab-always-indent.  This way TAB at the beginning of line does
>> auto-indentation, but TAB in the middle of a line simply inserts a tab
>> character (or 8 spaces, according to the indent-tabs-mode variable).
>> Stefan

> I'm very new (2nd day) how do I do this?

Put the following in your ~/.emacs file:

   (setq c-tab-always-indent nil)


-- Stefan


reply via email to

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