On Mon, 2 Nov 1998, Thomas Apel wrote:
> if (x)
> {
> x = 0;
> }
>
> How can I change this? I think I searched the whole options menu but
> didn't find anything. Are there any docs where I could have read about
> this?
>
M-x info m xemacs RET
should be helpful. (well, I don't use XEmacs, but
On Mon, 2 Nov 1998, Thomas Apel wrote:
> When I write C/Java Code in XEmacs the braces are always indented like
> this:
>
> if (x)
> {
> x = 0;
> }
>
> But I want it to look like this:
>
> if (x)
> {
> x = 0;
> }
>
> How can I change this? I think I searched the whole options menu bu
Quoting Thomas Apel ([EMAIL PROTECTED]):
> BTW, how can I indent a selected area? Is there something like block
> indent?
M-x indent-region
Mike Stone
When I write C/Java Code in XEmacs the braces are always indented like
this:
if (x)
{
x = 0;
}
But I want it to look like this:
if (x)
{
x = 0;
}
How can I change this? I think I searched the whole options menu but
didn't find anything. Are there any docs where I could have read about
4 matches
Mail list logo