Re: XEmacs C/Java mode configuration

1998-11-02 Thread Havoc Pennington
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

Re: XEmacs C/Java mode configuration

1998-11-02 Thread Jean Pierre LeJacq
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

Re: XEmacs C/Java mode configuration

1998-11-02 Thread Michael Stone
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

XEmacs C/Java mode configuration

1998-11-02 Thread Thomas Apel
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