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 lines),
> but I don't want this feature (it's like M$ - it knows what I want
> better then I).
It knows what is gnu c-style, it doesn't know what you want :)
If you really know what you want, define your own c-style - take
the closest one as a base, modify it and (c-add-style) it.
> Sorry for Off Topic.
>
> Thanks.
>
>
> ===
> Felix A. Shvaiger
> mailto:[EMAIL PROTECTED]
> mailto:[EMAIL PROTECTED]
>
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]