home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!gatech!concert!rock!taco!nelson.tx.ncsu.edu!smoore
- From: smoore@nelson.tx.ncsu.edu (Sam Moore)
- Subject: Get rid of indent on initial level of C Mode
- Message-ID: <1992Nov23.161650.13847@ncsu.edu>
- Sender: news@ncsu.edu (USENET News System)
- Organization: North Carolina State University
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Mon, 23 Nov 1992 16:16:50 GMT
- Lines: 24
-
- Can someone tell me how to get rid of the initial indent in C language
- mode in GNU Emacs? I like what it is doing for me, except the initial
- indentation. I would like the data definitions and the first level
- statements to start at column 0:
-
- int foo(arG)
- int arG;
- {
- int i;
-
- if (....) {
- ...
- }
-
- return(1);
-
- }
-
- Thanks
-
- ...Sam Moore...............................Computer Operations..............
- ...Mail: Sam_Moore@ncsu.edu...............College of Textiles..............
- ...Phone: +1 (919) 515-6594................North Carolina State University..
- ...FAX: +1 (919) 515-3057................BOX 8301, Raleigh, NC 27695......
-