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

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

Re: Tab problem


From: kgold
Subject: Re: Tab problem
Date: 7 Sep 2004 13:53:36 GMT

Nick Chorley <nick@nospam.xyphias.com> writes:

>I have a problem with Emacs which is that I can't seem to enter more
>than 1 tab when in C++/Java mode (it does do the automatic indentation
>like when you're using if statements though). When in the "normal"
>text editing mode, I can't enter any tabs.

If you want is to add tabs after the code and before comments, try:

(add-hook 'c-mode-common-hook
  (function (lambda ()
        (setq c-tab-always-indent nil)
)))


reply via email to

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