home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / emacs / 3607 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!gatech!concert!rock!taco!nelson.tx.ncsu.edu!smoore
  3. From: smoore@nelson.tx.ncsu.edu (Sam Moore)
  4. Subject: Get rid of indent on initial level of C Mode
  5. Message-ID: <1992Nov23.161650.13847@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Mon, 23 Nov 1992 16:16:50 GMT
  10. Lines: 24
  11.  
  12. Can someone tell me how to get rid of the initial indent in C language
  13. mode in GNU Emacs? I like what it is doing for me, except the initial
  14. indentation. I would like the data definitions and the first level
  15. statements to start at column 0:
  16.  
  17. int foo(arG)
  18. int    arG;
  19. {
  20. int    i;
  21.  
  22. if (....) {
  23.     ...
  24. }
  25.  
  26. return(1);
  27.  
  28. }
  29.  
  30. Thanks
  31.  
  32. ...Sam Moore...............................Computer Operations..............
  33. ...Mail:  Sam_Moore@ncsu.edu...............College of Textiles..............
  34. ...Phone: +1 (919) 515-6594................North Carolina State University..
  35. ...FAX:   +1 (919) 515-3057................BOX 8301, Raleigh, NC 27695......
  36.