[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: c-mode Backslash (\) Indentation
From: |
Volkan YAZICI |
Subject: |
Re: c-mode Backslash (\) Indentation |
Date: |
Tue, 23 Feb 2010 01:05:50 -0800 (PST) |
User-agent: |
G2/1.0 |
On Feb 23, 10:37 am, Alan Mackenzie <a...@muc.de> wrote:
> Volkan YAZICI <volkan.yaz...@gmail.com> wrote:
> > In c-mode, how can I make all `\' (backslash) characters to get
> > indented to 80th character of the line? When I select a macro region
> > and type M-\, function finds the longest line in the region and
> > indents the `\' characters at most that found position.
>
> Set the user option `c-backslash-column' to 80 and
> `c-backslash-max-column' also to 80.
>
> These options are described on page "Custom Macros" in the CC Mode
> manual.
My bad, I should have checked the docs more closely. Anyway, works
like a charm! Thanks so much!
Regards.