home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / emacs / 3477 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  903 b 

  1. Path: sparky!uunet!littlei!hfglobe!rhurwitz
  2. From: rhurwitz@hfglobe.intel.com (Roger Hurwitz)
  3. Newsgroups: comp.emacs
  4. Subject: C program indenting question
  5. Message-ID: <BxB0xE.43M@hfglobe.intel.com>
  6. Date: 6 Nov 92 17:08:00 GMT
  7. Followup-To: rhurwitz@mstuux.intel.com
  8. Organization: Intel Corporation
  9. Lines: 26
  10.  
  11. I apologize if this turns out to be trivial, but here
  12. goes.  I am new to emacs, and although I find the C
  13. language indentation features to be handy, there is
  14. one formatting convention that I don't like and can't
  15. seem to disable.  Specifically, does anyone know how
  16. to *prevent* indent-region from changing this:
  17.  
  18.     foo_bar_func_call(p1,
  19.     p2,
  20.     p3);
  21.  
  22. into this:
  23.  
  24.     foo_bar_func_call(p1,
  25.               p2,
  26.               p3);
  27.  
  28. I have tried fooling with the c-indent variable settings,
  29. but to no avail.
  30.  
  31. P.S.
  32. I know virtually nothing about LISP programming!
  33.  
  34. Thanks,
  35.     Roger Hurwitz
  36.     rhurwitz@mstuux.intel.com
  37.