Date: Sat, 2 Dec 1995 16:52:24 -0800 (PST) From: Doug White <dwhite@riley-net170-164.uoregon.edu> To: Chuck Robey <chuckr@glue.umd.edu> Cc: FreeBSD Questions <FreeBSD-Questions@FreeBSD.ORG> Subject: Re: xemacs Message-ID: <Pine.BSF.3.91.951202165007.306A-100000@riley-net170-164.uoregon.edu> In-Reply-To: <Pine.SUN.3.91.951201165221.10429A-100000@mocha.eng.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 1 Dec 1995, Chuck Robey wrote:
> I hope there's someone out there who knows emacs.
> I am learning emacs unwillingly, at the behest of of the cs department,
> and I have to figure out how to set up the C language indentation to work
> in the style I like. It wants to do:
>
> funcname( parm-list )
> {
> func-body;
> }
>
It will also accept this:
funcname(parm-list) {
func-body;
}
I personally like your way, and do so, because I can't figure out how to
make the syntax highlighting stick. It does in html mode, but not in cpp
mode.
Doug White | University of Oregon
Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951202165007.306A-100000>
