home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!littlei!hfglobe!rhurwitz
- From: rhurwitz@hfglobe.intel.com (Roger Hurwitz)
- Newsgroups: comp.emacs
- Subject: C program indenting question
- Message-ID: <BxB0xE.43M@hfglobe.intel.com>
- Date: 6 Nov 92 17:08:00 GMT
- Followup-To: rhurwitz@mstuux.intel.com
- Organization: Intel Corporation
- Lines: 26
-
- I apologize if this turns out to be trivial, but here
- goes. I am new to emacs, and although I find the C
- language indentation features to be handy, there is
- one formatting convention that I don't like and can't
- seem to disable. Specifically, does anyone know how
- to *prevent* indent-region from changing this:
-
- foo_bar_func_call(p1,
- p2,
- p3);
-
- into this:
-
- foo_bar_func_call(p1,
- p2,
- p3);
-
- I have tried fooling with the c-indent variable settings,
- but to no avail.
-
- P.S.
- I know virtually nothing about LISP programming!
-
- Thanks,
- Roger Hurwitz
- rhurwitz@mstuux.intel.com
-