[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tab within comments in C/C++ mode
From: |
P Pareit |
Subject: |
Re: Tab within comments in C/C++ mode |
Date: |
Thu, 31 Oct 2002 10:32:09 +0100 |
User-agent: |
KNode/0.7.1 |
Chris Hobbs wrote:
> I am looking for a way to allow the tab key while inside
> comments in C and C++ mode. Currently, the mode will not
> allow a tab (let alone multiple tabs) to be placed while
> in a comment. It seems to insist on formatting the
> contents of the comment. Not really formatting per se,
> mainly just disallowing any format I want to put in there.
>
Next to the other solutions, you might also look into:
C-h v tab-always-indent
Pieter