Felix Shvaiger wrote:
> Hi, All.
>
> I want to use tabs (not N spaces, but TAB characters)
> for left indentation in my c/c++ code (C++ mode of emacs).
> How I do that ?
(setq indent-tabs-mode t)
> xemacs support gnu coding style (spaces at the
> beginning of the lines and tabs/spaces inside l
Hi, All.
I want to use tabs (not N spaces, but TAB characters)
for left indentation in my c/c++ code (C++ mode of emacs).
How I do that ?
xemacs support gnu coding style (spaces at the
beginning of the lines and tabs/spaces inside lines),
but I don't want this feature (it's like M$ - it knows wha